Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dconf.h251 l_ioctl_t *l_ioctl; member
/xnu-12377.61.12/bsd/dev/i386/
H A Dkm.c241 error = (*linesw[tp->t_line].l_ioctl)(tp, cmd, data, flag, p); in kmioctl()
/xnu-12377.61.12/bsd/dev/arm/
H A Dkm.c222 error = (*linesw[tp->t_line].l_ioctl)(tp, cmd, data, flag, p); in kmioctl()
/xnu-12377.61.12/bsd/kern/
H A Dtty_dev.c1161 error = (*linesw[tp->t_line].l_ioctl)(tp, cmd, data, flag, p);