Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svc/startd/
H A Dmethod.c1168 log_transition(inst, START_REQUESTED); in method_thread()
1226 log_transition(inst, START_FAILED_REPEATEDLY); in method_thread()
1228 log_transition(inst, START_FAILED_TIMEOUT_FATAL); in method_thread()
1230 log_transition(inst, START_FAILED_CONFIGURATION); in method_thread()
1232 log_transition(inst, START_FAILED_FATAL); in method_thread()
1234 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.h715 void log_transition(const restarter_inst_t *, start_outcome_t);
H A Drestarter.c1660 log_transition(rip, MAINT_REQUESTED); in maintain_instance()