Home
last modified time | relevance | path

Searched refs:log_transition (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c1176 log_transition(inst, START_REQUESTED); in method_thread()
1241 log_transition(inst, START_FAILED_REPEATEDLY); in method_thread()
1243 log_transition(inst, START_FAILED_TIMEOUT_FATAL); in method_thread()
1245 log_transition(inst, START_FAILED_CONFIGURATION); in method_thread()
1247 log_transition(inst, START_FAILED_FATAL); in method_thread()
1249 log_transition(inst, START_FAILED_OTHER); in method_thread()
H A Dlog.c443 log_transition(const restarter_inst_t *inst, start_outcome_t outcome) in log_transition() function
H A Dstartd.h708 void log_transition(const restarter_inst_t *, start_outcome_t);
H A Drestarter.c1663 log_transition(rip, MAINT_REQUESTED); in maintain_instance()