| /netbsd-src/sys/dev/scsipi/ |
| H A D | st.c | 538 u_int stmode, dsty; in stopen() local 550 dsty = STDSTY(dev); in stopen() 699 if (st->last_dsty != dsty || in stopen() 710 st->last_dsty = dsty; in stopen() 849 u_int dsty; in st_mount_tape() local 855 dsty = STDSTY(dev); in st_mount_tape() 864 st->quirks = st->drive_quirks | st->modes[dsty].quirks; in st_mount_tape() 905 if (st->modeflags[dsty] & (DENSITY_SET_BY_QUIRK | DENSITY_SET_BY_USER)) in st_mount_tape() 906 st->density = st->modes[dsty].density; in st_mount_tape() 915 if (st->modeflags[dsty] & in st_mount_tape() [all …]
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wscons_rops.c | 191 int srcy, dsty, ny; in rcons_copyrows() local 194 dsty = rc->rc_yorigin + rc->rc_font->height * dstrow; in rcons_copyrows() 197 raster_op(rc->rc_sp, rc->rc_xorigin, dsty, in rcons_copyrows()
|
| H A D | wsconsio.h | 699 uint32_t dsty; 698 uint32_t dsty; global() member
|
| /netbsd-src/sys/arch/hp300/stand/common/ |
| H A D | ite_sti.c | 261 a.in.dsty = a.in.srcy = ip->cursory * ip->ftheight; in sti_do_cursor() 283 a.in.dsty = a.in.srcy = sy * ip->ftheight; in sti_clear() 306 a.in.dsty = 0; in sti_scroll()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pm3fb.c | 717 pm3fb_bitblt(void *cookie, int srcx, int srcy, int dstx, int dsty, in pm3fb_rectfill() 725 offset_y = srcy - dsty; in pm3fb_bitblt() 727 if (dsty <= srcy) { in pm3fb_bitblt() 750 ((dsty & 0x0fff) << 16) | (dstx & 0x0fff)); in pm3fb_bitblt() 753 (((dsty + height) & 0x0fff) << 16) | ((dstx + width) & 0x0fff)); in pm3fb_bitblt() 759 (((dsty) & 0xffff) << 16) | ((dstx - x_align) & 0xffff)); in pm3fb_bitblt() 722 pm3fb_bitblt(void * cookie,int srcx,int srcy,int dstx,int dsty,int width,int height,int rop) pm3fb_bitblt() argument
|
| H A D | radeonfb.c | 152 static void radeonfb_rectfill(struct radeonfb_display *, int dstx, int dsty, 156 int dstx, int dsty, int width, int height, int rop); 3535 radeonfb_rectfill(struct radeonfb_display *dp, int dstx, int dsty, in radeonfb_rectfill() argument 3556 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx); in radeonfb_rectfill() 3561 radeonfb_rectfill_a(void *cookie, int dstx, int dsty, in radeonfb_rectfill_a() argument 3566 radeonfb_rectfill(dp, dstx, dsty, width, height, in radeonfb_rectfill_a() 3572 int dstx, int dsty, int width, int height, int rop) in radeonfb_bitblt() argument 3579 if (dsty < srcy) { in radeonfb_bitblt() 3583 dsty += height - 1; in radeonfb_bitblt() 3607 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx); in radeonfb_bitblt()
|
| H A D | tga.c | 938 int srcy, dsty, ny; in tga_copyrows() local 941 dsty = ri->ri_font->fontheight * dstrow; in tga_copyrows() 944 tga_rop(ri, 0, dsty, in tga_copyrows()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/grolbp/ |
| H A D | lbp.h | 308 vdmrectangle(int origx, int origy,int dstx, int dsty) in vdmrectangle() argument 313 vdmnum(origy,ycoord),vdmnum(dsty,sdsty)); in vdmrectangle()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/mga/ |
| H A D | mga_state.c | 801 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit() local 814 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h); in mga_dma_dispatch_blit()
|
| /netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | mga_state.c | 831 int dsty = pbox[i].y1 + blit->delta_dy; in mga_dma_dispatch_blit() local 845 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h); in mga_dma_dispatch_blit()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | stireg.h | 356 uint16_t srcx, srcy, dstx, dsty; member
|
| H A D | sti.c | 1044 a.in.dsty = y2; in sti_bmove() 1403 a.in.dsty = row * fp->height; in sti_copycols()
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | cgfourteen.c | 1323 cg14_rectfill_a(void *cookie, int dstx, int dsty, in cg14_set_mask() 1328 cg14_rectfill(sc, dstx, dsty, width, height, 1311 cg14_rectfill_a(void * cookie,int dstx,int dsty,int width,int height,long attr) cg14_rectfill_a() argument
|