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

/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dkm.c126 ret = ((*linesw[tp->t_line].l_open)(dev, tp));
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dconf.h248 l_open_t *l_open; member in struct:linesw
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c291 error = (*linesw[tp->t_line].l_open)(dev, tp);
H A Dtty.c1060 * *linesw[t].l_open:? TIOCSETD line discipline open failure
1368 error = (*linesw[t].l_open)(device, tp);
1371 (void)(*linesw[tp->t_line].l_open)(device, tp);
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp282 { return (*linesw[tp->t_line].l_open)(dev, tp); }

Completed in 224 milliseconds