Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/filemon/
HDfilemon_wrapper.c218 if ((ret = sys_open(td, uap)) == 0) in filemon_wrapper_open()
436 sysent[SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
446 freebsd32_sysent[FREEBSD32_SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall()
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c69 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
/freebsd-13-stable/sys/kern/
HDinit_sysent.c62 …{ .sy_narg = AS(open_args), .sy_call = (sy_call_t *)sys_open, .sy_auevent = AUE_OPEN_RWTC, .sy_fla…
HDvfs_syscalls.c1082 sys_open(struct thread *td, struct open_args *uap) in sys_open() function
/freebsd-13-stable/sys/sys/
HDsysproto.h1876 int sys_open(struct thread *, struct open_args *);