Lines Matching refs:strcnt
537 int strcnt; in fm_smb_fmacompat() local
551 strcnt = smb_cnttypes(shp, SMB_TYPE_OEMSTR); in fm_smb_fmacompat()
552 if (strcnt == 0) in fm_smb_fmacompat()
555 oemstypes = smb_create_strcnt(strcnt); in fm_smb_fmacompat()
580 smb_free_strcnt(oemstypes, strcnt); in fm_smb_fmacompat()
603 int strcnt; in find_matching_apic() local
605 strcnt = smb_cnttypes(shp, SUN_OEM_EXT_PROCESSOR); in find_matching_apic()
606 if (strcnt == 0) in find_matching_apic()
609 pstypes = smb_create_strcnt(strcnt); in find_matching_apic()
621 smb_free_strcnt(pstypes, strcnt); in find_matching_apic()
627 smb_free_strcnt(pstypes, strcnt); in find_matching_apic()
991 int strcnt; in fm_smb_chipinst() local
1001 strcnt = smb_cnttypes(shp, SMB_TYPE_PROCESSOR); in fm_smb_chipinst()
1002 if (strcnt == 0) in fm_smb_chipinst()
1005 pstypes = smb_create_strcnt(strcnt); in fm_smb_chipinst()
1016 smb_free_strcnt(pstypes, strcnt); in fm_smb_chipinst()
1020 smb_free_strcnt(pstypes, strcnt); in fm_smb_chipinst()
1038 int strcnt; in fm_smb_mc_bboards() local
1048 strcnt = smb_cnttypes(shp, SUN_OEM_EXT_MEMARRAY); in fm_smb_mc_bboards()
1049 if (strcnt == 0) in fm_smb_mc_bboards()
1052 mastypes = smb_create_strcnt(strcnt); 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()