attr 22 arch/i386/include/pc/msdos.h unsigned char attr; /* attribute byte */
attr 1394 compat/svr4/svr4_misc.c SCARG(&ap, prot) = SCARG(uap, attr);
attr 306 compat/svr4/svr4_syscallargs.h syscallarg(int) attr;
attr 157 dev/ic/pcdisplay_subr.c pcdisplay_putchar(id, row, col, c, attr)
attr 161 dev/ic/pcdisplay_subr.c long attr;
attr 172 dev/ic/pcdisplay_subr.c c | (attr << 8));
attr 174 dev/ic/pcdisplay_subr.c scr->mem[off] = c | (attr << 8);
attr 199 dev/ic/pcdisplay_subr.c cell->attr = data >> 8;
attr 58 dev/ic/sti.c void sti_putchar(void *v, int row, int col, u_int uc, long attr);
attr 60 dev/ic/sti.c void sti_erasecols(void *v, int row, int startcol, int ncols, long attr);
attr 62 dev/ic/sti.c void sti_eraserows(void *v, int row, int nrows, long attr);
attr 64 dev/ic/sti.c void sti_unpack_attr(void *v, long attr, int *fg, int *bg, int *ul);
attr 1015 dev/ic/sti.c sti_putchar(v, row, col, uc, attr)
attr 1019 dev/ic/sti.c long attr;
attr 1091 dev/ic/sti.c sti_erasecols(v, row, startcol, ncols, attr)
attr 1094 dev/ic/sti.c long attr;
attr 1118 dev/ic/sti.c sti_eraserows(v, srcrow, nrows, attr)
attr 1121 dev/ic/sti.c long attr;
attr 1144 dev/ic/sti.c sti_unpack_attr(void *v, long attr, int *fg, int *bg, int *ul)
attr 995 dev/ic/vga.c vga_unpack_attr(id, attr, fg, bg, ul)
attr 997 dev/ic/vga.c long attr;
attr 1004 dev/ic/vga.c *fg = (attr & 0x07) == 0x07 ? WSCOL_WHITE : WSCOL_BLACK;
attr 1005 dev/ic/vga.c *bg = attr & 0x70 ? WSCOL_WHITE : WSCOL_BLACK;
attr 1007 dev/ic/vga.c *ul = *fg != WSCOL_WHITE && (attr & 0x01) ? 1 : 0;
attr 1009 dev/ic/vga.c *fg = pctoansi[attr & 0x07];
attr 1010 dev/ic/vga.c *bg = pctoansi[(attr & 0x70) >> 4];
attr 1014 dev/ic/vga.c if (attr & FG_INTENSE)
attr 1274 dev/ic/vga.c vga_putchar(c, row, col, uc, attr)
attr 1279 dev/ic/vga.c long attr;
attr 1286 dev/ic/vga.c pcdisplay_putchar(c, row, col, uc, attr);
attr 903 dev/isa/ega.c ega_unpack_attr(id, attr, fg, bg, ul)
attr 905 dev/isa/ega.c long attr;
attr 912 dev/isa/ega.c *fg = (attr & 0x07) == 0x07 ? WSCOL_WHITE : WSCOL_BLACK;
attr 913 dev/isa/ega.c *bg = attr & 0x70 ? WSCOL_WHITE : WSCOL_BLACK;
attr 915 dev/isa/ega.c *ul = *fg != WSCOL_WHITE && (attr & 0x01) ? 1 : 0;
attr 917 dev/isa/ega.c *fg = pctoansi[attr & 0x07];
attr 918 dev/isa/ega.c *bg = pctoansi[(attr & 0x70) >> 4];
attr 922 dev/isa/ega.c if (attr & FG_INTENSE)
attr 422 dev/isa/pcdisplay.c pcdisplay_unpack_attr(id, attr, fg, bg, ul)
attr 424 dev/isa/pcdisplay.c long attr;
attr 427 dev/isa/pcdisplay.c if (attr == (FG_BLACK | BG_LIGHTGREY)) {
attr 1182 dev/pci/if_de.c const tulip_phy_attr_t *attr;
attr 1207 dev/pci/if_de.c for (attr = tulip_mii_phy_attrlist;; attr++) {
attr 1208 dev/pci/if_de.c if (attr->attr_id == 0)
attr 1210 dev/pci/if_de.c if ((id & ~0x0F) == attr->attr_id)
attr 1214 dev/pci/if_de.c if (attr->attr_modes[PHY_MODE_100TX].pm_regno) {
attr 1215 dev/pci/if_de.c const tulip_phy_modedata_t * const pm = &attr->attr_modes[PHY_MODE_100TX];
attr 1220 dev/pci/if_de.c if (idx == 0 && attr->attr_modes[PHY_MODE_100T4].pm_regno) {
attr 1221 dev/pci/if_de.c const tulip_phy_modedata_t * const pm = &attr->attr_modes[PHY_MODE_100T4];
attr 1226 dev/pci/if_de.c if (idx == 0 && attr->attr_modes[PHY_MODE_10T].pm_regno) {
attr 1227 dev/pci/if_de.c const tulip_phy_modedata_t * const pm = &attr->attr_modes[PHY_MODE_10T];
attr 1232 dev/pci/if_de.c if (idx != 0 && attr->attr_modes[PHY_MODE_FULLDUPLEX].pm_regno) {
attr 1233 dev/pci/if_de.c const tulip_phy_modedata_t * const pm = &attr->attr_modes[PHY_MODE_FULLDUPLEX];
attr 271 dev/pci/if_san_xilinx.h unsigned char attr;
attr 359 dev/pci/if_san_xilinx.h unsigned char attr;
attr 103 dev/pci/tga.c void tga_putchar(void *c, int row, int col, u_int uc, long attr);
attr 1254 dev/pci/tga.c tga_putchar(c, row, col, uc, attr)
attr 1258 dev/pci/tga.c long attr;
attr 1280 dev/pci/tga.c ri->ri_ops.unpack_attr(c, attr, &fg, &bg, &ul);
attr 1320 dev/pci/tga.c tga_eraserows(c, row, num, attr)
attr 1323 dev/pci/tga.c long attr;
attr 1331 dev/pci/tga.c ri->ri_ops.unpack_attr(c, attr, &fg, &bg, NULL);
attr 1376 dev/pci/tga.c tga_erasecols (c, row, col, num, attr)
attr 1379 dev/pci/tga.c long attr;
attr 1387 dev/pci/tga.c ri->ri_ops.unpack_attr(c, attr, &fg, &bg, NULL);
attr 844 dev/pcmcia/cfxga.c cfxga_expand_char(struct cfxga_screen *scr, u_int uc, int x, int y, long attr)
attr 858 dev/pcmcia/cfxga.c ri->ri_ops.unpack_attr(ri, attr, &fg, &bg, &ul);
attr 952 dev/pcmcia/cfxga.c ri->ri_ops.unpack_attr(ri, cell->attr,
attr 958 dev/pcmcia/cfxga.c x, y, cell->attr);
attr 1115 dev/pcmcia/cfxga.c cfxga_erasecols(void *cookie, int row, int col, int num, long attr)
attr 1125 dev/pcmcia/cfxga.c scr->scr_mem[row * ri->ri_cols + x].attr = attr;
attr 1131 dev/pcmcia/cfxga.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL);
attr 1140 dev/pcmcia/cfxga.c cfxga_eraserows(void *cookie, int row, int num, long attr)
attr 1150 dev/pcmcia/cfxga.c scr->scr_mem[row * ri->ri_cols + x].attr = attr;
attr 1160 dev/pcmcia/cfxga.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL);
attr 1169 dev/pcmcia/cfxga.c cfxga_putchar(void *cookie, int row, int col, u_int uc, long attr)
attr 1176 dev/pcmcia/cfxga.c scr->scr_mem[row * ri->ri_cols + col].attr = attr;
attr 1187 dev/pcmcia/cfxga.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL);
attr 1192 dev/pcmcia/cfxga.c cfxga_expand_char(scr, uc, x, y, attr);
attr 471 dev/rasops/rasops.c rasops_alloc_cattr(cookie, fg, bg, flg, attr)
attr 474 dev/rasops/rasops.c long *attr;
attr 507 dev/rasops/rasops.c *attr = (bg << 16) | (fg << 24) | flg;
attr 515 dev/rasops/rasops.c rasops_alloc_mattr(cookie, fg, bg, flg, attr)
attr 518 dev/rasops/rasops.c long *attr;
attr 534 dev/rasops/rasops.c *attr = (bg << 16) | (fg << 24) | ((flg & WSATTR_UNDERLINE) ? 7 : 6);
attr 830 dev/rasops/rasops.c rasops_unpack_attr(cookie, attr, fg, bg, underline)
attr 832 dev/rasops/rasops.c long attr;
attr 835 dev/rasops/rasops.c *fg = ((u_int)attr >> 24) & 0xf;
attr 836 dev/rasops/rasops.c *bg = ((u_int)attr >> 16) & 0xf;
attr 838 dev/rasops/rasops.c *underline = (u_int)attr & 1;
attr 845 dev/rasops/rasops.c rasops_eraserows(cookie, row, num, attr)
attr 848 dev/rasops/rasops.c long attr;
attr 869 dev/rasops/rasops.c clr = ri->ri_devcmap[(attr >> 16) & 0xf];
attr 989 dev/rasops/rasops.c rasops_erasecols(cookie, row, col, num, attr)
attr 992 dev/rasops/rasops.c long attr;
attr 1019 dev/rasops/rasops.c clr = ri->ri_devcmap[(attr >> 16) & 0xf];
attr 1197 dev/rasops/rasops.c rasops_putchar_rotated(cookie, row, col, uc, attr)
attr 1201 dev/rasops/rasops.c long attr;
attr 1211 dev/rasops/rasops.c attr & ~1);
attr 1219 dev/rasops/rasops.c if ((attr & 1) != 0) {
attr 1220 dev/rasops/rasops.c int16_t c = (int16_t)ri->ri_devcmap[((u_int)attr >> 24) & 0xf];
attr 1230 dev/rasops/rasops.c rasops_erasecols_rotated(cookie, row, col, num, attr)
attr 1233 dev/rasops/rasops.c long attr;
attr 1241 dev/rasops/rasops.c ri->ri_ops.putchar(cookie, row, i, ' ', attr);
attr 1281 dev/rasops/rasops.c rasops_eraserows_rotated(cookie, row, num, attr)
attr 1284 dev/rasops/rasops.c long attr;
attr 1293 dev/rasops/rasops.c ri->ri_ops.putchar(cookie, rn, col, ' ', attr);
attr 93 dev/rasops/rasops1.c rasops1_putchar(cookie, row, col, uc, attr)
attr 97 dev/rasops/rasops1.c long attr;
attr 123 dev/rasops/rasops1.c bg = (attr & 0x000f0000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
attr 124 dev/rasops/rasops1.c fg = (attr & 0x0f000000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
attr 175 dev/rasops/rasops1.c if ((attr & 1) != 0) {
attr 228 dev/rasops/rasops1.c if ((attr & 1) != 0) {
attr 241 dev/rasops/rasops1.c rasops1_putchar8(cookie, row, col, uc, attr)
attr 245 dev/rasops/rasops1.c long attr;
attr 266 dev/rasops/rasops1.c bg = (attr & 0x000f0000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
attr 267 dev/rasops/rasops1.c fg = (attr & 0x0f000000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
attr 298 dev/rasops/rasops1.c if ((attr & 1) != 0)
attr 306 dev/rasops/rasops1.c rasops1_putchar16(cookie, row, col, uc, attr)
attr 310 dev/rasops/rasops1.c long attr;
attr 331 dev/rasops/rasops1.c bg = (attr & 0x000f0000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
attr 332 dev/rasops/rasops1.c fg = (attr & 0x0f000000) ? ri->ri_devcmap[1] : ri->ri_devcmap[0];
attr 364 dev/rasops/rasops1.c if ((attr & 1) != 0)
attr 48 dev/rasops/rasops15.c void rasops15_putchar(void *, int, int, u_int, long attr);
attr 50 dev/rasops/rasops15.c void rasops15_putchar8(void *, int, int, u_int, long attr);
attr 51 dev/rasops/rasops15.c void rasops15_putchar12(void *, int, int, u_int, long attr);
attr 52 dev/rasops/rasops15.c void rasops15_putchar16(void *, int, int, u_int, long attr);
attr 116 dev/rasops/rasops15.c rasops15_putchar(cookie, row, col, uc, attr)
attr 120 dev/rasops/rasops15.c long attr;
attr 141 dev/rasops/rasops15.c clr[1] = ri->ri_devcmap[((u_int)attr >> 24) & 0xf];
attr 142 dev/rasops/rasops15.c clr[0] = ri->ri_devcmap[((u_int)attr >> 16) & 0xf];
attr 174 dev/rasops/rasops15.c if ((attr & 1) != 0) {
attr 190 dev/rasops/rasops15.c rasops15_makestamp(ri, attr)
attr 192 dev/rasops/rasops15.c long attr;
attr 197 dev/rasops/rasops15.c fg = ri->ri_devcmap[((u_int)attr >> 24) & 0xf] & 0xffff;
attr 198 dev/rasops/rasops15.c bg = ri->ri_devcmap[((u_int)attr >> 16) & 0xf] & 0xffff;
attr 199 dev/rasops/rasops15.c stamp_attr = attr;
attr 220 dev/rasops/rasops15.c rasops15_putchar8(cookie, row, col, uc, attr)
attr 224 dev/rasops/rasops15.c long attr;
attr 234 dev/rasops/rasops15.c rasops15_putchar(cookie, row, col, uc, attr);
attr 253 dev/rasops/rasops15.c if (attr != stamp_attr)
attr 254 dev/rasops/rasops15.c rasops15_makestamp(ri, attr);
attr 285 dev/rasops/rasops15.c if ((attr & 1) != 0) {
attr 299 dev/rasops/rasops15.c rasops15_putchar12(cookie, row, col, uc, attr)
attr 303 dev/rasops/rasops15.c long attr;
attr 313 dev/rasops/rasops15.c rasops15_putchar(cookie, row, col, uc, attr);
attr 332 dev/rasops/rasops15.c if (attr != stamp_attr)
attr 333 dev/rasops/rasops15.c rasops15_makestamp(ri, attr);
attr 368 dev/rasops/rasops15.c if (attr & 1) {
attr 382 dev/rasops/rasops15.c rasops15_putchar16(cookie, row, col, uc, attr)
attr 386 dev/rasops/rasops15.c long attr;
attr 396 dev/rasops/rasops15.c rasops15_putchar(cookie, row, col, uc, attr);
attr 415 dev/rasops/rasops15.c if (attr != stamp_attr)
attr 416 dev/rasops/rasops15.c rasops15_makestamp(ri, attr);
attr 456 dev/rasops/rasops15.c if (attr & 1) {
attr 127 dev/rasops/rasops2.c rasops2_putchar(cookie, row, col, uc, attr)
attr 131 dev/rasops/rasops2.c long attr;
attr 157 dev/rasops/rasops2.c bg = ri->ri_devcmap[(attr >> 16) & 0xf];
attr 158 dev/rasops/rasops2.c fg = ri->ri_devcmap[(attr >> 24) & 0xf];
attr 195 dev/rasops/rasops2.c if (attr & 1) {
attr 229 dev/rasops/rasops2.c if (attr & 1) {
attr 242 dev/rasops/rasops2.c rasops2_makestamp(ri, attr)
attr 244 dev/rasops/rasops2.c long attr;
attr 248 dev/rasops/rasops2.c fg = ri->ri_devcmap[(attr >> 24) & 0xf] & 3;
attr 249 dev/rasops/rasops2.c bg = ri->ri_devcmap[(attr >> 16) & 0xf] & 3;
attr 250 dev/rasops/rasops2.c stamp_attr = attr;
attr 264 dev/rasops/rasops2.c rasops2_putchar8(cookie, row, col, uc, attr)
attr 268 dev/rasops/rasops2.c long attr;
attr 277 dev/rasops/rasops2.c rasops2_putchar(cookie, row, col, uc, attr);
attr 301 dev/rasops/rasops2.c if (attr != stamp_attr)
attr 302 dev/rasops/rasops2.c rasops2_makestamp(ri, attr);
attr 324 dev/rasops/rasops2.c if ((attr & 1) != 0)
attr 334 dev/rasops/rasops2.c rasops2_putchar12(cookie, row, col, uc, attr)
attr 338 dev/rasops/rasops2.c long attr;
attr 347 dev/rasops/rasops2.c rasops2_putchar(cookie, row, col, uc, attr);
attr 371 dev/rasops/rasops2.c if (attr != stamp_attr)
attr 372 dev/rasops/rasops2.c rasops2_makestamp(ri, attr);
attr 395 dev/rasops/rasops2.c if ((attr & 1) != 0) {
attr 407 dev/rasops/rasops2.c rasops2_putchar16(cookie, row, col, uc, attr)
attr 411 dev/rasops/rasops2.c long attr;
attr 420 dev/rasops/rasops2.c rasops2_putchar(cookie, row, col, uc, attr);
attr 444 dev/rasops/rasops2.c if (attr != stamp_attr)
attr 445 dev/rasops/rasops2.c rasops2_makestamp(ri, attr);
attr 469 dev/rasops/rasops2.c if ((attr & 1) != 0)
attr 52 dev/rasops/rasops24.c void rasops24_putchar(void *, int, int, u_int, long attr);
attr 54 dev/rasops/rasops24.c void rasops24_putchar8(void *, int, int, u_int, long attr);
attr 55 dev/rasops/rasops24.c void rasops24_putchar12(void *, int, int, u_int, long attr);
attr 56 dev/rasops/rasops24.c void rasops24_putchar16(void *, int, int, u_int, long attr);
attr 123 dev/rasops/rasops24.c rasops24_putchar(cookie, row, col, uc, attr)
attr 127 dev/rasops/rasops24.c long attr;
attr 148 dev/rasops/rasops24.c clr[1] = ri->ri_devcmap[((u_int)attr >> 24) & 0xf];
attr 149 dev/rasops/rasops24.c clr[0] = ri->ri_devcmap[((u_int)attr >> 16) & 0xf];
attr 189 dev/rasops/rasops24.c if ((attr & 1) != 0) {
attr 207 dev/rasops/rasops24.c rasops24_makestamp(ri, attr)
attr 209 dev/rasops/rasops24.c long attr;
attr 214 dev/rasops/rasops24.c fg = ri->ri_devcmap[((u_int)attr >> 24) & 0xf] & 0xffffff;
attr 215 dev/rasops/rasops24.c bg = ri->ri_devcmap[((u_int)attr >> 16) & 0xf] & 0xffffff;
attr 216 dev/rasops/rasops24.c stamp_attr = attr;
attr 250 dev/rasops/rasops24.c rasops24_putchar8(cookie, row, col, uc, attr)
attr 254 dev/rasops/rasops24.c long attr;
attr 264 dev/rasops/rasops24.c rasops24_putchar(cookie, row, col, uc, attr);
attr 283 dev/rasops/rasops24.c if (attr != stamp_attr)
attr 284 dev/rasops/rasops24.c rasops24_makestamp(ri, attr);
attr 317 dev/rasops/rasops24.c if ((attr & 1) != 0) {
attr 331 dev/rasops/rasops24.c rasops24_putchar12(cookie, row, col, uc, attr)
attr 335 dev/rasops/rasops24.c long attr;
attr 345 dev/rasops/rasops24.c rasops24_putchar(cookie, row, col, uc, attr);
attr 364 dev/rasops/rasops24.c if (attr != stamp_attr)
attr 365 dev/rasops/rasops24.c rasops24_makestamp(ri, attr);
attr 404 dev/rasops/rasops24.c if ((attr & 1) != 0) {
attr 419 dev/rasops/rasops24.c rasops24_putchar16(cookie, row, col, uc, attr)
attr 423 dev/rasops/rasops24.c long attr;
attr 433 dev/rasops/rasops24.c rasops24_putchar(cookie, row, col, uc, attr);
attr 452 dev/rasops/rasops24.c if (attr != stamp_attr)
attr 453 dev/rasops/rasops24.c rasops24_makestamp(ri, attr);
attr 498 dev/rasops/rasops24.c if ((attr & 1) != 0) {
attr 515 dev/rasops/rasops24.c rasops24_eraserows(cookie, row, num, attr)
attr 518 dev/rasops/rasops24.c long attr;
attr 528 dev/rasops/rasops24.c if ((attr & 4) != 0) {
attr 529 dev/rasops/rasops24.c rasops_eraserows(cookie, row, num, attr);
attr 548 dev/rasops/rasops24.c clr = ri->ri_devcmap[(attr >> 16) & 0xf] & 0xffffff;
attr 619 dev/rasops/rasops24.c rasops24_erasecols(cookie, row, col, num, attr)
attr 622 dev/rasops/rasops24.c long attr;
attr 633 dev/rasops/rasops24.c if ((attr & 4) != 0) {
attr 634 dev/rasops/rasops24.c rasops_erasecols(cookie, row, col, num, attr);
attr 661 dev/rasops/rasops24.c clr = ri->ri_devcmap[(attr >> 16) & 0xf] & 0xffffff;
attr 74 dev/rasops/rasops32.c rasops32_putchar(cookie, row, col, uc, attr)
attr 78 dev/rasops/rasops32.c long attr;
attr 101 dev/rasops/rasops32.c clr[0] = ri->ri_devcmap[(attr >> 16) & 0xf];
attr 102 dev/rasops/rasops32.c clr[1] = ri->ri_devcmap[(attr >> 24) & 0xf];
attr 132 dev/rasops/rasops32.c if ((attr & 1) != 0) {
attr 107 dev/rasops/rasops4.c rasops4_putchar(cookie, row, col, uc, attr)
attr 111 dev/rasops/rasops4.c long attr;
attr 136 dev/rasops/rasops4.c bg = ri->ri_devcmap[(attr >> 16) & 0xf];
attr 137 dev/rasops/rasops4.c fg = ri->ri_devcmap[(attr >> 24) & 0xf];
attr 172 dev/rasops/rasops4.c if (attr & 1) {
attr 209 dev/rasops/rasops4.c if (attr & 1) {
attr 222 dev/rasops/rasops4.c rasops4_putchar(cookie, row, col, uc, attr)
attr 226 dev/rasops/rasops4.c long attr;
attr 237 dev/rasops/rasops4.c rasops4_makestamp(ri, attr)
attr 239 dev/rasops/rasops4.c long attr;
attr 243 dev/rasops/rasops4.c fg = ri->ri_devcmap[(attr >> 24) & 0xf] & 0xf;
attr 244 dev/rasops/rasops4.c bg = ri->ri_devcmap[(attr >> 16) & 0xf] & 0xf;
attr 245 dev/rasops/rasops4.c stamp_attr = attr;
attr 266 dev/rasops/rasops4.c rasops4_putchar8(cookie, row, col, uc, attr)
attr 270 dev/rasops/rasops4.c long attr;
attr 280 dev/rasops/rasops4.c rasops4_putchar(cookie, row, col, uc, attr);
attr 304 dev/rasops/rasops4.c if (attr != stamp_attr)
attr 305 dev/rasops/rasops4.c rasops4_makestamp(ri, attr);
attr 328 dev/rasops/rasops4.c if ((attr & 1) != 0) {
attr 341 dev/rasops/rasops4.c rasops4_putchar12(cookie, row, col, uc, attr)
attr 345 dev/rasops/rasops4.c long attr;
attr 355 dev/rasops/rasops4.c rasops4_putchar(cookie, row, col, uc, attr);
attr 379 dev/rasops/rasops4.c if (attr != stamp_attr)
attr 380 dev/rasops/rasops4.c rasops4_makestamp(ri, attr);
attr 405 dev/rasops/rasops4.c if ((attr & 1) != 0) {
attr 419 dev/rasops/rasops4.c rasops4_putchar16(cookie, row, col, uc, attr)
attr 423 dev/rasops/rasops4.c long attr;
attr 433 dev/rasops/rasops4.c rasops4_putchar(cookie, row, col, uc, attr);
attr 457 dev/rasops/rasops4.c if (attr != stamp_attr)
attr 458 dev/rasops/rasops4.c rasops4_makestamp(ri, attr);
attr 485 dev/rasops/rasops4.c if ((attr & 1) != 0) {
attr 48 dev/rasops/rasops8.c void rasops8_putchar(void *, int, int, u_int, long attr);
attr 50 dev/rasops/rasops8.c void rasops8_putchar8(void *, int, int, u_int, long attr);
attr 51 dev/rasops/rasops8.c void rasops8_putchar12(void *, int, int, u_int, long attr);
attr 52 dev/rasops/rasops8.c void rasops8_putchar16(void *, int, int, u_int, long attr);
attr 104 dev/rasops/rasops8.c rasops8_putchar(cookie, row, col, uc, attr)
attr 108 dev/rasops/rasops8.c long attr;
attr 128 dev/rasops/rasops8.c clr[0] = (u_char)ri->ri_devcmap[(attr >> 16) & 0xf];
attr 129 dev/rasops/rasops8.c clr[1] = (u_char)ri->ri_devcmap[(attr >> 24) & 0xf];
attr 160 dev/rasops/rasops8.c if ((attr & 1) != 0) {
attr 175 dev/rasops/rasops8.c rasops8_makestamp(ri, attr)
attr 177 dev/rasops/rasops8.c long attr;
attr 182 dev/rasops/rasops8.c fg = ri->ri_devcmap[(attr >> 24) & 0xf] & 0xff;
attr 183 dev/rasops/rasops8.c bg = ri->ri_devcmap[(attr >> 16) & 0xf] & 0xff;
attr 184 dev/rasops/rasops8.c stamp_attr = attr;
attr 209 dev/rasops/rasops8.c rasops8_putchar8(cookie, row, col, uc, attr)
attr 213 dev/rasops/rasops8.c long attr;
attr 223 dev/rasops/rasops8.c rasops8_putchar(cookie, row, col, uc, attr);
attr 242 dev/rasops/rasops8.c if (attr != stamp_attr)
attr 243 dev/rasops/rasops8.c rasops8_makestamp(ri, attr);
attr 268 dev/rasops/rasops8.c if ((attr & 1) != 0) {
attr 280 dev/rasops/rasops8.c rasops8_putchar12(cookie, row, col, uc, attr)
attr 284 dev/rasops/rasops8.c long attr;
attr 294 dev/rasops/rasops8.c rasops8_putchar(cookie, row, col, uc, attr);
attr 313 dev/rasops/rasops8.c if (attr != stamp_attr)
attr 314 dev/rasops/rasops8.c rasops8_makestamp(ri, attr);
attr 342 dev/rasops/rasops8.c if ((attr & 1) != 0) {
attr 354 dev/rasops/rasops8.c rasops8_putchar16(cookie, row, col, uc, attr)
attr 358 dev/rasops/rasops8.c long attr;
attr 368 dev/rasops/rasops8.c rasops8_putchar(cookie, row, col, uc, attr);
attr 387 dev/rasops/rasops8.c if (attr != stamp_attr)
attr 388 dev/rasops/rasops8.c rasops8_makestamp(ri, attr);
attr 413 dev/rasops/rasops8.c if ((attr & 1) != 0) {
attr 47 dev/rasops/rasops_bitops.h NAME(erasecols)(cookie, row, col, num, attr)
attr 50 dev/rasops/rasops_bitops.h long attr;
attr 77 dev/rasops/rasops_bitops.h clr = ri->ri_devcmap[(attr >> 16) & 0xf];
attr 936 dev/sbus/cgsix.c cgsix_ras_erasecols(void *cookie, int row, int col, int n, long int attr)
attr 956 dev/sbus/cgsix.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL);
attr 978 dev/sbus/cgsix.c cgsix_ras_eraserows(void *cookie, int row, int n, long int attr)
attr 993 dev/sbus/cgsix.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL);
attr 617 dev/sbus/zx.c zx_fillrect(struct rasops_info *ri, int x, int y, int w, int h, long attr,
attr 629 dev/sbus/zx.c ri->ri_ops.unpack_attr(ri, attr, &fg, &bg, NULL);
attr 692 dev/sbus/zx.c zx_erasecols(void *cookie, int row, int col, int num, long attr)
attr 698 dev/sbus/zx.c zx_fillrect(ri, col, row, num, 1, attr, ZX_STD_ROP);
attr 702 dev/sbus/zx.c zx_eraserows(void *cookie, int row, int num, long attr)
attr 717 dev/sbus/zx.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, NULL);
attr 728 dev/sbus/zx.c zx_fillrect(ri, 0, row, ri->ri_cols, num, attr, ZX_STD_ROP);
attr 752 dev/sbus/zx.c zx_putchar(void *cookie, int row, int col, u_int uc, long attr)
attr 765 dev/sbus/zx.c ri->ri_ops.unpack_attr(cookie, attr, &fg, &bg, &ul);
attr 773 dev/sbus/zx.c zx_fillrect(ri, col, row, 1, 1, attr, ZX_STD_ROP);
attr 338 dev/usb/uftdi.c int addr, dir, attr;
attr 348 dev/usb/uftdi.c attr = ed->bmAttributes & UE_XFERTYPE;
attr 349 dev/usb/uftdi.c if (dir == UE_DIR_IN && attr == UE_BULK)
attr 351 dev/usb/uftdi.c else if (dir == UE_DIR_OUT && attr == UE_BULK)
attr 2421 dev/wscons/wsdisplay.c long attr;
attr 2427 dev/wscons/wsdisplay.c (*dconf->emulops->unpack_attr)(dconf->emulcookie, cell.attr, &fg,
attr 2445 dev/wscons/wsdisplay.c (ul ? WSATTR_UNDERLINE : 0), &attr) == 0) {
attr 2446 dev/wscons/wsdisplay.c cell.attr = attr;
attr 2447 dev/wscons/wsdisplay.c PUTCHAR(pos, cell.uc, cell.attr);
attr 58 dev/wscons/wsdisplayvar.h void (*putchar)(void *c, int row, int col, u_int uc, long attr);
attr 63 dev/wscons/wsdisplayvar.h void (*eraserows)(void *c, int row, int nrows, long attr);
attr 65 dev/wscons/wsdisplayvar.h void (*unpack_attr)(void *c, long attr, int *fg, int *bg, int *ul);
attr 104 dev/wscons/wsdisplayvar.h long attr;
attr 355 dev/wscons/wsemul_sun.c long attr, bkgdattr;
attr 488 dev/wscons/wsemul_sun.c if (wsemul_sun_selectattribute(edp, flags, fgcol, bgcol, &attr,
attr 495 dev/wscons/wsemul_sun.c edp->curattr = attr;
attr 678 dev/wscons/wsemul_sun.c wsemul_sun_selectattribute(edp, flags, fgcol, bgcol, attr, bkgdattr)
attr 681 dev/wscons/wsemul_sun.c long *attr, *bkgdattr;
attr 734 dev/wscons/wsemul_sun.c flags, attr);
attr 196 dev/wscons/wsemul_vt100_subr.c long attr, bkgdattr;
attr 541 dev/wscons/wsemul_vt100_subr.c if (vt100_selectattribute(edp, flags, fgcol, bgcol, &attr,
attr 548 dev/wscons/wsemul_vt100_subr.c edp->curattr = attr;
attr 637 dev/wscons/wsemul_vt100_subr.c vt100_selectattribute(edp, flags, fgcol, bgcol, attr, bkgdattr)
attr 640 dev/wscons/wsemul_vt100_subr.c long *attr, *bkgdattr;
attr 704 dev/wscons/wsemul_vt100_subr.c flags, attr);
attr 112 dev/wscons/wsmoused.h #define PUTCHAR(pos, uc, attr) \
attr 115 dev/wscons/wsmoused.h ((pos) % N_COLS), (uc), (attr)))
attr 245 kern/kern_exec.c struct vattr attr;
attr 303 kern/kern_exec.c pack.ep_vap = &attr;
attr 489 kern/kern_exec.c if ((attr.va_mode & (VSUID | VSGID)) && proc_cansugid(p)) {
attr 505 kern/kern_exec.c if (attr.va_mode & VSUID)
attr 506 kern/kern_exec.c p->p_ucred->cr_uid = attr.va_uid;
attr 507 kern/kern_exec.c if (attr.va_mode & VSGID)
attr 508 kern/kern_exec.c p->p_ucred->cr_gid = attr.va_gid;
attr 390 kern/subr_userconf.c short attr = -1, i = 0, l = 0;
attr 401 kern/subr_userconf.c attr = i;
attr 406 kern/subr_userconf.c if (attr == -1) {
attr 410 kern/subr_userconf.c *val = attr;
attr 761 kern/subr_userconf.c userconf_common_attr_val(short attr, int *val, char routine)
attr 775 kern/subr_userconf.c if (locnamp[ln] == attr) {
attr 817 kern/subr_userconf.c short attr = -1, i = 0, l = 0;
attr 831 kern/subr_userconf.c attr = i;
attr 837 kern/subr_userconf.c if (attr == -1) {
attr 843 kern/subr_userconf.c userconf_common_attr_val(attr, NULL, UC_SHOW);
attr 846 kern/subr_userconf.c userconf_common_attr_val(attr, &a, UC_SHOW);
attr 943 kern/subr_userconf.c userconf_common_attr(char *cmd, int attr, char routine)
attr 963 kern/subr_userconf.c userconf_common_attr_val(attr, &a, routine);
attr 105 nfs/nfs_kq.c struct vattr attr;
attr 120 nfs/nfs_kq.c if (nfs_getattrcache(ke->vp, &attr) != ENOENT)
attr 133 nfs/nfs_kq.c error = VOP_GETATTR(ke->vp, &attr, p->p_ucred, p);
attr 142 nfs/nfs_kq.c if (attr.va_size != osize) {
attr 143 nfs/nfs_kq.c int extended = (attr.va_size > osize);
attr 146 nfs/nfs_kq.c ke->omtime = attr.va_mtime;
attr 147 nfs/nfs_kq.c } else if (attr.va_mtime.tv_sec != ke->omtime.tv_sec
attr 148 nfs/nfs_kq.c || attr.va_mtime.tv_nsec != ke->omtime.tv_nsec) {
attr 150 nfs/nfs_kq.c ke->omtime = attr.va_mtime;
attr 153 nfs/nfs_kq.c if (attr.va_ctime.tv_sec != ke->octime.tv_sec
attr 154 nfs/nfs_kq.c || attr.va_ctime.tv_nsec != ke->octime.tv_nsec) {
attr 156 nfs/nfs_kq.c ke->octime = attr.va_ctime;
attr 159 nfs/nfs_kq.c if (attr.va_nlink != ke->onlink) {
attr 161 nfs/nfs_kq.c ke->onlink = attr.va_nlink;
attr 267 nfs/nfs_kq.c struct vattr attr;
attr 300 nfs/nfs_kq.c memset(&attr, 0, sizeof(attr));
attr 301 nfs/nfs_kq.c (void) VOP_GETATTR(vp, &attr, p->p_ucred, p);
attr 327 nfs/nfs_kq.c ke->omtime = attr.va_mtime;
attr 328 nfs/nfs_kq.c ke->octime = attr.va_ctime;
attr 329 nfs/nfs_kq.c ke->onlink = attr.va_nlink;
attr 432 nfs/nfs_serv.c struct vattr attr;
attr 486 nfs/nfs_serv.c getret = VOP_GETATTR(vp, &attr, cred, procp);
attr 492 nfs/nfs_serv.c nfsm_srvpostop_attr(getret, &attr);
attr 250 nfs/nfs_vfsops.c struct vattr attr;
attr 282 nfs/nfs_vfsops.c error = VOP_GETATTR(rootvp, &attr, procp->p_ucred, procp);
attr 284 nfs/nfs_vfsops.c n = attr.va_atime.tv_sec;
attr 345 nfs/nfs_vfsops.c error = VOP_GETATTR(vp, &attr, procp->p_ucred, procp);
attr 348 nfs/nfs_vfsops.c n = (long) (attr.va_size >> DEV_BSHIFT);
attr 78 ntfs/ntfs.h struct attr {
attr 298 ntfs/ntfs_subr.c struct attr *ap;
attr 348 ntfs/ntfs_subr.c ap = (struct attr *) ((caddr_t)mfrp + off);
attr 361 ntfs/ntfs_subr.c ap = (struct attr *) ((caddr_t)mfrp + off);
attr 579 ntfs/ntfs_subr.c struct attr * rap)
attr 86 ntfs/ntfs_subr.h int ntfs_attrtontvattr( struct ntfsmount *, struct ntvattr **, struct attr * );
attr 119 ntfs/ntfs_subr.h int ntfs_attrtontvattr(struct ntfsmount *, struct ntvattr **, struct attr *);
attr 115 xfs/xfs_locl.h #define xfs_vop_getattr(t, attr, cred, proc, error) VOP_GETATTR((t), (attr), (cred), (error))
attr 221 xfs/xfs_locl.h #define xfs_vop_getattr(t, attr, cred, proc, error) (error) = VOP_GETATTR((t), (attr), (cred), (proc))
attr 152 xfs/xfs_message.c xfs_attr2vattr(&message->node.attr, &t->attr, 0);
attr 154 xfs/xfs_message.c xfs_set_vp_size(XNODE_TO_VNODE(t), t->attr.va_size);
attr 230 xfs/xfs_message.c xfs_attr2vattr(&message->node.attr, &t->attr, 1);
attr 232 xfs/xfs_message.c xfs_set_vp_size(XNODE_TO_VNODE(t), t->attr.va_size);
attr 150 xfs/xfs_message.h struct xfs_attr attr;
attr 342 xfs/xfs_message.h struct xfs_attr attr; /* XXX ??? */
attr 352 xfs/xfs_message.h struct xfs_attr attr;
attr 361 xfs/xfs_message.h struct xfs_attr attr;
attr 372 xfs/xfs_message.h struct xfs_attr attr;
attr 391 xfs/xfs_message.h struct xfs_attr attr;
attr 143 xfs/xfs_node-bsd.c xfs_attr2vattr(&node->attr, &result->attr, 1);
attr 144 xfs/xfs_node-bsd.c result->vn->v_type = result->attr.va_type;
attr 61 xfs/xfs_node.h struct vattr attr;
attr 1190 xfs/xfs_vnodeops-bsd.c return (lf_advlock(&xn->lockf, xn->attr.va_size, ap->a_id, ap->a_op,
attr 148 xfs/xfs_vnodeops-common.c if (NNPFS_TOKEN_GOT(xn, tok|NNPFS_ATTR_R) && offset > xn->attr.va_size) {
attr 149 xfs/xfs_vnodeops-common.c offset = xn->attr.va_size;
attr 156 xfs/xfs_vnodeops-common.c (long) xn->attr.va_size));
attr 159 xfs/xfs_vnodeops-common.c if (offset <= xn->offset || xn->attr.va_type == VDIR) {
attr 226 xfs/xfs_vnodeops-common.c vattr2xfs_attr(&xn->attr, &msg.attr);
attr 374 xfs/xfs_vnodeops-common.c VNODE_TO_XNODE(vp)->attr.va_size);
attr 377 xfs/xfs_vnodeops-common.c VNODE_TO_XNODE(vp)->attr.va_size);
attr 398 xfs/xfs_vnodeops-common.c xn->attr.va_size = sub_attr.va_size;
attr 399 xfs/xfs_vnodeops-common.c xn->attr.va_bytes = sub_attr.va_size;
attr 400 xfs/xfs_vnodeops-common.c xn->attr.va_mtime = sub_attr.va_mtime;
attr 426 xfs/xfs_vnodeops-common.c *vap = xn->attr;
attr 440 xfs/xfs_vnodeops-common.c #define CHECK_NNPFSATTR(A, cast) (vap->A == cast VNOVAL || vap->A == xn->attr.A)
attr 469 xfs/xfs_vnodeops-common.c vattr2xfs_attr(vap, &msg.attr);
attr 473 xfs/xfs_vnodeops-common.c XA_SET_SIZE(&msg.attr, vap->va_size);
attr 475 xfs/xfs_vnodeops-common.c XA_SET_SIZE(&msg.attr, xn->attr.va_size);
attr 479 xfs/xfs_vnodeops-common.c ubc_setsize(vp, msg.attr.xa_size);
attr 483 xfs/xfs_vnodeops-common.c XA_SET_MTIME(&msg.attr, vap->va_mtime.tv_sec);
attr 485 xfs/xfs_vnodeops-common.c XA_SET_MTIME(&msg.attr, xn->attr.va_mtime.tv_sec);
attr 663 xfs/xfs_vnodeops-common.c vattr2xfs_attr(vap, &msg.attr);
attr 783 xfs/xfs_vnodeops-common.c vattr2xfs_attr(vap, &msg.attr);
attr 943 xfs/xfs_vnodeops-common.c vattr2xfs_attr(vap, &msg->attr);