OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_sys_openat
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
vfs_syscalls.c
132
static int
do_sys_openat
(lwp_t *, int, const char *, int, int, int *);
1836
do_sys_openat
(lwp_t *l, int fdat, const char *path, int flags,
function
1894
error =
do_sys_openat
(l, AT_FDCWD, SCARG(uap, path),
1916
error =
do_sys_openat
(l, SCARG(uap, fd), SCARG(uap, path),
Completed in 24 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026