Searched refs:ioctl (Results 1 - 25 of 38) sorted by relevance

12

/seL4-refos-master/libs/libmuslc/include/sys/
H A Dioctl.h7 #include <bits/ioctl.h>
9 int ioctl (int, int, ...);
/seL4-refos-master/libs/libmuslc/src/network/
H A Dsockatmark.c2 #include <sys/ioctl.h>
7 if (ioctl(s, SIOCATMARK, &ret) < 0)
H A Dif_nametoindex.c4 #include <sys/ioctl.h>
15 r = ioctl(fd, SIOCGIFINDEX, &ifr);
H A Dif_indextoname.c4 #include <sys/ioctl.h>
16 r = ioctl(fd, SIOCGIFNAME, &ifr);
/seL4-refos-master/libs/libmuslc/src/termios/
H A Dtcflow.c2 #include <sys/ioctl.h>
6 return ioctl(fd, TCXONC, action);
H A Dtcflush.c2 #include <sys/ioctl.h>
6 return ioctl(fd, TCFLSH, queue);
H A Dtcgetattr.c2 #include <sys/ioctl.h>
6 if (ioctl(fd, TCGETS, tio))
H A Dtcgetsid.c2 #include <sys/ioctl.h>
7 if (ioctl(fd, TIOCGSID, &sid) < 0)
H A Dtcsendbreak.c2 #include <sys/ioctl.h>
7 return ioctl(fd, TCSBRK, 0);
H A Dtcdrain.c2 #include <sys/ioctl.h>
H A Dtcsetattr.c2 #include <sys/ioctl.h>
11 return ioctl(fd, TCSETS+act, tio);
H A Dcfgetospeed.c3 #include <sys/ioctl.h>
H A Dcfsetospeed.c3 #include <sys/ioctl.h>
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dtcgetpgrp.c3 #include <sys/ioctl.h>
8 if (ioctl(fd, TIOCGPGRP, &pgrp) < 0)
H A Dtcsetpgrp.c3 #include <sys/ioctl.h>
8 return ioctl(fd, TIOCSPGRP, &pgrp_int);
H A Disatty.c2 #include <sys/ioctl.h>
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dioctl.c1 #include <sys/ioctl.h>
5 int ioctl(int fd, int req, ...) function
H A Dlogin_tty.c2 #include <sys/ioctl.h>
8 if (ioctl(fd, TIOCSCTTY, (char *)0)) return -1;
H A Dopenpty.c20 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n))
29 if (ws) ioctl(s, TIOCSWINSZ, ws);
H A Dpty.c2 #include <sys/ioctl.h>
22 return ioctl(fd, TIOCSPTLCK, &unlock);
/seL4-refos-master/libs/libmuslc/include/
H A Dpty.h9 #include <sys/ioctl.h>
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dioctl.c1 /* SCCS Id: @(#)ioctl.c 3.4 1990/22/02 */
11 #include <sys/ioctl.h>
50 #include <sys/ioctl.h>
61 #include <sys/ioctl.h>
102 if (ioctl(fileno(stdin), (int)TIOCGWINSZ, (char *)&ttsz) != -1) {
119 (void) ioctl(fileno(stdin), (int) TIOCGLTC, (char *) &ltchars);
120 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars0);
126 (void) ioctl(fileno(stdin), (int) TCGETS, &termio);
128 (void) ioctl(fileno(stdin), (int) TCGETA, &termio);
142 (void) ioctl(filen
[all...]
H A Dunixtty.c39 # include <sys/ioctl.h>
72 # define GTTY(x) (ioctl(0, TCGETS, x))
73 # define STTY(x) (ioctl(0, TCSETSW, x))
75 # define GTTY(x) (ioctl(0, TCGETA, x))
76 # define STTY(x) (ioctl(0, TCSETAW, x))
111 # define GTTY(x) (ioctl(0, TIOCGETP, (char *)x))
112 # define STTY(x) (ioctl(0, TIOCSETP, (char *)x))
117 # define GTTY2(x) (ioctl(0, TIOCGETC, (char *)x))
118 # define STTY2(x) (ioctl(0, TIOCSETC, (char *)x))
244 * here instead of in ioctl
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dioctl.c1 /* SCCS Id: @(#)ioctl.c 3.4 1990/22/02 */
11 #include <sys/ioctl.h>
50 #include <sys/ioctl.h>
61 #include <sys/ioctl.h>
102 if (ioctl(fileno(stdin), (int)TIOCGWINSZ, (char *)&ttsz) != -1) {
119 (void) ioctl(fileno(stdin), (int) TIOCGLTC, (char *) &ltchars);
120 (void) ioctl(fileno(stdin), (int) TIOCSLTC, (char *) &ltchars0);
126 (void) ioctl(fileno(stdin), (int) TCGETS, &termio);
128 (void) ioctl(fileno(stdin), (int) TCGETA, &termio);
142 (void) ioctl(filen
[all...]
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__stdout_write.c2 #include <sys/ioctl.h>

Completed in 61 milliseconds

12