Home
last modified time | relevance | path

Searched refs:linux_getsid (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c173 …{ .sy_narg = AS(linux_getsid_args), .sy_call = (sy_call_t *)linux_getsid, .sy_auevent = AUE_GETSID…
H A Dlinux_proto.h1373 int linux_getsid(struct thread *, struct linux_getsid_args *);
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c164 …{ .sy_narg = AS(linux_getsid_args), .sy_call = (sy_call_t *)linux_getsid, .sy_auevent = AUE_GETSID…
H A Dlinux_proto.h1843 int linux_getsid(struct thread *, struct linux_getsid_args *);
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c141 …{ .sy_narg = AS(linux_getsid_args), .sy_call = (sy_call_t *)linux_getsid, .sy_auevent = AUE_GETSID…
H A Dlinux_proto.h1537 int linux_getsid(struct thread *, struct linux_getsid_args *);
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c165 …{ .sy_narg = AS(linux_getsid_args), .sy_call = (sy_call_t *)linux_getsid, .sy_auevent = AUE_GETSID…
H A Dlinux32_proto.h1849 int linux_getsid(struct thread *, struct linux_getsid_args *);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1495 linux_getsid(struct thread *td, struct linux_getsid_args *args) in linux_getsid() function