Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c638 vnet_t **vnetpp; in vnet_unattach() local
641 for (vnetpp = &vnet_headp; *vnetpp; in vnet_unattach()
642 vnetpp = &(*vnetpp)->nextp) { in vnet_unattach()
643 if (*vnetpp == vnetp) { in vnet_unattach()
644 *vnetpp = vnetp->nextp; in vnet_unattach()