Searched refs:ioctl_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.disc.c71 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
80 if (ioctl(f, TCSETA, (ioctl_t) & termiob) != 0)
100 if (ioctl(f, TCGETA, (ioctl_t) & termiob) == 0) {
105 if (ioctl(f, TIOCGLTC, (ioctl_t) & ltcbuf) != 0)
114 if (ioctl(f, TIOCSLTC, (ioctl_t) & ltcbuf) != 0)
118 if (ioctl(f, TCSETAF, (ioctl_t) & termiob) != 0)
134 if (ioctl(f, TXGETLD, (ioctl_t) & tx) == 0) {
136 if (ioctl(f, TXADDCD, (ioctl_t) strPOSIX) == 0) {
148 if (ioctl(f, TIOCGETD, (ioctl_t) & oldisc) == 0) {
152 if (ioctl(f, TIOCSETD, (ioctl_t)
[all...]
H A Dsh.file.c98 (void) ioctl(SHIN, TCGETA, (ioctl_t) &tchars);
129 (void) ioctl(SHIN, on, (ioctl_t) &tchars);
136 (void) ioctl(SHIN, TIOCGETC, (ioctl_t) & tchars);
138 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars);
143 (void) ioctl(SHIN, TIOCGETP, (ioctl_t) & sgtty);
146 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty);
151 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars);
179 (void) ioctl(SHOUT, TCGETA, (ioctl_t) &tty_normal);
187 (void) ioctl(SHOUT, TCSETAW, (ioctl_t) &tty);
193 (void) ioctl(SHOUT, TCSETAW, (ioctl_t)
[all...]
H A Dsh.types.h376 typedef char * ioctl_t; /* Third arg of ioctl */ typedef
393 typedef void * ioctl_t; /* Third arg of ioctl */ typedef
H A Ded.term.c698 RETRY(ioctl(fd, TCGETA, (ioctl_t) &td->d_t));
701 RETRY(ioctl(fd, TIOCGETP, (ioctl_t) &td->d_t));
704 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc));
707 RETRY(ioctl(fd, TIOCGPAGE, (ioctl_t) &td->d_pc));
710 RETRY(ioctl(fd, TIOCLGET, (ioctl_t) &td->d_lb));
716 RETRY(ioctl(fd, TIOCGLTC, (ioctl_t) &td->d_ltc));
729 RETRY(ioctl(fd, TCSETAW, (ioctl_t) &td->d_t));
732 RETRY(ioctl(fd, TIOCSETN, (ioctl_t) &td->d_t));
735 RETRY(ioctl(fd, TIOCSETC, (ioctl_t) &td->d_tc));
738 RETRY(ioctl(fd, TIOCSPAGE, (ioctl_t)
[all...]
H A Dsh.print.c248 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 &&
H A Ded.inputl.c124 (void) ioctl(SHIN, FIONREAD, (ioctl_t) & chrs);
H A Ded.init.c623 (void) ioctl(SHIN, FIONREAD, (ioctl_t) &chrs);
H A Dsh.lex.c1454 if (ioctl(SHIN, TCGETA, (ioctl_t) & tty) == 0 &&
1457 if (ioctl(SHIN, TIOCGETP, (ioctl_t) & tty) == 0 &&
H A Ded.screen.c1533 if (ioctl(SHIN, TIOCGWINSZ, (ioctl_t) &ws) != -1) {
1547 if (ioctl(SHIN, TIOCGSIZE, (ioctl_t) &ts) != -1) {
H A Ded.chared.c3396 (void) ioctl(SHIN, TIOCSTI, (ioctl_t) &buf[i]);
3572 if (ioctl(SHIN, TIOCSTAT, (ioctl_t) &c) < 0)
H A Dsh.c472 (void) ioctl (SHIN, TIOCSPGRP, (ioctl_t) &shpgrp);

Completed in 197 milliseconds