Home
last modified time | relevance | path

Searched refs:rasops_eraserows (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/rasops/
H A Drasops.h171 int rasops_eraserows(void *, int, int, uint32_t);
H A Drasops.c434 ri->ri_ops.eraserows = rasops_eraserows; in rasops_reconfig()
885 rasops_eraserows(void *cookie, int row, int num, uint32_t attr) in rasops_eraserows() function
/openbsd/sys/arch/luna88k/dev/
H A Domrasops.c335 rasops_eraserows(cookie, row, num, attr); in om_eraserows()