HomeSort by: relevance | last modified time | path
    Searched refs:restarter (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
iprop.h 80 int restarter(krb5_context, size_t *);
ipropd_common.c 86 * the caller to exit immediately, as that means that the restarter
90 * from enum ipropd_exit_code. IPROPD_FATAL causes the restarter to
95 * restarter after N restarts and check that the child gets the signal
102 * same arguments as the restarter process.
105 restarter(krb5_context context, size_t *countp) function
134 "Could not setup pipes in service restarter");
140 "Could not setup pipes in service restarter");
148 krb5_err(context, 1, errno, "Could not fork in service restarter");
169 warn("waitpid() failed; killing restarter's child process");
172 krb5_err(context, 1, errno, "restarter failed waiting for child")
    [all...]
ipropd_slave.c 830 restarter_fd = restarter(context, NULL);
942 krb5_warnx(context, "slave restarter exited");
ipropd_master.c 1669 restarter_fd = restarter(context, NULL);

Completed in 28 milliseconds