Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tty/
H A Dtty_tiocsti_test.c425 pid_t sid = setsid(); in run_basic_tiocsti_test()
467 pid_t sid = setsid(); in run_fdpass_tiocsti_test()
/linux/arch/um/os-Linux/
H A Dmain.c127 setsid(); in main()
/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c46 setsid(); in login_pty()
/linux/tools/testing/selftests/liveupdate/
H A Dluo_test_utils.c190 if (setsid() < 0) in daemonize_and_wait()
/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/include/nolibc/
H A Dsys.h789 * pid_t setsid(void);
799 pid_t setsid(void)
807 pid_t setsid(void) setsid() function
/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/tools/scripts/
H A Dsyscall.tbl194 157 common setsid sys_setsid
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl55 66 common setsid sys_setsid
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl76 66 common setsid sys_setsid
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl142 128 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/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl212 175 common setsid sys_setsid
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl81 66 common setsid sys_setsid
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl89 66 common setsid sys_setsid
/linux/tools/testing/selftests/vsock/
H A Dvmtest.sh442 setsid -w vng --run "$@" --dry-run &>/dev/null
/linux/tools/perf/
H A Dbuiltin-daemon.c1190 if (setsid() < 0) in go_background()
/linux/tools/testing/selftests/ublk/
H A Dkublk.c1780 setsid(); in main()
/linux/kernel/
H A Dsys.c1303 SYSCALL_DEFINE0(setsid) in SYSCALL_DEFINE0() argument