OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chdir_lookup
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
vfs_syscalls.h
87
int
chdir_lookup
(const char *, int, struct vnode **, struct lwp *);
/src/sys/kern/
vfs_syscalls.c
1622
if ((error =
chdir_lookup
(path, seg, &vp, l)) != 0)
1664
error =
chdir_lookup
(SCARG(uap, path), UIO_USERSPACE, &vp, l);
1720
chdir_lookup
(const char *path, int where, struct vnode **vpp, struct lwp *l)
function
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026