Home
last modified time | relevance | path

Searched defs:srcrow (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dpcdisplay_subr.c249 pcdisplay_copyrows(void *id, int srcrow, int dstrow, int nrows) in pcdisplay_copyrows()
H A Dsti.c1413 sti_copyrows(void * v,int srcrow,int dstrow,int nrows) sti_copyrows() argument
1425 sti_eraserows(void * v,int srcrow,int nrows,uint32_t attr) sti_eraserows() argument
H A Dvga.c1041 vga_copyrows(void *id, int srcrow, int dstrow, int nrows) in vga_copyrows()
/openbsd-src/sys/dev/pci/
H A Dtga.c1067 tga_copyrows(id,srcrow,dstrow,nrows) tga_copyrows() argument
/openbsd-src/sys/dev/rasops/
H A Drasops.c1192 rasops_copychar(void *cookie, int srcrow, int dstrow, int srccol, int dstcol) in rasops_copychar()