Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dsticvar.h86 int (*si_ioctl)(struct stic_info *, u_long, void *, int, member
H A Dpx.c225 si->si_ioctl = px_ioctl; in px_init()
H A Dpxg.c203 si->si_ioctl = pxg_ioctl; in pxg_init()
H A Dstic.c595 (*si->si_ioctl)(si, STICIO_STOPQ, NULL, flag, l); in sticioctl()
610 if (si->si_ioctl != NULL) in sticioctl()
611 return ((*si->si_ioctl)(si, cmd, data, flag, l)); in sticioctl()