Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_syscalls.c2563 struct lpathconf_args { struct
2569 sys_lpathconf(struct thread *td, struct lpathconf_args *uap) in sys_lpathconf() argument
H A Dinit_sysent.c571 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
H A Dsystrace_args.c2828 struct lpathconf_args *p = params; in systrace_args()
/freebsd-13.1/sys/sys/
H A Dsysproto.h1524 struct lpathconf_args { struct
2188 int sys_lpathconf(struct thread *, struct lpathconf_args *);
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c591 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
H A Dfreebsd32_systrace_args.c2755 struct lpathconf_args *p = params; in systrace_args()