OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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 42 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026