/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns06.c | 80 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()
|
D | pidns10.c | 71 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/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 220 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/getpriority/ |
D | getpriority02.c | 45 {PRIO_PROCESS, INVAL_ID, ESRCH}, 46 {PRIO_PGRP, INVAL_ID, ESRCH}, 47 {PRIO_USER, INVAL_ID, ESRCH}
|
/external/ltp/testcases/kernel/syscalls/setpriority/ |
D | setpriority02.c | 57 {PRIO_PROCESS, INVAL_ID, NEW_PRIO, ESRCH, 0}, 58 {PRIO_PGRP, INVAL_ID, NEW_PRIO, ESRCH, 0}, 59 {PRIO_USER, INVAL_ID, NEW_PRIO, ESRCH, 0},
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill02.c | 241 && 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/strace/ |
D | ucopy.c | 124 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()
|
D | upoke.c | 36 if (errno != ESRCH) in upoke()
|
D | upeek.c | 46 if (errno != ESRCH) { in upeek()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/ |
D | 4-1.c | 49 if (result == -1 && errno == ESRCH) { in main() 57 if (errno != ESRCH) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_rr_get_interval/ |
D | 3-1.c | 57 if (result == -1 && errno == ESRCH) { in main() 62 if (errno != ESRCH) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 3-1.c | 79 if ((ret == 0) || (errno != ESRCH)) { in main() 86 if ((ret == 0) || (errno != ESRCH)) { in main()
|
/external/ltp/testcases/kernel/syscalls/getpgid/ |
D | getpgid02.c | 70 &pgid_0, ESRCH}, 73 &pgid_1, ESRCH}
|
/external/libcxx/include/ |
D | errno.h | 352 #ifndef ESRCH 353 #define ESRCH 9969 macro
|
/external/ltp/testcases/kernel/pty/ |
D | hangup01.c | 69 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/ |
D | 8-1.c | 29 if (errno != ESRCH) { in main()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 313 #ifndef ESRCH 314 #error ESRCH not defined
|
/external/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages01.c | 78 check_errno(ESRCH); in test_invalid_pid() 85 check_errno(ESRCH); in test_invalid_pid()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | 11-1.c | 30 if (ESRCH == errno) { in main()
|
D | 2-2.c | 41 if (ESRCH == errno) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/kill/ |
D | 2-2.c | 41 if (ESRCH == errno) { in main()
|
/external/strace/linux/arm/ |
D | set_scno.c | 14 if (rc && errno != ESRCH) in arch_set_scno()
|
/external/ltp/testcases/open_posix_testsuite/functional/threads/include/ |
D | test.h | 14 #define EOWNERDEAD ESRCH
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/ |
D | 5-1.c | 52 if (ret == ESRCH) { in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/ |
D | 5-1.c | 53 if (errno != ESRCH) { in main()
|