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_inotify_init
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux/common/
linux_inotify.c
131
static int
do_inotify_init
(struct lwp *, register_t *, int);
273
do_inotify_init
(struct lwp *l, register_t *retval, int flags)
function
341
return
do_inotify_init
(l, retval, 0);
356
return
do_inotify_init
(l, retval, SCARG(uap, flags));
linux_inotify.c
131
static int
do_inotify_init
(struct lwp *, register_t *, int);
273
do_inotify_init
(struct lwp *l, register_t *retval, int flags)
function
341
return
do_inotify_init
(l, retval, 0);
356
return
do_inotify_init
(l, retval, SCARG(uap, flags));
Completed in 33 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026