Home
last modified time | relevance | path

Searched refs:ESRCH (Results 1 – 25 of 150) sorted by relevance

123456

/external/ltp/testcases/kernel/containers/pidns/
Dpidns06.c80 if (ret == -1 && errno == ESRCH) { in kill_pid_in_childfun()
87 *par_pid, ESRCH, errno, strerror(errno), ret); in kill_pid_in_childfun()
95 if (ret == -1 && errno == ESRCH) { in kill_pid_in_childfun()
102 ESRCH, errno, strerror(errno), ret); in kill_pid_in_childfun()
Dpidns10.c71 if ((ret = kill(-1, SIGUSR1)) == -1 && errno == ESRCH) { in child_fn()
77 "(%d); failed with %d / %d instead", ESRCH, ret, errno); in child_fn()
/external/ltp/testcases/kernel/syscalls/getpriority/
Dgetpriority02.c33 {PRIO_PROCESS, INVAL_ID, ESRCH},
34 {PRIO_PGRP, INVAL_ID, ESRCH},
35 {PRIO_USER, INVAL_ID, ESRCH}
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_core.c220 return -ESRCH; in rbug_texture_info()
269 return -ESRCH; in rbug_texture_read()
335 return -ESRCH; in rbug_context_info()
376 return -ESRCH; in rbug_context_draw_block()
401 return -ESRCH; in rbug_context_draw_step()
433 return -ESRCH; in rbug_context_draw_unblock()
466 return -ESRCH; in rbug_context_draw_rule()
498 return -ESRCH; in rbug_context_flush()
529 return -ESRCH; in rbug_shader_list()
564 return -ESRCH; in rbug_shader_info()
[all …]
/external/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority02.c45 {PRIO_PROCESS, INVAL_ID, NEW_PRIO, ESRCH, 0},
46 {PRIO_PGRP, INVAL_ID, NEW_PRIO, ESRCH, 0},
47 {PRIO_USER, INVAL_ID, NEW_PRIO, ESRCH, 0},
/external/ltp/testcases/kernel/syscalls/kill/
Dkill02.c241 && errno != ESRCH) { in main()
255 if (kill(pid1, SIGKILL) == -1 && errno != ESRCH) { in main()
817 if (kill(pid1, SIGUSR2) == -1 && errno != ESRCH) { in par_kill()
826 if (kill(pid2, SIGKILL) == -1 && errno != ESRCH) in par_kill()
843 if (kill(pidA, SIGKILL) == -1 && errno != ESRCH) in chld1_kill()
850 if (kill(pidB, SIGKILL) == -1 && errno != ESRCH) in chld1_kill()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
D4-1.c49 if (result == -1 && errno == ESRCH) { in main()
57 if (errno != ESRCH) { in main()
/external/strace/
Ducopy.c124 case ESRCH: case EINVAL: in umoven_peekdata()
182 case ESRCH: in umoven()
220 case ESRCH: case EINVAL: in umovestr_peekdata()
316 case ESRCH: in umovestr()
Dupoke.c36 if (errno != ESRCH) in upoke()
Dupeek.c46 if (errno != ESRCH) { in upeek()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/
D3-1.c57 if (result == -1 && errno == ESRCH) { in main()
62 if (errno != ESRCH) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D3-1.c79 if ((ret == 0) || (errno != ESRCH)) { in main()
86 if ((ret == 0) || (errno != ESRCH)) { in main()
/external/ltp/testcases/kernel/syscalls/getpgid/
Dgetpgid02.c70 &pgid_0, ESRCH},
73 &pgid_1, ESRCH}
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl06.c85 {QCMD(Q_SETQUOTA, USRQUOTA), &test_id, &set_dq, ESRCH, 0},
86 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_invalid, USRPATH, ESRCH, 0},
87 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_invalid, USRPATH, ESRCH, 0},
/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill03.c82 { "Defunct tid", &parent_tgid, &defunct_tid, SIGUSR1, ESRCH },
83 { "Defunct tgid", &defunct_tid, &child_tid, SIGUSR1, ESRCH },
/external/toybox/toys/lsb/
Dkillall.c99 for (i=0; i<toys.optc; i++) TT.err[i] = ESRCH; in killall_main()
113 for (; p; p=p->next) if (kill(p->val, 0) != -1 || errno != ESRCH) ++c; in killall_main()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsection_names.c21 {"InvAliD", {-ESRCH, 0, 0}, {-EINVAL, 0} },
22 {"cgroup", {-ESRCH, 0, 0}, {-EINVAL, 0} },
/external/libcxx/include/
Derrno.h352 #ifndef ESRCH
353 #define ESRCH 9969 macro
/external/ltp/testcases/kernel/pty/
Dhangup01.c69 if (kill(childpid, 0) == 0 || errno == ESRCH) { in cleanup()
149 while (waitpid(childpid, &status, WNOHANG) < 0 && errno != ESRCH) ; in parent()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/killpg/
D8-1.c29 if (errno != ESRCH) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
D11-1.c30 if (ESRCH == errno) { in main()
D2-2.c41 if (ESRCH == errno) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/
D2-2.c41 if (ESRCH == errno) { in main()
/external/strace/linux/arm/
Dset_scno.c14 if (rc && errno != ESRCH) in arch_set_scno()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D5-1.c52 if (ret == ESRCH) { in main()

123456