Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_syscalls.c2602 struct lpathconf_args { struct
2608 sys_lpathconf(struct thread *td, struct lpathconf_args *uap) in sys_lpathconf() argument
H A Dinit_sysent.c576 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
H A Dsystrace_args.c2821 struct lpathconf_args *p = params; in systrace_args()
/freebsd-14.2/sys/sys/
H A Dsysproto.h1517 struct lpathconf_args { struct
2220 int sys_lpathconf(struct thread *, struct lpathconf_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c577 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
H A Dfreebsd32_systrace_args.c2710 struct lpathconf_args *p = params; in systrace_args()