Searched refs:ttioctl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dtty.h305 int ttioctl(struct tty *tp, u_long com, caddr_t data, int flag,
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1428 if ( (error = ttioctl(tp, cmd, data, fflag, p)) != ENOTTY) {
1437 // ttioctl may block so we need to check our state again
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c79 * o Wrap most of ttioctl in spltty/splx.
988 * ttioctl
1005 ttioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, proc_t p) function
1070 * This function calls ttcompat(), which can re-call ttioctl()

Completed in 227 milliseconds