Home
last modified time | relevance | path

Searched refs:TIOCLSET (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/kern/
H A Dtty_compat.c326 case TIOCLSET: in ttsetcompat()
334 if (*com == TIOCLSET) { in ttsetcompat()
399 case TIOCLSET: in ttcompat()
H A Dtty_dev.c1205 case TIOCLSET:
H A Dtty.c1095 case TIOCLSET: in ttioctl_locked()
/xnu-12377.41.6/bsd/sys/
H A Dioctl_compat.h178 #define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */ macro