Home
last modified time | relevance | path

Searched refs:__NR_setsid (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h50 #define __NR_setsid 66 macro
H A Dunistd_32.h59 #define __NR_setsid 66 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h116 #define __NR_setsid 112 macro
H A Dunistd_32.h70 #define __NR_setsid 66 macro
H A Dunistd_x32.h104 #define __NR_setsid (__X32_SYSCALL_BIT + 112) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h70 #define __NR_setsid 66 macro
H A Dunistd_32.h70 #define __NR_setsid 66 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h422 #define __NR_setsid 157 macro
423 __SYSCALL(__NR_setsid, sys_setsid)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h422 #define __NR_setsid 157 macro
423 __SYSCALL(__NR_setsid, sys_setsid)
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h422 #define __NR_setsid 157 macro
423 __SYSCALL(__NR_setsid, sys_setsid)
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h52 #define __NR_setsid (__NR_SYSCALL_BASE + 66) macro
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h114 #define __NR_setsid (__NR_Linux + 110) macro
H A Dunistd_n32.h114 #define __NR_setsid (__NR_Linux + 110) macro
H A Dunistd_o32.h70 #define __NR_setsid (__NR_Linux + 66) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h145 #define __NR_setsid 66 macro
146 __SYSCALL(__NR_setsid, sys_setsid)
/openbmc/linux/tools/include/nolibc/
H A Dsys.h972 return my_syscall0(__NR_setsid); in sys_setsid()