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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dkm.c166 ret = (*linesw[tp->t_line].l_close) (tp, flag);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dkm.c169 ret = (*linesw[tp->t_line].l_close)(tp,flag);
/darwin-on-arm/xnu/bsd/sys/
H A Dconf.h255 l_close_t *l_close; member in struct:linesw
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c259 err = (*linesw[tp->t_line].l_close)(tp, flag);
H A Dtty_ptmx.c633 err = (*linesw[tp->t_line].l_close)(tp, flag);
H A Dtty.c420 * XXX our caller should have done `spltty(); l_close(); ttyclose();'
421 * and l_close() should have flushed, but we repeat the spltty() and
1344 (*linesw[tp->t_line].l_close)(tp, flag);

Completed in 32 milliseconds