width 188 arch/i386/pci/pci_addr_fixup.c int error, mapreg, type, reg_start, reg_end, width; width 212 arch/i386/pci/pci_addr_fixup.c for (mapreg = reg_start; mapreg < reg_end; mapreg += width) { width 221 arch/i386/pci/pci_addr_fixup.c width = 4; width 234 arch/i386/pci/pci_addr_fixup.c width = 8; width 77 ddb/db_examine.c int width; width 83 ddb/db_examine.c width = 12; width 94 ddb/db_examine.c width = 4; width 98 ddb/db_examine.c width = 8; width 102 ddb/db_examine.c width = 12; width 107 ddb/db_examine.c width = 20; width 116 ddb/db_examine.c db_printf("%-*lr", width, (long)value); width 121 ddb/db_examine.c db_printf("%-*lx", width, (long)value); width 126 ddb/db_examine.c db_printf("%-*lz", width, (long)value); width 131 ddb/db_examine.c db_printf("%-*ld", width, (long)value); width 136 ddb/db_examine.c db_printf("%-*lu", width, (long)value); width 141 ddb/db_examine.c db_printf("%-*lo", width, value); width 173 ddb/db_examine.c db_end_line(width); width 210 ddb/db_output.c db_format(char *buf, size_t bufsize, long val, int format, int alt, int width) width 227 ddb/db_output.c snprintf(buf, bufsize, fmt, width, val); width 431 dev/ic/aic6360.c ti->width = AIC_MAX_WIDTH; width 433 dev/ic/aic6360.c ti->width = 0; width 1025 dev/ic/aic6360.c ti->width = 0; width 1038 dev/ic/aic6360.c ti->width = 0; width 1097 dev/ic/aic6360.c ti->width = sc->sc_imess[3]; width 1099 dev/ic/aic6360.c if (ti->width == 0) { width 1100 dev/ic/aic6360.c } else if (ti->width > AIC_MAX_WIDTH) { width 1101 dev/ic/aic6360.c ti->width = 0; width 1106 dev/ic/aic6360.c 1 << (3 + ti->width)); width 1258 dev/ic/aic6360.c sc->sc_omess[0] = ti->width; width 1853 dev/ic/aic6360.c ti->width = 0; width 116 dev/ic/aic6360var.h u_char width; /* Width suggestion */ width 2908 dev/ic/aic79xx.c if (transinfo->width == MSG_EXT_WDTR_BUS_8_BIT) { width 3014 dev/ic/aic79xx.c *bus_width = MIN(tinfo->user.width, *bus_width); width 3016 dev/ic/aic79xx.c *bus_width = MIN(tinfo->goal.width, *bus_width); width 3042 dev/ic/aic79xx.c tinfo->curr.width = AHD_WIDTH_UNKNOWN; width 3047 dev/ic/aic79xx.c || tinfo->curr.width != tinfo->goal.width width 3052 dev/ic/aic79xx.c || tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT width 3218 dev/ic/aic79xx.c u_int width, u_int type, int paused) width 3232 dev/ic/aic79xx.c tinfo->user.width = width; width 3235 dev/ic/aic79xx.c tinfo->goal.width = width; width 3237 dev/ic/aic79xx.c oldwidth = tinfo->curr.width; width 3238 dev/ic/aic79xx.c if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { width 3242 dev/ic/aic79xx.c tinfo->curr.width = width; width 3250 dev/ic/aic79xx.c 8 * (0x01 << width)); width 3373 dev/ic/aic79xx.c if (tinfo->width == MSG_EXT_WDTR_BUS_16_BIT) width 3729 dev/ic/aic79xx.c dowide = tinfo->curr.width != tinfo->goal.width; width 3739 dev/ic/aic79xx.c dowide = tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT; width 3774 dev/ic/aic79xx.c doppr ? tinfo->goal.width width 3775 dev/ic/aic79xx.c : tinfo->curr.width, width 3779 dev/ic/aic79xx.c tinfo->goal.width, ppr_options); width 3784 dev/ic/aic79xx.c ahd_construct_wdtr(ahd, devinfo, tinfo->goal.width); width 4364 dev/ic/aic79xx.c tinfo->curr.width, devinfo->role); width 6751 dev/ic/aic79xx.c tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT; width 6857 dev/ic/aic79xx.c user_tinfo->width = MSG_EXT_WDTR_BUS_16_BIT; width 6859 dev/ic/aic79xx.c user_tinfo->width = MSG_EXT_WDTR_BUS_8_BIT; width 6862 dev/ic/aic79xx.c printf("(%d): %x:%x:%x:%x\n", targ, user_tinfo->width, width 791 dev/ic/aic79xx.h uint8_t width; /* Bus width */ width 1521 dev/ic/aic79xx.h u_int width, u_int type, int paused); width 661 dev/ic/aic79xx_openbsd.c u_int width, ppr_options, period, offset; width 682 dev/ic/aic79xx_openbsd.c width = MSG_EXT_WDTR_BUS_8_BIT; width 684 dev/ic/aic79xx_openbsd.c width = MSG_EXT_WDTR_BUS_16_BIT; width 686 dev/ic/aic79xx_openbsd.c ahd_validate_width(ahd, NULL, &width, ROLE_UNKNOWN); width 687 dev/ic/aic79xx_openbsd.c if (width > tinfo->user.width) width 688 dev/ic/aic79xx_openbsd.c width = tinfo->user.width; width 689 dev/ic/aic79xx_openbsd.c ahd_set_width(ahd, &devinfo, width, AHD_TRANS_GOAL, FALSE); width 702 dev/ic/aic79xx_openbsd.c if (width < MSG_EXT_WDTR_BUS_16_BIT) width 710 dev/ic/aic79xx_openbsd.c ahd_validate_offset(ahd, NULL, period, &offset, width, ROLE_UNKNOWN); width 1745 dev/ic/aic7xxx.c if (transinfo->width == MSG_EXT_WDTR_BUS_8_BIT) { width 1910 dev/ic/aic7xxx.c *bus_width = MIN(tinfo->user.width, *bus_width); width 1912 dev/ic/aic7xxx.c *bus_width = MIN(tinfo->goal.width, *bus_width); width 1938 dev/ic/aic7xxx.c tinfo->curr.width = AHC_WIDTH_UNKNOWN; width 1943 dev/ic/aic7xxx.c || tinfo->curr.width != tinfo->goal.width width 1948 dev/ic/aic7xxx.c || tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT width 2094 dev/ic/aic7xxx.c u_int width, u_int type, int paused) width 2108 dev/ic/aic7xxx.c tinfo->user.width = width; width 2111 dev/ic/aic7xxx.c tinfo->goal.width = width; width 2113 dev/ic/aic7xxx.c oldwidth = tinfo->curr.width; width 2114 dev/ic/aic7xxx.c if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { width 2120 dev/ic/aic7xxx.c if (width == MSG_EXT_WDTR_BUS_16_BIT) width 2128 dev/ic/aic7xxx.c tinfo->curr.width = width; width 2135 dev/ic/aic7xxx.c 8 * (0x01 << width)); width 2466 dev/ic/aic7xxx.c dowide = tinfo->curr.width != tinfo->goal.width; width 2476 dev/ic/aic7xxx.c dowide = tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT; width 2512 dev/ic/aic7xxx.c doppr ? tinfo->goal.width width 2513 dev/ic/aic7xxx.c : tinfo->curr.width, width 2517 dev/ic/aic7xxx.c tinfo->goal.width, ppr_options); width 2522 dev/ic/aic7xxx.c ahc_construct_wdtr(ahc, devinfo, tinfo->goal.width); width 4900 dev/ic/aic7xxx.c tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT; width 4966 dev/ic/aic7xxx.c tinfo->user.width = MSG_EXT_WDTR_BUS_16_BIT; width 739 dev/ic/aic7xxx_openbsd.c u_int width, ppr_options, period, offset; width 757 dev/ic/aic7xxx_openbsd.c width = MSG_EXT_WDTR_BUS_8_BIT; width 759 dev/ic/aic7xxx_openbsd.c width = MSG_EXT_WDTR_BUS_16_BIT; width 761 dev/ic/aic7xxx_openbsd.c ahc_validate_width(ahc, NULL, &width, ROLE_UNKNOWN); width 762 dev/ic/aic7xxx_openbsd.c if (width > tinfo->user.width) width 763 dev/ic/aic7xxx_openbsd.c width = tinfo->user.width; width 764 dev/ic/aic7xxx_openbsd.c ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE); width 777 dev/ic/aic7xxx_openbsd.c if (width < MSG_EXT_WDTR_BUS_16_BIT) width 786 dev/ic/aic7xxx_openbsd.c ahc_validate_offset(ahc, NULL, syncrate, &offset, width, width 345 dev/ic/aic7xxx_openbsd.h ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) width 351 dev/ic/aic7xxx_openbsd.h ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) width 730 dev/ic/aic7xxxvar.h uint8_t width; /* Bus width */ width 77 dev/ic/bt8xx.h u_int width; /* Width of memory area */ width 1273 dev/ic/i82365.c h->io[win].width * 8)); width 1286 dev/ic/i82365.c reg |= io_map_index[win].ioctlbits[h->io[win].width]; width 1295 dev/ic/i82365.c pcic_chip_io_map(pch, width, offset, size, pcihp, windowp) width 1297 dev/ic/i82365.c int width; width 1333 dev/ic/i82365.c win, width_names[width], (u_long) ioaddr, (u_long) size)); width 1337 dev/ic/i82365.c h->io[win].width = width; width 74 dev/ic/i82365var.h int width; width 1579 dev/ic/ncr53c9x.c ti->width = 0; width 1700 dev/ic/ncr53c9x.c ti->width = 0; width 1843 dev/ic/ncr53c9x.c sc->sc_omess[3] = ti->width; width 186 dev/ic/ncr53c9xvar.h u_char width; /* width suggestion */ width 419 dev/ic/sti.c if (cfg.owidth == cfg.width && width 425 dev/ic/sti.c cfg.fbwidth - cfg.width; width 468 dev/ic/sti.c scr->scr_wsd.ncols = cfg.width / scr->scr_curfont.width; width 471 dev/ic/sti.c scr->scr_wsd.fontwidth = scr->scr_curfont.width; width 502 dev/ic/sti.c sc->sc_dev.dv_xname, fp->width, fp->height, width 584 dev/ic/sti.c fp->width = bus_space_read_1(memt, romh, width 624 dev/ic/sti.c (cfg->fbwidth - cfg->width - cfg->owidth)) { width 632 dev/ic/sti.c scr->scr_fontbase = cfg->width + cfg->owidth; width 635 dev/ic/sti.c fp->width + scr->scr_fontbase; width 739 dev/ic/sti.c a.in.width = w; width 807 dev/ic/sti.c wdf->width = scr->scr_cfg.scr_width; width 950 dev/ic/sti.c col * fp->width, row * fp->height, width 951 dev/ic/sti.c col * fp->width, row * fp->height, width 952 dev/ic/sti.c fp->height, fp->width, bmf_invert); width 1040 dev/ic/sti.c a.in.x = col * fp->width; width 1064 dev/ic/sti.c fp->width + scr->scr_fontbase; width 1067 dev/ic/sti.c a.in.dstx = col * fp->width; width 1070 dev/ic/sti.c a.in.width = fp->width; width 1085 dev/ic/sti.c srccol * fp->width, row * fp->height, width 1086 dev/ic/sti.c dstcol * fp->width, row * fp->height, width 1087 dev/ic/sti.c fp->height, ncols * fp->width, bmf_copy); width 1100 dev/ic/sti.c startcol * fp->width, row * fp->height, width 1101 dev/ic/sti.c startcol * fp->width, row * fp->height, width 1102 dev/ic/sti.c fp->height, ncols * fp->width, bmf_clear); width 176 dev/ic/stireg.h u_int8_t width; width 191 dev/ic/stireg.h u_int8_t width; width 324 dev/ic/stireg.h u_int16_t width, height; width 437 dev/ic/stireg.h u_int16_t width, height, owidth, oheight, fbwidth, fbheight; width 1128 dev/ic/tcic2.c h->io[win].width * 8)); width 1153 dev/ic/tcic2.c reg |= iotiny | tcic_iowidth_map[h->io[win].width]; width 1178 dev/ic/tcic2.c tcic_chip_io_map(pch, width, offset, size, pcihp, windowp) width 1180 dev/ic/tcic2.c int width; width 1215 dev/ic/tcic2.c win, width_names[width], (u_long) ioaddr, (u_long) size)); width 1225 dev/ic/tcic2.c h->io[win].width = width; width 75 dev/ic/tcic2var.h int width; width 1176 dev/isa/sbdsp.c int width = param->precision * param->factor; width 1189 dev/isa/sbdsp.c if (width == 8) { width 1193 dev/isa/sbdsp.c width, sc->sc_i.dmachan); width 1203 dev/isa/sbdsp.c width, sc->sc_i.dmachan); width 1211 dev/isa/sbdsp.c if ((sc->sc_model == SB_JAZZ) ? (sc->sc_i.dmachan > 3) : (width == 16)) width 1310 dev/isa/sbdsp.c int width = param->precision * param->factor; width 1323 dev/isa/sbdsp.c if (width == 8) { width 1327 dev/isa/sbdsp.c width, sc->sc_o.dmachan); width 1337 dev/isa/sbdsp.c width, sc->sc_o.dmachan); width 1345 dev/isa/sbdsp.c if ((sc->sc_model == SB_JAZZ) ? (sc->sc_o.dmachan > 3) : (width == 16)) width 885 dev/pci/bktr/bktr_core.c bktr->video.width = 0; width 1289 dev/pci/bktr/bktr_core.c video->width = bktr->video.width; width 1297 dev/pci/bktr/bktr_core.c bktr->video.width = video->width; width 2370 dev/pci/bktr/bktr_core.c notclipped (bktr_reg_t * bktr, int x, int width) { width 2376 dev/pci/bktr/bktr_core.c bktr->y2 = width; width 2377 dev/pci/bktr/bktr_core.c bktr->line_length = width; width 2443 dev/pci/bktr/bktr_core.c split(bktr_reg_t *bktr, u_int **dma_prog, int width, u_int operation, width 2462 dev/pci/bktr/bktr_core.c if ((width * pixel_width) < DMA_BT848_SPLIT ) { width 2463 dev/pci/bktr/bktr_core.c if ( width == cols) { width 2478 dev/pci/bktr/bktr_core.c *(*dma_prog)++ = htole32(operation | flag | (width * pixel_width - skip)); width 2482 dev/pci/bktr/bktr_core.c *target_buffer += width * pixel_width; width 2483 dev/pci/bktr/bktr_core.c bktr->current_col += width; width 2487 dev/pci/bktr/bktr_core.c if (bktr->current_col == 0 && width == cols) { width 2509 dev/pci/bktr/bktr_core.c (width * pixel_width / 2 - skip)); width 2512 dev/pci/bktr/bktr_core.c *target_buffer += width * pixel_width / 2; width 2517 dev/pci/bktr/bktr_core.c (width * pixel_width / 2)); width 2518 dev/pci/bktr/bktr_core.c *target_buffer += width * pixel_width / 2; width 2519 dev/pci/bktr/bktr_core.c bktr->current_col += width; width 2534 dev/pci/bktr/bktr_core.c u_int target_buffer, buffer, target, width; width 2580 dev/pci/bktr/bktr_core.c pitch = bktr->video.width; width 2612 dev/pci/bktr/bktr_core.c width = cols; width 2615 dev/pci/bktr/bktr_core.c if ( notclipped(bktr, i, width)) { width 2663 dev/pci/bktr/bktr_core.c width = cols; width 2666 dev/pci/bktr/bktr_core.c if ( notclipped(bktr, i, width)) { width 2701 dev/pci/bktr/bktr_core.c u_int target_buffer, buffer, target,width; width 2737 dev/pci/bktr/bktr_core.c pitch = bktr->video.width; width 2751 dev/pci/bktr/bktr_core.c width = cols; width 2754 dev/pci/bktr/bktr_core.c if ( notclipped(bktr, i, width)) { width 2812 dev/pci/bktr/bktr_core.c width = cols; width 2815 dev/pci/bktr/bktr_core.c if ( notclipped(bktr, i, width)) { width 1113 dev/pci/ixgb_hw.c hw->bus.width = width 716 dev/pci/ixgb_hw.h ixgb_bus_width width; width 1922 dev/pci/pccbb.c pccbb_pcmcia_io_map(pch, width, offset, size, pcihp, windowp) width 1924 dev/pci/pccbb.c int width; width 1963 dev/pci/pccbb.c win, width_names[width], (u_long) ioaddr, (u_long) size)); width 1976 dev/pci/pccbb.c ph->io[win].width = width; width 2013 dev/pci/pccbb.c ph->io[win].width * 8)); width 2032 dev/pci/pccbb.c ioctl |= pcic_iowidth[ph->io[win].width]; width 2039 dev/pci/pccbb.c ioctl |= (pcic_iowidth[ph->io[win].width] << 4); width 98 dev/pci/pccbbvar.h int width; width 598 dev/pci/tga.c wsd_fbip->width = sc->sc_dc->dc_wid; width 1262 dev/pci/tga.c int fs, height, width; width 1270 dev/pci/tga.c width = ri->ri_font->fontwidth; width 1291 dev/pci/tga.c TGAWREG(dc, TGA_REG_GPXR_P, (1 << width) - 1); width 247 dev/pci/vga_pci.c wdf->width = sc->sc_width; width 279 dev/pci/vga_pci.c sc->sc_gfxmode = vesafb_find_mode(sc, gfxmode->width, width 442 dev/pcmcia/cfxga.c u_int mode, width, height, depth, scrsize; width 457 dev/pcmcia/cfxga.c width = 640; width 462 dev/pcmcia/cfxga.c width = 800; width 468 dev/pcmcia/cfxga.c width = 640; width 473 dev/pcmcia/cfxga.c width = 800; width 484 dev/pcmcia/cfxga.c ri->ri_width = width; width 486 dev/pcmcia/cfxga.c ri->ri_stride = width * depth / 8; width 601 dev/pcmcia/cfxga.c wdf->height = wdf->width = wdf->depth = wdf->cmsize = 0; width 604 dev/pcmcia/cfxga.c wdf->width = scr->scr_ri.ri_width; width 623 dev/pcmcia/pcmcia.c pcmcia_io_map(pf, width, offset, size, pcihp, windowp) width 625 dev/pcmcia/pcmcia.c int width; width 634 dev/pcmcia/pcmcia.c width, offset, size, pcihp, windowp)) width 120 dev/pcmcia/pcmciachip.h #define pcmcia_chip_io_map(tag, handle, width, card_addr, size, pcihp, \ width 122 dev/pcmcia/pcmciachip.h ((*(tag)->io_map)((handle), (width), (card_addr), (size), (pcihp), \ width 100 dev/rasops/rasops1.c u_int32_t height, width; width 119 dev/rasops/rasops1.c width = ri->ri_font->fontwidth; width 138 dev/rasops/rasops1.c if ((col + width) <= 32) { width 139 dev/rasops/rasops1.c rmask = rasops_pmask[col][width]; width 181 dev/rasops/rasops1.c rmask = ~rasops_rmask[(col + width) & 31]; width 184 dev/rasops/rasops1.c width = bg & ~rmask; width 189 dev/rasops/rasops1.c rp[1] = (rp[1] & rmask) | width; width 193 dev/rasops/rasops1.c width = 32 - col; width 205 dev/rasops/rasops1.c | (MBE((u_int)fb << width) & ~rmask); width 219 dev/rasops/rasops1.c | (MBE(fb << width) & ~rmask); width 122 dev/rasops/rasops15.c int fb, width, height, cnt, clr[2]; width 139 dev/rasops/rasops15.c width = ri->ri_font->fontwidth; width 150 dev/rasops/rasops15.c for (cnt = width; cnt; cnt--) { width 165 dev/rasops/rasops15.c for (cnt = width; cnt; cnt--) { width 178 dev/rasops/rasops15.c while (width--) { width 133 dev/rasops/rasops2.c int height, width, fs, rs, bg, fg, lmask, rmask; width 150 dev/rasops/rasops2.c width = ri->ri_font->fontwidth << 1; width 152 dev/rasops/rasops2.c col *= width; width 172 dev/rasops/rasops2.c if ((col + width) <= 32) { width 173 dev/rasops/rasops2.c rmask = rasops_pmask[col][width]; width 201 dev/rasops/rasops2.c rmask = ~rasops_rmask[(col + width) & 31]; width 204 dev/rasops/rasops2.c width = bg & ~rmask; width 209 dev/rasops/rasops2.c rp[1] = (rp[1] & rmask) | width; width 213 dev/rasops/rasops2.c width = 32 - col; width 221 dev/rasops/rasops2.c (MBE(fb << width) & ~rmask); width 129 dev/rasops/rasops24.c int fb, width, height, cnt, clr[2]; width 146 dev/rasops/rasops24.c width = ri->ri_font->fontwidth; width 157 dev/rasops/rasops24.c for (cnt = width; cnt; cnt--) { width 174 dev/rasops/rasops24.c for (cnt = width; cnt; cnt--, fb <<= 1) { width 194 dev/rasops/rasops24.c while (width--) { width 80 dev/rasops/rasops32.c int width, height, cnt, fs, fb, clr[2]; width 99 dev/rasops/rasops32.c width = ri->ri_font->fontwidth; width 109 dev/rasops/rasops32.c for (cnt = width; cnt; cnt--) width 124 dev/rasops/rasops32.c for (cnt = width; cnt; cnt--) { width 135 dev/rasops/rasops32.c while (width--) width 113 dev/rasops/rasops4.c int height, width, fs, rs, fb, bg, fg, lmask, rmask; width 129 dev/rasops/rasops4.c width = ri->ri_font->fontwidth << 1; width 131 dev/rasops/rasops4.c col *= width; width 151 dev/rasops/rasops4.c if ((col + width) <= 32) { width 152 dev/rasops/rasops4.c rmask = rasops_pmask[col][width]; width 178 dev/rasops/rasops4.c rmask = ~rasops_rmask[(col + width) & 31]; width 182 dev/rasops/rasops4.c width = bg & ~rmask; width 186 dev/rasops/rasops4.c rp[1] = (rp[1] & rmask) | width; width 190 dev/rasops/rasops4.c width = 32 - col; width 201 dev/rasops/rasops4.c | (MBE((u_int)fb << width) & ~rmask); width 110 dev/rasops/rasops8.c int width, height, cnt, fs, fb; width 127 dev/rasops/rasops8.c width = ri->ri_font->fontwidth; width 138 dev/rasops/rasops8.c for (cnt = width; cnt; cnt--) width 152 dev/rasops/rasops8.c for (cnt = width; cnt; cnt--) { width 165 dev/rasops/rasops8.c while (width--) width 256 dev/sbus/agten.c wdf->width = sc->sc_sunfb.sf_width; width 238 dev/sbus/bwtwo.c wdf->width = sc->sc_sunfb.sf_width; width 283 dev/sbus/cgsix.c wdf->width = sc->sc_sunfb.sf_width; width 310 dev/sbus/cgthree.c wdf->width = sc->sc_sunfb.sf_width; width 275 dev/sbus/cgtwelve.c wdf->width = sc->sc_sunfb.sf_width; width 249 dev/sbus/mgx.c wdf->width = sc->sc_sunfb.sf_width; width 71 dev/sbus/rfx.c u_int32_t width; width 236 dev/sbus/rfx.c cf.width = 1152; width 279 dev/sbus/rfx.c sc->sc_sunfb.sf_width = cf.width; width 338 dev/sbus/rfx.c wdf->width = sc->sc_sunfb.sf_width; width 669 dev/sbus/stp4020.c stp4020_chip_io_map(pch, width, offset, size, pcihp, windowp) width 671 dev/sbus/stp4020.c int width; width 205 dev/sbus/tvtwo.c int node, width, height, freqcode; width 239 dev/sbus/tvtwo.c width = height = 1024; width 245 dev/sbus/tvtwo.c width = defwidth[freqcode]; width 249 dev/sbus/tvtwo.c width = getpropint(node, "hres", width); width 259 dev/sbus/tvtwo.c sc->sc_sunfb.sf_width = width; width 261 dev/sbus/tvtwo.c sc->sc_sunfb.sf_linebytes = width >= 1024 ? width : 1024; width 292 dev/sbus/tvtwo.c isconsole && (width >= 1024) ? RI_CLEARMARGINS : RI_CLEAR); width 297 dev/sbus/tvtwo.c width >= 1024 ? -1 : 0); width 323 dev/sbus/tvtwo.c wdf->width = sc->sc_sunfb.sf_width; width 372 dev/sbus/vigra.c wdf->width = sc->sc_sunfb.sf_width; width 348 dev/sbus/zx.c wdf->width = sc->sc_sunfb.sf_width; width 878 dev/usb/if_zyd.c req.width = htole16(rf->width); width 879 dev/usb/if_zyd.c for (i = 0; i < rf->width; i++) { width 881 dev/usb/if_zyd.c if (val & (1 << (rf->width - 1 - i))) width 884 dev/usb/if_zyd.c return zyd_cmd(sc, ZYD_CMD_RFCFG, &req, 4 + 2 * rf->width, NULL, 0, 0); width 1443 dev/usb/if_zyd.c rf->width = 24; /* 24-bit RF values */ width 1452 dev/usb/if_zyd.c rf->width = 24; /* 24-bit RF values */ width 1458 dev/usb/if_zyd.c rf->width = 24; /* 24-bit RF values */ width 1464 dev/usb/if_zyd.c rf->width = 24; /* 24-bit RF values */ width 1470 dev/usb/if_zyd.c rf->width = 21; /* 21-bit RF values */ width 1476 dev/usb/if_zyd.c rf->width = 18; /* 18-bit RF values */ width 1482 dev/usb/if_zyd.c rf->width = 18; /* 18-bit RF values */ width 1030 dev/usb/if_zydreg.h uint16_t width; width 1158 dev/usb/if_zydreg.h int width; width 245 dev/vesa/vesafb.c vesafb_find_mode(struct vga_pci_softc *sc, int width, int height, int bpp) width 253 dev/vesa/vesafb.c printf("vesafb_find_mode %d %d %d\n", width, height, bpp); width 258 dev/vesa/vesafb.c if (mi.XResolution == width && width 304 dev/wscons/wsconsio.h u_int width; /* width in pixels */ width 459 dev/wscons/wsconsio.h int width; width 427 dev/wsfont/wsfont.c wsfont_find(name, width, height, stride) width 429 dev/wsfont/wsfont.c int width, height, stride; width 440 dev/wsfont/wsfont.c if (width != 0 && ent->font->fontwidth != width) width 674 dev/wsfont/wsfont.c int width; /* Size of each entry in bytes (1,2,4) */ width 859 dev/wsfont/wsfont.c switch(map2->width) { width 1477 kern/subr_pool.c #define PRWORD(ovflw, fmt, width, fixed, val) do { \ width 1479 kern/subr_pool.c (width) - (fixed) - (ovflw) > 0 ? \ width 1480 kern/subr_pool.c (width) - (fixed) - (ovflw) : 0, \ width 1481 kern/subr_pool.c (val)) - (width); \ width 677 kern/subr_prf.c int width; /* width from format (%8d), or 0 */ width 710 kern/subr_prf.c width = 0; width 821 kern/subr_prf.c if ((width = va_arg(ap, int)) >= 0) width 823 kern/subr_prf.c width = -width; width 859 kern/subr_prf.c width = n; width 1079 kern/subr_prf.c n = width - realsz; width 1094 kern/subr_prf.c n = width - realsz; width 1109 kern/subr_prf.c n = width - realsz; width 112 scsi/scsi_scanner.h u_int8_t width[4]; width 784 scsi/ss.c _lto4l(sio->scan_width, window_data.width);