Searched defs:fork_sulogin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dfork.c34 * fork_configd() and fork_sulogin() are related, special cases that handle the
136 * Common routine used by fork_sulogin, fork_emi, and fork_configd to
138 * fork_sulogin (with its no-fork argument set) on errors.
152 fork_sulogin(B_TRUE, "Could not open process contract template "
166 fork_sulogin(B_TRUE, "Could not set %s process contract "
173 fork_sulogin(B_TRUE, "Could not activate %s process contract "
193 fork_sulogin(B_TRUE, "Could not fork to start %s: %s\n",
214 * void fork_sulogin(boolean_t, const char *, ...)
220 * If immediate is true, fork_sulogin() executes sulogin(1M) directly, without
223 * Because fork_sulogin() i
228 fork_sulogin(boolean_t immediate, const char *format, ...) function
[all...]

Completed in 297 milliseconds