Home
last modified time | relevance | path

Searched refs:sys_setsid (Results 1 – 8 of 8) sorted by relevance

/src/sys/kern/ !
H A Dkern_prot.c376 sys_setsid(struct thread *td, struct setsid_args *uap) in sys_setsid() function
H A Dinit_sysent.c216 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_setsid, .sy_auevent = AUE_SETSID, .sy_flags = SYF_CAPE…
/src/sys/arm64/linux/ !
H A Dlinux_sysent.c174 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_setsid, .sy_auevent = AUE_SETSID, .sy_flags = 0, .sy_t…
/src/sys/amd64/linux32/ !
H A Dlinux32_sysent.c84 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_setsid, .sy_auevent = AUE_SETSID, .sy_flags = 0, .sy_t…
/src/sys/amd64/linux/ !
H A Dlinux_sysent.c129 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_setsid, .sy_auevent = AUE_SETSID, .sy_flags = 0, .sy_t…
/src/sys/i386/linux/ !
H A Dlinux_sysent.c83 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_setsid, .sy_auevent = AUE_SETSID, .sy_flags = 0, .sy_t…
/src/sys/compat/freebsd32/ !
H A Dfreebsd32_sysent.c217 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_setsid, .sy_auevent = AUE_SETSID, .sy_flags = SYF_CAPE…
/src/sys/sys/ !
H A Dsysproto.h2028 int sys_setsid(struct thread *, struct setsid_args *);