Searched defs:smb_id (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/ |
H A D | x86pi_chassis.c | 40 x86pi_gen_chassis(topo_mod_t *mod, tnode_t *t_parent, int smb_id, int instance) argument 60 rv = smbios_info_common(shp, smb_id, &ip); 66 rv = smbios_info_chassis(shp, smb_id, &ch);
|
H A D | x86pi_bboard.c | 60 x86pi_gen_bboard(topo_mod_t *mod, tnode_t *t_parent, int smb_id, argument 82 rv = smbios_info_bboard(shp, smb_id, &bb); 91 "chassis (%d)\n", f, smb_id, psmb_id); 96 rv = smbios_info_common(shp, smb_id, &ip); 252 id_t smb_id; local 261 smb_id = stypes[SMB_TYPE_BASEBOARD].ids[index].con_by_id; 262 (void) smbios_lookup_id(shp, smb_id, &sp); 266 *psmbid = smb_id; 277 if (stypes[SMB_TYPE_BASEBOARD].ids[i].id == smb_id) { 325 id_t smb_id; local [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
H A D | chip_smbios.c | 364 chip_status_smbios_get(topo_mod_t *mod, id_t smb_id) argument 381 if (smb_id == cpusmb[i].cpu_id) { 388 " considering that Type 4 ID : %d is disabled", smb_id); 393 chip_fru_smbios_get(topo_mod_t *mod, id_t smb_id) argument 402 if (smb_id == cpusmb[i].cpu_id) { 411 " considering that Type 4 ID : %d is not a FRU", smb_id); 486 chip_label_smbios_get(topo_mod_t *mod, tnode_t *pnode, id_t smb_id, argument 519 if (ksmbios_label == NULL && smb_id != -1) { 520 if (smbios_info_common(shp, smb_id, &c) != SMB_ERR) { 522 if (smb_id 581 chip_serial_smbios_get(topo_mod_t *mod, id_t smb_id) argument 601 chip_part_smbios_get(topo_mod_t *mod, id_t smb_id) argument 620 chip_rev_smbios_get(topo_mod_t *mod, id_t smb_id) argument [all...] |
Completed in 49 milliseconds