Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c227 static vnet_t *vnet_headp = NULL; variable
483 vnetp->nextp = vnet_headp; in vnetattach()
484 vnet_headp = vnetp; in vnetattach()
641 for (vnetpp = &vnet_headp; *vnetpp; in vnet_unattach()
1584 vnetp = vnet_headp; in vio_net_resource_reg()