Searched refs:ECHILD (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h50 #define ECHILD 10 /* No children */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h53 #define ECHILD 10 /* No children */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h62 #define ECHILD 10 /* No children */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h58 #define ECHILD 10 /* No child processes */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java84 * ECHILD.
86 public static final int ECHILD = 10; field in class:PoolsException
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Din.talkd.c153 } else if (errno == ECHILD) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c221 errno = ECHILD;
239 errno = ECHILD;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c360 assert(errno == ECHILD);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_unix.c487 while (rpid == (pid_t)-1 && errno != ECHILD);
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c325 } while (i != -1 || errno != ECHILD);
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c652 if ((wait_pid < 0) && (errno == ECHILD))
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c538 /* ECHILD is the normal end of loop. */
539 if (pid < 0 && err != ECHILD)
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c752 error = ECHILD;
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c169 if ((ret == c_pid) || (errno == ECHILD)) {
853 } else if (errno == ECHILD) {
/illumos-gate/usr/src/cmd/sh/
H A Djobs.c214 if (pid == jp->j_pid || (pid == -1 && errno == ECHILD))
378 if (ret == -1 && err == ECHILD) {
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c978 return (ECHILD);
1112 * break out and return ECHILD.
1131 * Get out with ECHILD according to SVID.
1142 return (ECHILD);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c2249 if (errno == ECHILD)
2266 if (errno == ECHILD)
2269 "queue control process: lost all children: wait returned ECHILD");
2452 if (errno == ECHILD)
2461 if (errno == ECHILD)
2464 "persistent queue runner control process: lost all children: wait returned ECHILD");
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c397 if (errno == ECHILD)
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2064 * Returns 0 on success, ECANCELED if the instance is deleted, ECHILD if
2136 ret = ECHILD;
2171 ret = ECHILD;
2198 * Returns 0 on success, ECANCELED if the instance is deleted, ECHILD if
2270 ret = ECHILD;
2287 ret = ECHILD;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c428 if(errno==ECHILD)
962 errno = ECHILD;
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1160 if (errno == ECHILD) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c575 * We can get ECHILD if the process is ignoring SIGCLD.
577 if (!(w == -1 && errno == ECHILD) &&
/illumos-gate/usr/src/cmd/su/
H A Dsu.c933 if (errno == ECHILD) {
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c1395 && (cpid != -1 || errno != ECHILD)
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1698 } while (retval != child_pid && errno != ECHILD);

Completed in 194 milliseconds

12