Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dtty_compat.c314 case TIOCLBIS: in ttsetcompat()
339 if (*com == TIOCLBIS) { in ttsetcompat()
397 case TIOCLBIS: in ttcompat()
H A Dtty_dev.c1145 case TIOCLBIS:
H A Dtty.c1033 case TIOCLBIS: in ttioctl_locked()
/xnu-8792.61.2/bsd/sys/
H A Dioctl_compat.h176 #define TIOCLBIS _IOW('t', 127, int) /* bis local mode bits */ macro