Searched refs:open_args (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/dev/filemon/ |
| H A D | filemon_wrapper.c | 217 filemon_wrapper_open(struct thread *td, struct open_args *uap) in filemon_wrapper_open()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_syscalls.c | 1011 struct open_args { struct 1018 sys_open(struct thread *td, struct open_args *uap) in sys_open() argument
|
| H A D | init_sysent.c | 57 …{ AS(open_args), (sy_call_t *)sys_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = open…
|
| H A D | systrace_args.c | 51 struct open_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 64 …{ AS(open_args), (sy_call_t *)sys_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = open…
|
| H A D | freebsd32_systrace_args.c | 54 struct open_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 56 struct open_args { struct 1798 int sys_open(struct thread *, struct open_args *);
|