Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dvnic_rcm.c88 dl_vnic_t *vc_vnic; /* VNIC list on this link */ member
706 for (vnic = node->vc_vnic; vnic != NULL; vnic = vnic->dlv_next) in vnic_usage()
802 for (vnic = node->vc_vnic; vnic != NULL; vnic = next) { in node_free()
909 node->vc_vnic = NULL; in vnic_update()
933 vnic->dlv_next = node->vc_vnic; in vnic_update()
935 if (node->vc_vnic != NULL) in vnic_update()
936 node->vc_vnic->dlv_prev = vnic; in vnic_update()
937 node->vc_vnic = vnic; in vnic_update()
1002 for (vnic = node->vc_vnic; vnic != NULL; vnic = next) { in cache_update()
1010 node->vc_vnic = next; in cache_update()
[all …]