Home
last modified time | relevance | path

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

1234567

/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/mesa3d/src/gallium/drivers/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/getpriority/
Dgetpriority02.c45 {PRIO_PROCESS, INVAL_ID, ESRCH},
46 {PRIO_PGRP, INVAL_ID, ESRCH},
47 {PRIO_USER, INVAL_ID, ESRCH}
/external/ltp/testcases/kernel/syscalls/setpriority/
Dsetpriority02.c57 {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/
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/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_getparam/
D4-1.c49 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/
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/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/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp313 #ifndef ESRCH
314 #error ESRCH not defined
/external/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages01.c78 check_errno(ESRCH); in test_invalid_pid()
85 check_errno(ESRCH); in test_invalid_pid()
/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/functional/threads/include/
Dtest.h14 #define EOWNERDEAD ESRCH
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
D5-1.c52 if (ret == ESRCH) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D5-1.c53 if (errno != ESRCH) { in main()

1234567