Searched refs:inst_spec (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvldc_impl.h123 mdeg_node_spec_t *inst_spec; /* vldc instance specifier */ member in struct:vldc
H A Dvsw.h166 mdeg_node_spec_t *inst_spec; member in struct:vsw
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvldc.c493 vldcp->inst_spec = inst_specp;
516 name = VLDC_MDEG_PROP_NAME(vldcp->inst_spec->specp);
520 kmem_free(vldcp->inst_spec->specp, sizeof (vldc_prop_template));
521 vldcp->inst_spec->specp = NULL;
523 kmem_free(vldcp->inst_spec, sizeof (mdeg_node_spec_t));
524 vldcp->inst_spec = NULL;
H A Dvsw.c1425 vswp->inst_spec = inst_specp;
1455 if (vswp->inst_spec != NULL) {
1456 if (vswp->inst_spec->specp != NULL) {
1457 (void) kmem_free(vswp->inst_spec->specp,
1459 vswp->inst_spec->specp = NULL;
1462 (void) kmem_free(vswp->inst_spec, sizeof (mdeg_node_spec_t));
1463 vswp->inst_spec = NULL;

Completed in 79 milliseconds