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

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

Completed in 22 milliseconds