Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dunistd_64.h130 #define __NR_setpgid 109 macro
Dunistd_32.h78 #define __NR_setpgid 57 macro
Dunistd_x32.h118 #define __NR_setpgid (__X32_SYSCALL_BIT + 109) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
Dunistd.h219 #define __NR_setpgid 154 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dunistd.h353 #define __NR_setpgid 154 macro
354 __SYSCALL(__NR_setpgid, sys_setpgid)
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
Dunistd.h474 #define __NR_setpgid 154 macro
475 __SYSCALL(__NR_setpgid, sys_setpgid)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
Dunistd.h474 #define __NR_setpgid 154 macro
475 __SYSCALL(__NR_setpgid, sys_setpgid)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
Dunistd_n64.h128 #define __NR_setpgid (__NR_Linux + 107) macro
Dunistd_n32.h128 #define __NR_setpgid (__NR_Linux + 107) macro
Dunistd_o32.h78 #define __NR_setpgid (__NR_Linux + 57) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h49 #define __NR_setpgid (__NR_SYSCALL_BASE + 57) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dunistd32.h127 #define __NR_setpgid 57 macro
128 __SYSCALL(__NR_setpgid, sys_setpgid)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
Dunistd-common.h62 #define __NR_setpgid (__NR_SYSCALL_BASE + 57) macro
/kernel/liteos_a/syscall/
Dsyscall_lookup.h155 SYSCALL_HAND_DEF(__NR_setpgid, SysSetProcessGroupID, int, ARG_NUM_2)
/kernel/linux/linux-5.10/tools/include/nolibc/
Dnolibc.h1688 return my_syscall2(__NR_setpgid, pid, pgid); in sys_setpgid()