Searched refs:l_open (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c124 ret = ((*linesw[tp->t_line].l_open) (dev, tp));
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c126 ret = ((*linesw[tp->t_line].l_open)(dev, tp));
/darwin-on-arm/xnu/bsd/sys/
H A Dconf.h254 l_open_t *l_open; member in struct:linesw
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c227 error = (*linesw[tp->t_line].l_open)(dev, tp);
H A Dtty.c1037 * *linesw[t].l_open:? TIOCSETD line discipline open failure
1345 error = (*linesw[t].l_open)(device, tp);
1348 (void)(*linesw[tp->t_line].l_open)(device, tp);
H A Dtty_ptmx.c595 error = (*linesw[tp->t_line].l_open)(dev, tp);

Completed in 32 milliseconds