/src/sys/dev/wscons/ |
wscons_rops.c | 191 int srcy, dsty, ny; local in function:rcons_copyrows 194 dsty = rc->rc_yorigin + rc->rc_font->height * dstrow; 197 raster_op(rc->rc_sp, rc->rc_xorigin, dsty,
|
wsconsio.h | 700 uint32_t dsty; member in struct:wsdisplayio_blit
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mga_state.c | 831 int dsty = pbox[i].y1 + blit->delta_dy; local in function:mga_dma_dispatch_blit 845 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_state.c | 801 int dsty = pbox[i].y1 + blit->delta_dy; local in function:mga_dma_dispatch_blit 814 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);
|
/src/sys/dev/scsipi/ |
st.c | 538 u_int stmode, dsty; local in function:stopen 550 dsty = STDSTY(dev); 699 if (st->last_dsty != dsty || 710 st->last_dsty = dsty; 849 u_int dsty; local in function:st_mount_tape 855 dsty = STDSTY(dev); 864 st->quirks = st->drive_quirks | st->modes[dsty].quirks; 905 if (st->modeflags[dsty] & (DENSITY_SET_BY_QUIRK | DENSITY_SET_BY_USER)) 906 st->density = st->modes[dsty].density; 915 if (st->modeflags[dsty] 1452 int number, nmarks, dsty; local in function:stioctl [all...] |
/src/sys/dev/pci/ |
tga.c | 938 int srcy, dsty, ny; local in function:tga_copyrows 941 dsty = ri->ri_font->fontheight * dstrow; 944 tga_rop(ri, 0, dsty,
|
/src/sys/dev/ic/ |
stireg.h | 359 uint16_t srcx, srcy, dstx, dsty; member in struct:sti_blkmvin
|