Home
last modified time | relevance | path

Searched refs:open_args (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/dev/filemon/
H A Dfilemon_wrapper.c214 filemon_wrapper_open(struct thread *td, struct open_args *uap) in filemon_wrapper_open()
/freebsd-14.2/sys/kern/
H A Dvfs_syscalls.c1084 struct open_args { struct
1091 sys_open(struct thread *td, struct open_args *uap) in sys_open() argument
H A Dinit_sysent.c68 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
H A Dsystrace_args.c51 struct open_args *p = params; in systrace_args()
/freebsd-14.2/sys/sys/
H A Dsysproto.h52 struct open_args { struct
1895 int sys_open(struct thread *, struct open_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c69 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
H A Dfreebsd32_systrace_args.c54 struct open_args *p = params; in systrace_args()