Home
last modified time | relevance | path

Searched refs:INVAL_PID (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/getpriority/
Dgetpriority02.c81 #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/
Dsetsid01.c47 #define INVAL_PID 999999 macro