Searched refs:log_instance (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | method.c | 459 log_instance(inst, B_FALSE, "Executing %s method (\"%s\").", in exec_method() 468 log_instance(inst, B_FALSE, in exec_method() 473 log_instance(inst, B_FALSE, in exec_method() 476 log_instance(inst, B_FALSE, "%s: a resource " in exec_method() 479 log_instance(inst, B_FALSE, "%s: a system " in exec_method() 497 log_instance(inst, B_FALSE, "%s: the pool " in exec_method() 502 log_instance(inst, B_FALSE, "%s: the " in exec_method() 507 log_instance(inst, B_FALSE, "%s: pool name " in exec_method() 534 log_instance(inst, B_FALSE, "%s: %s (\"%s\")", in exec_method() 572 log_instance(inst, B_FALSE, "Out of memory."); in exec_method() [all …]
|
H A D | env.c | 184 log_instance(inst, B_FALSE, "Invalid environment " in valid_env_var() 189 log_instance(inst, B_FALSE, "Invalid environment " in valid_env_var() 222 log_instance(inst, B_FALSE, "Ignoring duplicate " in find_dup()
|
H A D | restarter.c | 1118 log_instance(inst, B_TRUE, "Stopping because %s.", cp); in stop_instance() 1154 log_instance(inst, B_TRUE, "Failing too " in stop_instance() 1296 log_instance(rip, B_TRUE, "Leaving maintenance because %s.", in unmaintain_instance() 1414 log_instance(inst, B_FALSE, "Enabled."); in enable_inst() 1456 log_instance(inst, B_FALSE, "Disabled."); in enable_inst() 1602 log_instance(rip, B_TRUE, "Stopping for maintenance due to %s.", in maintain_instance() 1680 log_instance(rip, B_TRUE, "Rereading configuration."); in refresh_instance() 2051 log_instance(rip, B_TRUE, "Instance event " in restarter_event_thread() 2384 log_instance(inst, B_TRUE, "Timeout override by " in is_timeout_ovr() 2444 log_instance(inst, B_TRUE, "timeout_seconds too large, " in timeout_insert()
|
H A D | log.c | 397 log_instance(const restarter_inst_t *inst, boolean_t canlog, in log_instance() function
|
H A D | startd.h | 716 void log_instance(const restarter_inst_t *, boolean_t, const char *, ...);
|
H A D | libscf.c | 2930 log_instance(inst, B_TRUE, "Could not expand method tokens " in libscf_get_method() 2946 log_instance(inst, B_TRUE, "%s/%s is multi-valued or not of " in libscf_get_method()
|