Searched refs:linux_rmdir_args (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h160 struct linux_rmdir_args { struct
1621 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
H A Dlinux_sysent.c60 { .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 40 = linux_rmdir */
H A Dlinux_systrace_args.c283 struct linux_rmdir_args *p = params;
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_proto.h125 struct linux_rmdir_args { struct
1256 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
H A Dlinux_sysent.c60 { .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 40 = linux_rmdir */
H A Dlinux_systrace_args.c214 struct linux_rmdir_args *p = params;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h382 struct linux_rmdir_args { struct
1406 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
H A Dlinux_sysent.c104 { .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 84 = linux_rmdir */
H A Dlinux_systrace_args.c739 struct linux_rmdir_args *p = params;
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_proto.h156 struct linux_rmdir_args { struct
1627 int linux_rmdir(struct thread *, struct linux_rmdir_args *);
H A Dlinux32_sysent.c60 { .sy_narg = AS(linux_rmdir_args), .sy_call = (sy_call_t *)linux_rmdir, .sy_auevent = AUE_RMDIR, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 40 = linux_rmdir */
H A Dlinux32_systrace_args.c275 struct linux_rmdir_args *p = params;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c856 linux_rmdir(struct thread *td, struct linux_rmdir_args *args)

Completed in 369 milliseconds