Home
last modified time | relevance | path

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

/freebsd/sys/dev/filemon/
H A Dfilemon_wrapper.c214 filemon_wrapper_open(struct thread *td, struct open_args *uap) in filemon_wrapper_open()
/freebsd/sys/kern/
H A Dvfs_syscalls.c1122 struct open_args { struct
1129 sys_open(struct thread *td, struct open_args *uap) in sys_open() argument
H A Dinit_sysent.c74 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
H A Dsystrace_args.c52 struct open_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h52 struct open_args { struct
1893 int sys_open(struct thread *, struct open_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c75 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
H A Dfreebsd32_systrace_args.c55 struct open_args *p = params; in systrace_args()