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

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_uid16.c67 LIN_SDT_PROBE_DEFINE3(uid16, linux_lchown16, entry, "char *", "l_uid16_t",
69 LIN_SDT_PROBE_DEFINE1(uid16, linux_lchown16, conv_path, "char *");
70 LIN_SDT_PROBE_DEFINE1(uid16, linux_lchown16, return, "int");
134 linux_lchown16(struct thread *td, struct linux_lchown16_args *args) function
146 LIN_SDT_PROBE3(uid16, linux_lchown16, entry, args->path, args->uid,
148 LIN_SDT_PROBE1(uid16, linux_lchown16, conv_path, path);
154 LIN_SDT_PROBE1(uid16, linux_lchown16, return, error);
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_sysent.c38 { AS(linux_lchown16_args), (sy_call_t *)linux_lchown16, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 16 = linux_lchown16 */
H A Dlinux32_proto.h1113 int linux_lchown16(struct thread *, struct linux_lchown16_args *);
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_sysent.c37 { AS(linux_lchown16_args), (sy_call_t *)linux_lchown16, AUE_LCHOWN, NULL, 0, 0, 0, SY_THR_STATIC }, /* 16 = linux_lchown16 */
H A Dlinux_proto.h1132 int linux_lchown16(struct thread *, struct linux_lchown16_args *);

Completed in 82 milliseconds