Searched refs:smbs_con_ids_t (Results 1 – 2 of 2) sorted by relevance
106 } smbs_con_ids_t; typedef111 smbs_con_ids_t ids[SMB_MAX_ID]; /* SMBIOS table entry id(s) */
99 } smbs_con_ids_t; typedef104 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()