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

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_proto.h262 struct linux_symlink_args { struct
1649 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux_sysent.c103 { .sy_narg = AS(linux_symlink_args), .sy_call = (sy_call_t *)linux_symlink, .sy_auevent = AUE_SYMLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 83 = linux_symlink */
H A Dlinux_systrace_args.c563 struct linux_symlink_args *p = params;
/freebsd-13-stable/sys/arm/linux/
H A Dlinux_proto.h215 struct linux_symlink_args { struct
1280 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux_sysent.c103 { .sy_narg = AS(linux_symlink_args), .sy_call = (sy_call_t *)linux_symlink, .sy_auevent = AUE_SYMLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 83 = linux_symlink */
H A Dlinux_systrace_args.c454 struct linux_symlink_args *p = params;
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_proto.h396 struct linux_symlink_args { struct
1410 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux_sysent.c108 { .sy_narg = AS(linux_symlink_args), .sy_call = (sy_call_t *)linux_symlink, .sy_auevent = AUE_SYMLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 88 = linux_symlink */
H A Dlinux_systrace_args.c769 struct linux_symlink_args *p = params;
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_proto.h270 struct linux_symlink_args { struct
1658 int linux_symlink(struct thread *, struct linux_symlink_args *);
H A Dlinux32_sysent.c103 { .sy_narg = AS(linux_symlink_args), .sy_call = (sy_call_t *)linux_symlink, .sy_auevent = AUE_SYMLINK, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 83 = linux_symlink */
H A Dlinux32_systrace_args.c555 struct linux_symlink_args *p = params;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c957 linux_symlink(struct thread *td, struct linux_symlink_args *args)

Completed in 396 milliseconds