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

/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_sysent.c32 { AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 10 = linux_unlink */
H A Dlinux32_proto.h1107 int linux_unlink(struct thread *, struct linux_unlink_args *);
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_sysent.c31 { AS(linux_unlink_args), (sy_call_t *)linux_unlink, AUE_UNLINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 10 = linux_unlink */
H A Dlinux_proto.h1126 int linux_unlink(struct thread *, struct linux_unlink_args *);
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_file.c608 linux_unlink(struct thread *td, struct linux_unlink_args *args) function

Completed in 96 milliseconds