Searched refs:ipmgmt_log (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_main.c | 122 ipmgmt_log(LOG_ERR, "could not upgrade the " in ipmgmt_db_init() 141 ipmgmt_log(LOG_ERR, "could not open %s: %s", in ipmgmt_db_init() 178 ipmgmt_log(LOG_ERR, "could not open %s: %s", in ipmgmt_door_init() 187 ipmgmt_log(LOG_ERR, "failed to create door: %s", strerror(err)); in ipmgmt_door_init() 197 ipmgmt_log(LOG_ERR, "failed to attach door to %s: %s", in ipmgmt_door_init() 216 ipmgmt_log(LOG_ERR, "failed to revoke access to door %s: %s", in ipmgmt_door_fini() 229 ipmgmt_log(LOG_ERR, "signal() for SIGTERM/INT failed: %s", in ipmgmt_init() 246 ipmgmt_log(LOG_WARNING, in ipmgmt_inform_parent_exit() 282 ipmgmt_log(LOG_WARNING, in ipmgmt_persist_if_cb() 311 ipmgmt_log(LOG_ERR, "Could not get brand name"); in ipmgmt_ngz_init() [all …]
|
H A D | ipmgmt_door.c | 118 ipmgmt_log(LOG_ERR, "Invalid door command specified"); in ipmgmt_handler() 131 ipmgmt_log(LOG_ERR, "Could not get user credentials."); in ipmgmt_handler() 137 ipmgmt_log(LOG_ERR, "Could not get user id."); in ipmgmt_handler() 143 ipmgmt_log(LOG_ERR, "Could not get password entry."); in ipmgmt_handler() 149 ipmgmt_log(LOG_ERR, "Not authorized for operation."); in ipmgmt_handler()
|
H A D | ipmgmt_util.c | 42 ipmgmt_log(int pri, const char *fmt, ...) in ipmgmt_log() function
|
H A D | ipmgmt_persist.c | 1668 ipmgmt_log(LOG_WARNING, "Failed to reapply property %s", in ipmgmt_db_init() 1683 ipmgmt_log(LOG_WARNING, "Could not reapply any of the " in ipmgmt_init_prop() 1737 ipmgmt_log(LOG_WARNING, "failed to create scf resources: %s", in ipmgmt_create_scf_resources() 1762 ipmgmt_log(LOG_WARNING, "Error setting string value %s " in ipmgmt_set_scfprop_value() 1811 ipmgmt_log(LOG_WARNING, "failed to save the data in SCF: %s", in ipmgmt_set_scfprop_value() 1856 ipmgmt_log(LOG_WARNING, "failed to create property group: %s", in ipmgmt_set_scfprop() 1864 ipmgmt_log(LOG_WARNING, in ipmgmt_set_scfprop() 1875 ipmgmt_log(LOG_WARNING, "Error getting composed view " in ipmgmt_set_scfprop()
|
H A D | ipmgmt_impl.h | 50 extern void ipmgmt_log(int, const char *, ...);
|