Home
last modified time | relevance | path

Searched refs:lpathconf_args (Results 1 – 6 of 6) sorted by relevance

/src/sys/kern/
H A Dvfs_syscalls.c2691 struct lpathconf_args { struct
2697 sys_lpathconf(struct thread *td, struct lpathconf_args *uap) in sys_lpathconf() argument
H A Dinit_sysent.c582 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
H A Dsystrace_args.c2785 struct lpathconf_args *p = params; in systrace_args()
/src/sys/sys/
H A Dsysproto.h1500 struct lpathconf_args { struct
2259 int sys_lpathconf(struct thread *, struct lpathconf_args *);
/src/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c583 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
H A Dfreebsd32_systrace_args.c2674 struct lpathconf_args *p = params; in systrace_args()