Home
last modified time | relevance | path

Searched refs:mastypes (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/intel/os/
H A Dfmsmb.c1037 smbs_cnt_t *mastypes; in fm_smb_mc_bboards() local
1052 mastypes = smb_create_strcnt(strcnt); in fm_smb_mc_bboards()
1053 if (mastypes == NULL) in fm_smb_mc_bboards()
1056 mastypes->type = SUN_OEM_EXT_MEMARRAY; in fm_smb_mc_bboards()
1057 smb_strcnt(shp, mastypes); in fm_smb_mc_bboards()
1058 for (i = 0; i < mastypes->count; i++) { in fm_smb_mc_bboards()
1059 ext_id = mastypes->ids[i]->id; in fm_smb_mc_bboards()
1063 smb_free_strcnt(mastypes, strcnt); in fm_smb_mc_bboards()
1067 smb_free_strcnt(mastypes, strcnt); in fm_smb_mc_bboards()
1082 smbs_cnt_t *mastypes; in fm_smb_mc_chipinst() local
[all …]