HomeSort by: relevance | last modified time | path
    Searched refs:FCNTL (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/librumphijack/
hijack.c 66 #include <fcntl.h>
329 { DUALCALL_FCNTL, "fcntl", RSYS_NAME(FCNTL) },
1140 op_fcntl = GETSYSCALL(rump, FCNTL);
1150 op_fcntl = GETSYSCALL(host, FCNTL);
1170 int (*op_fcntl)(int, int, ...) = GETSYSCALL(host, FCNTL);
1495 * ioctl() and fcntl() are varargs calls and need special treatment.
1532 fcntl(int fd, int cmd, ...) function in typeref:typename:int
1538 DPRINTF(("fcntl -> %d (cmd %d)\n", fd, cmd));
1562 op_fcntl = GETSYSCALL(host, FCNTL);
    [all...]
  /src/games/warp/
config.h.SH 48 /* FCNTL:
50 * include fcntl.h.
52 #$d_fcntl FCNTL /**/
  /src/sys/fs/puffs/
puffs_vnops.c 332 CHECKOP_NOTSUPP(FCNTL);
  /src/tests/dev/audio/
audiotest.c 32 #include <fcntl.h>
485 /* fcntl(2) or rump_sys_fcntl(3) */
497 r = fcntl(fd, cmd);
1029 #define FCNTL(fd, name...) \
1037 DPRINTFF(line, "fcntl(%d, %s)", fd, namestr);

Completed in 20 milliseconds