Searched refs:vnic_log_err (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | vnic_rcm.c | 138 static void vnic_log_err(datalink_id_t, char **, char *); 316 vnic_log_err(DATALINK_INVALID_LINKID, errorp, in vnic_offline() 330 vnic_log_err(node->vc_linkid, errorp, in vnic_offline() 347 vnic_log_err(node->vc_linkid, errorp, "offline failed"); in vnic_offline() 372 vnic_log_err(DATALINK_INVALID_LINKID, errorp, "no such link"); in vnic_undo_offline() 380 vnic_log_err(node->vc_linkid, errorp, "link not offlined"); in vnic_undo_offline() 620 vnic_log_err(DATALINK_INVALID_LINKID, errorp, in vnic_notify_event() 628 vnic_log_err(DATALINK_INVALID_LINKID, errorp, in vnic_notify_event() 642 vnic_log_err(DATALINK_INVALID_LINKID, errorp, in vnic_notify_event() 650 vnic_log_err(linkid, errorp, "configuring failed"); in vnic_notify_event() [all …]
|