Home
last modified time | relevance | path

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
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
104 smbs_con_ids_t **ids; /* SMBIOS table entry id(s) */
118 types->ids = (smbs_con_ids_t **)kmem_zalloc( in smb_create_strcnt()
119 count * sizeof (smbs_con_ids_t *), KM_SLEEP); in smb_create_strcnt()
122 types->ids[i] = (smbs_con_ids_t *)kmem_zalloc( in smb_create_strcnt()
123 sizeof (smbs_con_ids_t), KM_SLEEP); in smb_create_strcnt()
167 kmem_free(types->ids[i], sizeof (smbs_con_ids_t)); in smb_free_strcnt()
171 kmem_free(types->ids, count * sizeof (smbs_con_ids_t *)); in smb_free_strcnt()