Searched refs:INVAL_PID (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/syscalls/getpriority/ |
D | getpriority02.c | 81 #define INVAL_PID -1 macro 95 PRIO_PROCESS, INVAL_PID, "Invalid 'who' value specified", ESRCH}, { 96 PRIO_PGRP, INVAL_PID, "Invalid 'who' value specified", ESRCH}, { 97 PRIO_USER, INVAL_PID, "Invalid 'who' value specified", ESRCH}, {
|
/external/ltp/testcases/kernel/syscalls/setsid/ |
D | setsid01.c | 47 #define INVAL_PID 999999 macro
|