Home
last modified time | relevance | path

Searched refs:UIOCCMD (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dttycom.h157 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */ macro
/xnu-8796.121.2/bsd/kern/
H A Dtty_dev.c1115 if (pti->pt_flags & PF_UCNTL && (cmd & ~0xff) == UIOCCMD(0)) {