Home
last modified time | relevance | path

Searched refs:__NR_setpgid (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h139 #define __NR_setpgid 154 macro
H A Dunistd_64.h157 #define __NR_setpgid 154 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h158 #define __NR_setpgid 154 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h157 #define __NR_setpgid 154 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h43 #define __NR_setpgid 57 macro
H A Dunistd_32.h52 #define __NR_setpgid 57 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h113 #define __NR_setpgid 109 macro
H A Dunistd_32.h61 #define __NR_setpgid 57 macro
H A Dunistd_x32.h101 #define __NR_setpgid (__X32_SYSCALL_BIT + 109) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h61 #define __NR_setpgid 57 macro
H A Dunistd_32.h61 #define __NR_setpgid 57 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h416 #define __NR_setpgid 154 macro
417 __SYSCALL(__NR_setpgid, sys_setpgid)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h416 #define __NR_setpgid 154 macro
417 __SYSCALL(__NR_setpgid, sys_setpgid)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h416 #define __NR_setpgid 154 macro
417 __SYSCALL(__NR_setpgid, sys_setpgid)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h127 #define __NR_setpgid 57 macro
128 __SYSCALL(__NR_setpgid, sys_setpgid)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h111 #define __NR_setpgid (__NR_Linux + 107) macro
H A Dunistd_n32.h111 #define __NR_setpgid (__NR_Linux + 107) macro
H A Dunistd_o32.h61 #define __NR_setpgid (__NR_Linux + 57) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h45 #define __NR_setpgid (__NR_SYSCALL_BASE + 57) macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h955 return my_syscall2(__NR_setpgid, pid, pgid); in sys_setpgid()