OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fca
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/compat/linux/common/
linux_file.c
297
struct sys_fcntl_args
fca
;
local
324
SCARG(&
fca
, fd) = fd;
325
SCARG(&
fca
, cmd) = F_GETFL;
326
SCARG(&
fca
, arg) = arg;
327
if ((error = sys_fcntl(l, &
fca
, retval)))
366
SCARG(&
fca
, fd) = fd;
367
SCARG(&
fca
, cmd) = F_SETFL;
368
SCARG(&
fca
, arg) = (void *) val;
370
error = sys_fcntl(l, &
fca
, retval);
469
SCARG(&
fca
, fd) = fd
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026