Home
last modified time | relevance | path

Searched defs:SYS_GETPGID (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/syscall/
H A Dsyscall_num.h80 #define SYS_GETPGID 121 macro
/DragonOS/kernel/src/arch/riscv64/syscall/
H A Dnr.rs78 pub const SYS_GETPGID: usize = 155; constant
/DragonOS/kernel/src/arch/x86_64/syscall/
H A Dnr.rs98 pub const SYS_GETPGID: usize = 121; constant