Searched refs:sys_open (Results 1 – 5 of 5) sorted by relevance
217 if ((ret = sys_open(td, uap)) == 0) in filemon_wrapper_open()435 sysent[SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()445 freebsd32_sysent[FREEBSD32_SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
75 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
74 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
1138 sys_open(struct thread *td, struct open_args *uap) in sys_open() function
1939 int sys_open(struct thread *, struct open_args *);