Searched refs:sys_open (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/filemon/
H A Dfilemon_wrapper.c220 if ((ret = sys_open(td, uap)) == 0)
438 sysent[SYS_open].sy_call = (sy_call_t *)sys_open;
448 freebsd32_sysent[FREEBSD32_SYS_open].sy_call = (sy_call_t *)sys_open;
/freebsd-13-stable/sys/kern/
H A Dinit_sysent.c63 { .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 5 = open */
H A Dvfs_syscalls.c1071 sys_open(struct thread *td, struct open_args *uap) function
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c70 { .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 5 = open */
/freebsd-13-stable/sys/sys/
H A Dsysproto.h1855 int sys_open(struct thread *, struct open_args *);

Completed in 148 milliseconds