Home
last modified time | relevance | path

Searched refs:inval_pid (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid02.c67 static pid_t inval_pid = 99999; variable
82 &zero_pid, &inval_pid, EPERM}
/external/ltp/testcases/kernel/syscalls/sched_getparam/
Dsched_getparam03.c88 static pid_t inval_pid = -1; variable
99 "test invalid pid value", &inval_pid, &param, EINVAL, "EINVAL"}, {
/external/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval03.c84 static pid_t inval_pid = -1; variable
93 &inval_pid, &tp, EINVAL}, {
/external/ltp/testcases/kernel/syscalls/sched_setparam/
Dsched_setparam04.c90 static pid_t inval_pid = -1; variable
102 "test invalid pid value", &inval_pid, &param, EINVAL, "EINVAL"}, {