Searched refs:record_id (Results 1 – 11 of 11) sorted by relevance
| /openbmc/libcper/generator/sections/ |
| H A D | gen-section-firmware.c | 29 UINT64 *record_id = (UINT64 *)(bytes + 8); in generate_section_firmware() local 30 *record_id = 0; //Record ID, should be forced to NULL. in generate_section_firmware()
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_erst.rst | 141 of CPER record_id's to efficiently access records in the backend 155 | record_id[0] | 0x0018 157 | record_id[1] | 0x0020 159 | record_id[...] | 161 | record_id[N] | 0x1FF8 168 The 'record_offset' field points to the first record_id in the array, 176 The 'record_id' array fields are the 64-bit record identifiers of the 178 location of a CPER record_id in the record_id[] array provides the 182 contains the header, so the record_id[0] will never contain a valid 183 CPER record_id. Instead slot 1 is the first available slot and thus [all …]
|
| /openbmc/openbmc-test-automation/openpower/ipmi/ |
| H A D | test_ipmi_sdr.robot | 99 ${record_id}= Get Regexp Matches ${resp} \\|\\s+([0-9]+)h\\s+\\| 1 101 RETURN ${record_id[0]} 110 ${record_id}= Get SDR Record ID 111 Set Suite Variable ${record_id}
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sdr.robot | 176 ... ${IPMI_RAW_CMD['Get SDR']['Get'][1]} ${reservation_id} 0x${record_id} 0x00 194 ... ${IPMI_RAW_CMD['Get SDR']['Get'][1]} ${first_reservation_id} 0x${record_id} 0x00 213 ... ${IPMI_RAW_CMD['Get SDR']['Get'][1]} ${reservation_id_before_reboot} 0x${record_id} 0x00 221 ... ${IPMI_RAW_CMD['Get SDR']['Get'][1]} ${reservation_id_after_reboot} 0x${record_id} 0x00 408 ${record_id}= Get Regexp Matches ${resp} \\|\\s+([0-9]+)h\\s+\\| 1 410 RETURN ${record_id[0]} 419 ${record_id}= Get SDR Record ID 420 Set Suite Variable ${record_id}
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sel.c | 420 sel_event.record_id = 0x0000; in ipmi_sel_add_entries_fromfile() 493 msg_data[4] = rec->record_id & 0x00FF; /* SEL Record ID LSB */ in get_newisys_evt_desc() 494 msg_data[5] = (rec->record_id & 0xFF00) >> 8; /* SEL Record ID MSB */ in get_newisys_evt_desc() 1602 evt->record_id = 0; in ipmi_sel_get_std_entry() 1633 evt->record_id = (rsp->data[3] << 8) | rsp->data[2]; in ipmi_sel_get_std_entry() 1724 printf("%x,", evt->record_id); in ipmi_sel_print_std_entry() 1726 printf("%4x | ", evt->record_id); in ipmi_sel_print_std_entry() 1959 printf("SEL Record ID : %04x\n", evt->record_id); in ipmi_sel_print_std_entry_verbose() 2062 printf("SEL Record ID : %04x\n", evt->record_id); in ipmi_sel_print_extended_entry_verbose() 2268 delta = next_id - evt.record_id; in __ipmi_sel_savelist_entries() [all …]
|
| H A D | ipmi_event.c | 63 sel_event.record_id = 0; in ipmi_event_msg_print() 559 sel_event.record_id = 0; in ipmi_event_fromfile()
|
| H A D | ipmi_fru.c | 1588 if(oh->record_id == OEM_KONTRON_INFORMATION_RECORD ) { in ipmi_fru_oemkontron_get() 1689 uint8_t record_id = 0; in ipmi_fru_oemkontron_edit() local 1708 if (str2uchar(argv[OEM_KONTRON_RECORDID_ARG_POS], &record_id) != 0) { in ipmi_fru_oemkontron_edit() 1715 if (record_id == OEM_KONTRON_INFORMATION_RECORD) { in ipmi_fru_oemkontron_edit() 1730 if(oh->record_id == OEM_KONTRON_INFORMATION_RECORD ) { in ipmi_fru_oemkontron_edit() 1909 switch (oh->record_id) in ipmi_fru_picmg_ext_edit() 2022 switch (h->record_id) in ipmi_fru_picmg_ext_print() 2816 printf(" - Record ID: 0x%02x\n", h->record_id); in ipmi_fru_picmg_ext_print() 2820 printf(" Unknown OEM Extension Record ID: %x\n", h->record_id); in ipmi_fru_picmg_ext_print()
|
| H A D | ipmi_dcmi.c | 1293 uint16_t record_id = 0; in ipmi_dcmi_prnt_discvry_snsr() local 1316 record_id = (id_buff[2*i + 1] << 8) + id_buff[2*i]; in ipmi_dcmi_prnt_discvry_snsr() 1317 printf("Record ID 0x%04x: ", record_id); in ipmi_dcmi_prnt_discvry_snsr() 1318 ipmi_print_sensor_info(intf, record_id); in ipmi_dcmi_prnt_discvry_snsr()
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_sel.h | 65 uint16_t record_id; member 128 uint16_t record_id; member
|
| H A D | ipmi_fru.h | 275 unsigned char record_id; member
|
| /openbmc/qemu/hw/acpi/ |
| H A D | erst.c | 472 uint64_t record_id) in update_map_entry() argument 475 s->header->map[index] = cpu_to_le64(record_id); in update_map_entry()
|