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

/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dkm.c169 ret = (*linesw[tp->t_line].l_close)(tp,flag);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dconf.h249 l_close_t *l_close; member in struct:linesw
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c331 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
1367 (*linesw[tp->t_line].l_close)(tp, flag);
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp285 { return (*linesw[tp->t_line].l_close)(tp, flag); }

Completed in 128 milliseconds