Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/os/
H A Dfmsmb.c602 smbs_cnt_t *pstypes; in find_matching_apic() local
609 pstypes = smb_create_strcnt(strcnt); in find_matching_apic()
610 if (pstypes == NULL) in find_matching_apic()
613 pstypes->type = SUN_OEM_EXT_PROCESSOR; in find_matching_apic()
614 smb_strcnt(shp, pstypes); in find_matching_apic()
615 for (i = 0; i < pstypes->count; i++) { in find_matching_apic()
616 ext_id = pstypes->ids[i]->id; in find_matching_apic()
621 smb_free_strcnt(pstypes, strcnt); in find_matching_apic()
627 smb_free_strcnt(pstypes, strcnt); in find_matching_apic()
990 smbs_cnt_t *pstypes; in fm_smb_chipinst() local
[all …]