Searched refs:ESRCH (Results 1 – 25 of 27) sorted by relevance
12
202 if (errno == ESRCH) in do_ptrace()203 tcp->ptrace_errno = ESRCH; in do_ptrace()223 if (!err || err == ESRCH) in ptrace_restart()787 if (addr != 0 && errno != EIO && errno != ESRCH) in umoven()803 if (addr != 0 && errno != EIO && errno != ESRCH) in umoven()822 if (errno != ESRCH) { in umoven()904 if (addr != 0 && errno != EIO && errno != ESRCH) in umovestr()923 if (addr != 0 && errno != EIO && errno != ESRCH) in umovestr()1058 if (errno != ESRCH) {1573 if (errno != ESRCH) return -1;
731 errno != ESRCH) in test_ptrace_setoptions()754 errno != ESRCH) in test_ptrace_setoptions()1682 else if (errno != ESRCH) {1689 if (errno != ESRCH)1695 if (errno != ESRCH)2385 if (errno != ESRCH) { in handle_ptrace_event()2621 errno != ESRCH) in trace()
6 #define ESRCH 3 /* No such process */ macro
102 errno = ESRCH; in hardware_platform()
479 if (retval != 0 && errno != ENOENT && errno != ESRCH) in d_route()
1943 if (pid != 0 && errno != ESRCH) { in main()
379 # ifndef ESRCH380 # define ESRCH 3 macro552 no_such_process = ESRCH,
59 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH) in processStillExecuting()
195 errno = ESRCH; in eth_get()
312 } else if (rc < 0 && errno == ESRCH) { in filelock_lock()
225 errno = ESRCH; in eth_get()
318 return -ESRCH; in sort_dimension__add()
224 if e.errno == errno.ESRCH: # The process does not exist.
910 errno = ESRCH; in eth_get()
361 DCHECK(rv == 0 || errno == ESRCH) << "Error killing process: " in KillProcessByLockPath()
999 || (kill(pid, 0) == -1 && errno == ESRCH)) {
1650 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifdefaultroute()2426 if (ioctl(sock_fd, SIOCDELRT, &rt) < 0 && errno != ESRCH) { in cifaddr()
2552 if (pid > 0 && kill(pid, 0) == -1 && errno == ESRCH) {
1327 #ifdef ESRCH in g_strerror()1328 case ESRCH: return "no such process"; in g_strerror()
880 errno = ESRCH; in eth_get()
524 #define VKI_ESRCH ESRCH
389 #ifdef ESRCH in __xmlIOErr()390 else if (errno == ESRCH) code = XML_IO_ESRCH; in __xmlIOErr()
166 case ESRCH: return "ESRCH: No such process"; in lame_strerror()
576 case ESRCH: return "ESRCH: No such process"; in lame_strerror()
2274 errno = ESRCH; in get_snmp_int()