Home
last modified time | relevance | path

Searched refs:__getcwd_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h810 struct __getcwd_args { struct
2030 int sys___getcwd(struct thread *, struct __getcwd_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c384 …{ .sy_narg = AS(__getcwd_args), .sy_call = (sy_call_t *)sys___getcwd, .sy_auevent = AUE_GETCWD, .s…
H A Dsystrace_args.c1514 struct __getcwd_args *p = params; in systrace_args()
H A Dvfs_cache.c2877 sys___getcwd(struct thread *td, struct __getcwd_args *uap) in sys___getcwd()