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

/xnu-2422.115.4/bsd/sys/
H A Dttycom.h158 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_pty.c914 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {
H A Dtty_ptmx.c1469 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {

Completed in 35 milliseconds