Searched refs:ESRCH (Results 1 - 25 of 86) sorted by relevance

1234

/external/kernel-headers/original/uapi/asm-generic/
H A Derrno-base.h6 #define ESRCH 3 /* No such process */ macro
/external/c-ares/
H A Dares_setup.h163 # define ESRCH 3 macro
H A Dares_gethostbyaddr.c232 case ESRCH:
H A Dares_search.c298 case ESRCH:
H A Dsetup_once.h468 #define ESRCH ERROR_PATH_NOT_FOUND macro
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_core.c218 return -ESRCH;
265 return -ESRCH;
334 return -ESRCH;
375 return -ESRCH;
400 return -ESRCH;
432 return -ESRCH;
465 return -ESRCH;
497 return -ESRCH;
528 return -ESRCH;
563 return -ESRCH;
[all...]
/external/toybox/toys/lsb/
H A Dkillall.c91 for (i=0; i<toys.optc; i++) TT.err[i] = ESRCH;
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/
H A Dtest_proxies.py66 if e.errno == errno.ESRCH:
/external/tlsdate/src/events/
H A Dsigchld.c107 if (errno == ESRCH)
/external/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp317 #ifndef ESRCH
318 #error ESRCH not defined
/external/strace/
H A Dutil.c1053 case ESRCH:
1076 case ESRCH: case EINVAL:
1101 case ESRCH: case EINVAL:
1245 case ESRCH:
1279 case ESRCH: case EINVAL:
1308 case ESRCH: case EINVAL:
1345 if (errno != ESRCH) {
H A Dstrace.c383 * Returns 0 on success or if error was ESRCH
421 if (err == ESRCH)
781 * attached-unstopped processes give the same ESRCH. For unattached process we
815 if (errno != ESRCH) {
820 /* ESRCH: process is either not stopped or doesn't exist. */
822 if (errno != ESRCH)
839 if (errno != ESRCH)
846 if (errno != ESRCH)
931 * Note: ptrace_restart returns 0 on ESRCH, so it's not it.
2038 if (errno != ESRCH) {
[all...]
/external/autotest/client/site_tests/platform_CompressedSwap/
H A Dplatform_CompressedSwap.py142 if e.errno == errno.ESRCH:
/external/drm_hwcomposer/
H A Dworker.cpp97 if (join_ret && join_ret != ESRCH)
/external/libunwind/src/
H A Dos-freebsd.c109 if (errno == ESRCH)
/external/opencv3/3rdparty/openexr/Iex/
H A DIexThrowErrnoExc.cpp73 #if defined (ESRCH)
74 case ESRCH:
/external/libbrillo/brillo/errors/
H A Derror_codes.cc37 ERROR_ENTRY(ESRCH), // No such process
/external/libchrome/base/process/
H A Dprocess_posix.cc108 if (errno == ESRCH) {
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp70 static_assert(static_cast<int>(std::errc::no_such_process) == ESRCH, "");
/external/libdaemon/libdaemon/
H A Ddpid.c203 if ((r = kill(pid, 0)) < 0 && errno != ESRCH)
/external/llvm/lib/Support/
H A DLockFileManager.cpp107 if (StoredHostID == HostID && getsid(PID) == -1 && errno == ESRCH)
/external/toybox/toys/pending/
H A Dlast.c155 if ((ut.ut_pid > 0) && (kill(ut.ut_pid, 0)!=0) && (errno == ESRCH))
/external/dhcpcd-6.8.2/
H A Dipv4.c403 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH)
416 if (ort && if_route(RTM_DELETE, ort) == -1 && errno != ESRCH)
434 if (retval != 0 && errno != ENOENT && errno != ESRCH)
1041 errno = ESRCH;
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_freebsd.c219 errno = ESRCH;
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_freebsd.c219 errno = ESRCH;

Completed in 873 milliseconds

1234