Home
last modified time | relevance | path

Searched refs:setsid (Results 1 – 15 of 15) sorted by relevance

/linux/arch/um/os-Linux/
H A Dmain.c131 setsid(); in main()
/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c46 setsid(); in login_pty()
/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c183 sid = setsid();
/linux/arch/um/drivers/
H A Dchan_user.c190 if (setsid() < 0) { in winch_thread()
/linux/tools/thermal/tmon/
H A Dtmon.c355 sid = setsid(); in start_daemon_mode()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl120 110 n64 setsid sys_setsid
/linux/scripts/
H A Dsyscall.tbl194 157 common setsid sys_setsid
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl124 112 common setsid sys_setsid
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl124 112 common setsid sys_setsid
H A Dsyscall_32.tbl81 66 i386 setsid sys_setsid
/linux/tools/include/nolibc/
H A Dsys.h1024 pid_t setsid(void) in setsid() function
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl89 66 common setsid sys_setsid
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl65 66 common setsid sys_setsid sys_setsid
/linux/tools/perf/
H A Dbuiltin-daemon.c1192 if (setsid() < 0) in go_background()
/linux/kernel/
H A Dsys.c1267 SYSCALL_DEFINE0(setsid) in SYSCALL_DEFINE0() argument