Home
last modified time | relevance | path

Searched refs:si_pbuf_get (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/tc/
H A Dstic.c515 pb = (*si->si_pbuf_get)(si); in stic_clear_screen()
808 pb = (*si->si_pbuf_get)(si); in stic_erasecols()
847 pb = (*si->si_pbuf_get)(si); in stic_eraserows()
901 pbs = (*si->si_pbuf_get)(si); in stic_copyrows()
955 pbs = (*si->si_pbuf_get)(si); in stic_copycols()
999 pb = (*si->si_pbuf_get)(si); in stic_putchar()
H A Dsticvar.h84 u_int32_t *(*si_pbuf_get)(struct stic_info *); member
H A Dpx.c223 si->si_pbuf_get = px_pbuf_get; in px_init()
H A Dpxg.c201 si->si_pbuf_get = pxg_pbuf_get; in pxg_init()