Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_syscalls.c2601 struct lpathconf_args { struct
2607 sys_lpathconf(struct thread *td, struct lpathconf_args *uap) in sys_lpathconf() argument
HDinit_sysent.c576 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
HDsystrace_args.c2821 struct lpathconf_args *p = params; in systrace_args()
/freebsd-14-stable/sys/sys/
HDsysproto.h1517 struct lpathconf_args { struct
2225 int sys_lpathconf(struct thread *, struct lpathconf_args *);
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c577 …{ .sy_narg = AS(lpathconf_args), .sy_call = (sy_call_t *)sys_lpathconf, .sy_auevent = AUE_LPATHCON…
HDfreebsd32_systrace_args.c2710 struct lpathconf_args *p = params; in systrace_args()