Searched refs:__getcwd_args (Results 1 – 6 of 6) sorted by relevance
800 struct __getcwd_args { struct2066 int sys___getcwd(struct thread *, struct __getcwd_args *);
396 …{ .sy_narg = AS(__getcwd_args), .sy_call = (sy_call_t *)sys___getcwd, .sy_auevent = AUE_GETCWD, .s…
1480 struct __getcwd_args *p = params; in systrace_args()
395 …{ .sy_narg = AS(__getcwd_args), .sy_call = (sy_call_t *)sys___getcwd, .sy_auevent = AUE_GETCWD, .s…
1501 struct __getcwd_args *p = params; in systrace_args()
3195 sys___getcwd(struct thread *td, struct __getcwd_args *uap) in sys___getcwd()