Home
last modified time | relevance | path

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

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