/src/usr.bin/tip/aculib/ |
biz31.c | 215 # define IOCTL FIOCAPACITY 220 # define IOCTL FIONREAD 226 if (ioctl(fd, IOCTL, &b) >= 0 && chars(b) > 0) 230 if (ioctl(fd, IOCTL, &b) >= 0) {
|
/src/tests/dev/audio/ |
audiotest.c | 45 #include <sys/ioctl.h> 451 /* ioctl(2) or rump_sys_ioctl(3) */ 462 r = ioctl(fd, cmd, arg); 1011 * ioctl(fd, SWITCH, onoff); -> IOCTL(fd, SWITCH, onoff, "off"); 1013 #define IOCTL(fd, name, addr, addrfmt...) \ 1024 DPRINTFF(line, "ioctl(%d, %s, %s)", fd, namestr, addrbuf); 1354 r = IOCTL(mixerfd, AUDIO_MIXER_DEVINFO, &di, "index=%d", i); 1529 r = IOCTL(fd, AUDIO_GETBUFINFO, &ai, ""); 1597 r = IOCTL(fd, AUDIO_SETINFO, &ai, "ai") [all...] |
/src/games/warp/ |
config.h.SH | 101 /* IOCTL: 102 * This symbol, if defined, indicates that sys/ioctl.h exists and should 105 #$d_ioctl IOCTL /**/ 146 * ioctl() calls that depend on the value of this symbol. function
|
/src/lib/librumphijack/ |
hijack.c | 42 #include <sys/ioctl.h> 328 { DUALCALL_IOCTL, "ioctl", RSYS_NAME(IOCTL) }, 1495 * ioctl() and fcntl() are varargs calls and need special treatment. 1499 * Various [Linux] libc's have various signatures for ioctl so we 1505 ioctl(int fd, int cmd, ...) function in typeref:typename:int 1509 ioctl(int fd, unsigned long cmd, ...) 1516 DPRINTF(("ioctl -> %d (%s)\n", fd, whichfd(fd))); 1519 op_ioctl = GETSYSCALL(rump, IOCTL); 1521 op_ioctl = GETSYSCALL(host, IOCTL); [all...] |
/src/sys/fs/puffs/ |
puffs_vnops.c | 333 CHECKOP_NOTSUPP(IOCTL);
|