Searched refs:pathconf_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_syscalls.c | 2405 struct pathconf_args { struct 2411 sys_pathconf(struct thread *td, struct pathconf_args *uap) in sys_pathconf() argument
|
| 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 | systrace_args.c | 933 struct pathconf_args *p = params; in systrace_args()
|
| /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…
|
| H A D | freebsd32_systrace_args.c | 903 struct pathconf_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 542 struct pathconf_args { struct 1907 int sys_pathconf(struct thread *, struct pathconf_args *);
|