Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/filemon/
H A Dfilemon_wrapper.c349 if ((ret = sys_unlink(td, uap)) == 0) { in filemon_wrapper_unlink()
441 sysent[SYS_unlink].sy_call = (sy_call_t *)sys_unlink; in filemon_wrapper_deinstall()
451 freebsd32_sysent[FREEBSD32_SYS_unlink].sy_call = (sy_call_t *)sys_unlink; in filemon_wrapper_deinstall()
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c62 …{ AS(unlink_args), (sy_call_t *)sys_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 10 = un…
H A Dvfs_syscalls.c1748 sys_unlink(struct thread *td, struct unlink_args *uap) in sys_unlink() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c69 …{ AS(unlink_args), (sy_call_t *)sys_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 10 = un…
/freebsd-12.1/sys/sys/
H A Dsysproto.h1802 int sys_unlink(struct thread *, struct unlink_args *);