Searched refs:sys_pathconf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 243 …{ AS(pathconf_args), (sy_call_t *)sys_pathconf, AUE_PATHCONF, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1…
|
| H A D | vfs_syscalls.c | 2411 sys_pathconf(struct thread *td, struct pathconf_args *uap) in sys_pathconf() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 250 …{ AS(pathconf_args), (sy_call_t *)sys_pathconf, AUE_PATHCONF, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1907 int sys_pathconf(struct thread *, struct pathconf_args *);
|