Searched refs:smbs_cnt_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h112 } smbs_cnt_t; typedef in typeref:struct:smbs_cnt
114 smbs_cnt_t stypes[SMB_TYPE_OEM_HI]; /* one for each struct */
162 void x86pi_smb_strcnt(topo_mod_t *, smbs_cnt_t *);
H A Dx86pi_hostbridge.c240 smbs_cnt_t *smbc = &stypes[SUN_OEM_PCIEXRC];
H A Dx86pi.c255 smbs_cnt_t *smbc;
H A Dx86pi_bboard.c205 smbs_cnt_t *smbc = NULL;
H A Dx86pi_subr.c138 x86pi_smb_strcnt(topo_mod_t *mod, smbs_cnt_t *stype)
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c105 } smbs_cnt_t; typedef in typeref:struct:smbs_cnt
108 * dynamically allocate the storage for the smbs_cnt_t
110 static smbs_cnt_t *
113 smbs_cnt_t *types = NULL;
116 types = kmem_zalloc(sizeof (smbs_cnt_t), KM_SLEEP);
141 * free the smbs_cnt_t memory
144 smb_free_strcnt(smbs_cnt_t *types, int count)
174 kmem_free(types, sizeof (smbs_cnt_t));
197 smb_strcnt(smbios_hdl_t *shp, smbs_cnt_t *stype)
264 smb_bb_contains(smbios_hdl_t *shp, smbs_cnt_t *styp
[all...]

Completed in 64 milliseconds