Searched refs:slotnm_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_impl.h52 } slotnm_t; typedef in typeref:struct:slotnm
85 slotnm_t *dp_slotnames; /* PCI slot names list */
H A Ddid.c51 static void slotnm_destroy(slotnm_t *);
53 static slotnm_t *
56 slotnm_t *p;
58 if ((p = topo_mod_alloc(mp, sizeof (slotnm_t))) == NULL)
72 slotnm_destroy(slotnm_t *p)
79 topo_mod_free(p->snm_mod, p, sizeof (slotnm_t));
211 slotnm_t **slotnames)
213 slotnm_t *lastslot = NULL;
214 slotnm_t *newslot;
511 slotnm_t *slo
[all...]

Completed in 27 milliseconds