Searched refs:TIOCLBIS (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dioctl_compat.h176 #define TIOCLBIS _IOW('t', 127, int) /* bis local mode bits */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty_compat.c171 * TIOCLBIS -> TIOCSETA
197 * field in a successful call to TIOCSETP, TIOCSETN, TIOCLBIS,
289 case TIOCLBIS:
312 if (*com == TIOCLBIS)
368 case TIOCLBIS:
H A Dtty_dev.c1175 case TIOCLBIS:
H A Dtty.c1106 case TIOCLBIS:
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dgnuserv.c879 (void) ioctl(fileno(stdout), TIOCLBIS, &d); local
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.file.c409 (void) ioctl(SHOUT, TIOCLBIS, (ioctl_t) & pending_input);
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dserial.c1898 if (ioctl (q->o, TIOCLBIS, &iparam) < 0)
1900 ulog (LOG_ERROR, "ioctl (TIOCLBIS, LNOMDM): %s",
3309 (void) ioctl (q->o, TIOCLBIS, &i);
3475 (void) ioctl (q->o, TIOCLBIS, &i);
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dedit.c422 if(ioctl(fd,TIOCLBIS,&mask)==SYSERR)

Completed in 217 milliseconds