Searched refs:dlmgmt_log (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_main.c | 108 dlmgmt_log(LOG_ERR, "door_create() failed: %s", in dlmgmt_door_init() 122 dlmgmt_log(LOG_WARNING, "door_revoke(%s) failed: %s", in dlmgmt_door_fini() 144 dlmgmt_log(LOG_ERR, "open(%s) failed: %s", doorpath, in dlmgmt_door_attach() 159 dlmgmt_log(LOG_ERR, "fattach(%s) failed: %s", doorpath, in dlmgmt_door_attach() 163 dlmgmt_log(LOG_ERR, "cannot set kernel doorfd: %s", in dlmgmt_door_attach() 266 dlmgmt_log(LOG_ERR, "zone (%d) init error %s", in dlmgmt_allzones_init() 282 dlmgmt_log(LOG_ERR, "dladm_open() failed"); in dlmgmt_init() 289 dlmgmt_log(LOG_ERR, "signal() for SIGTERM/INT failed: %s", in dlmgmt_init() 303 dlmgmt_log(LOG_ERR, "dlmgmtd is an smf(7) managed " in dlmgmt_init() 367 dlmgmt_log(LOG_WARNING, in dlmgmt_inform_parent_exit() [all …]
|
H A D | dlmgmt_impl.h | 157 void dlmgmt_log(int, const char *, ...);
|
H A D | dlmgmt_db.c | 615 dlmgmt_log(LOG_WARNING, "dlmgmt_process_db_onereq() %s " in dlmgmt_process_db_req() 1193 dlmgmt_log(LOG_WARNING, "Duplicate links " in process_db_read() 1218 dlmgmt_log(LOG_WARNING, "Unable to allocate " in process_db_read() 1230 dlmgmt_log(LOG_WARNING, "Link ID %d is already" in process_db_read() 1239 dlmgmt_log(LOG_WARNING, "Unable to activate %s", in process_db_read()
|
H A D | dlmgmt_door.c | 135 dlmgmt_log(LOG_WARNING, "dlmgmt_post_sysevent(%d) failed: %s", in dlmgmt_post_sysevent() 1187 dlmgmt_log(LOG_WARNING, in dlmgmt_upcall_linkprop_init() 1249 dlmgmt_log(LOG_WARNING, "unable to remove link %d from " in dlmgmt_setzoneid() 1261 dlmgmt_log(LOG_WARNING, "unable to add link %d to zone " in dlmgmt_setzoneid()
|
H A D | dlmgmt_util.c | 79 dlmgmt_log(int pri, const char *fmt, ...) in dlmgmt_log() function
|