Searched defs:smb_id (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
| 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 | 57 x86pi_gen_bboard(topo_mod_t *mod, tnode_t *t_parent, int smb_id, argument 84 rv = smbios_info_bboard(shp, smb_id, &bb); 93 "chassis (%d)\n", f, smb_id, psmb_id); 98 rv = smbios_info_common(shp, smb_id, &ip); 253 id_t smb_id; local 262 smb_id = stypes[SMB_TYPE_BASEBOARD].ids[index].con_by_id; 263 (void) smbios_lookup_id(shp, smb_id, &sp); 267 *psmbid = smb_id; 278 if (stypes[SMB_TYPE_BASEBOARD].ids[i].id == smb_id) { 326 id_t smb_id; local [all...] |
| /illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/ |
| H A D | chip_smbios.c | 367 chip_status_smbios_get(topo_mod_t *mod, id_t smb_id) argument 384 if (smb_id == cpusmb[i].cpu_id) { 391 " considering that Type 4 ID : %d is disabled", smb_id); 396 chip_fru_smbios_get(topo_mod_t *mod, id_t smb_id) argument 405 if (smb_id == cpusmb[i].cpu_id) { 414 " considering that Type 4 ID : %d is not a FRU", smb_id); 489 chip_label_smbios_get(topo_mod_t *mod, tnode_t *pnode, id_t smb_id, argument 522 if (ksmbios_label == NULL && smb_id != -1) { 523 if (smbios_info_common(shp, smb_id, &c) != SMB_ERR) { 525 if (smb_id 584 chip_serial_smbios_get(topo_mod_t *mod, id_t smb_id) argument 604 chip_part_smbios_get(topo_mod_t *mod, id_t smb_id) argument 623 chip_rev_smbios_get(topo_mod_t *mod, id_t smb_id) argument [all...] |
| /illumos-gate/usr/src/uts/common/smbsrv/ |
| H A D | smb_sid.h | 263 typedef struct smb_id { struct
|
| /illumos-gate/usr/src/uts/i86pc/os/ |
| H A D | cmi_hw.c | 1333 uint16_t smb_id = USHRT_MAX; local 1352 rc = fm_smb_chipinst(strand_apicid, &chip_inst, &smb_id); 1355 hdl->cmih_smbiosid = smb_id;
|
Completed in 110 milliseconds