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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h106 } smbs_con_ids_t; typedef in typeref:struct:smbs_con_ids
111 smbs_con_ids_t ids[SMB_MAX_ID]; /* SMBIOS table entry id(s) */
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c99 } smbs_con_ids_t; typedef in typeref:struct:smbs_con_ids
104 smbs_con_ids_t **ids; /* SMBIOS table entry id(s) */
118 types->ids = (smbs_con_ids_t **)kmem_zalloc(
119 count * sizeof (smbs_con_ids_t *), KM_SLEEP);
122 types->ids[i] = (smbs_con_ids_t *)kmem_zalloc(
123 sizeof (smbs_con_ids_t), KM_SLEEP);
167 kmem_free(types->ids[i], sizeof (smbs_con_ids_t));
171 kmem_free(types->ids, count * sizeof (smbs_con_ids_t *));

Completed in 46 milliseconds