Home
last modified time | relevance | path

Searched refs:sys_pathconf (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/kern/
HDinit_sysent.c260 …{ .sy_narg = AS(pathconf_args), .sy_call = (sy_call_t *)sys_pathconf, .sy_auevent = AUE_PATHCONF, …
HDvfs_syscalls.c2665 sys_pathconf(struct thread *td, struct pathconf_args *uap) in sys_pathconf() function
/freebsd-head/sys/compat/freebsd32/
HDfreebsd32_sysent.c261 …{ .sy_narg = AS(pathconf_args), .sy_call = (sy_call_t *)sys_pathconf, .sy_auevent = AUE_PATHCONF, …
/freebsd-head/sys/sys/
HDsysproto.h2000 int sys_pathconf(struct thread *, struct pathconf_args *);