Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dioctl_compat.h202 #define TIOCGSID _IOR('t', 99, int) /* For svr4 -- get session id */ macro
/xnu-12377.61.12/bsd/kern/
H A Dtty_compat.c508 case TIOCGSID: in ttcompat()