Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-pci-bus.c116 json_object_new_uint64(bus_error->TargetId)); in cper_section_pci_bus_to_ir()
183 section_cper->TargetId = json_object_get_uint64(obj); in ir_section_pci_bus_to_cper()
H A Dcper-section-memory.c226 json_object_new_uint64(memory_error->TargetId)); in cper_section_platform_memory_to_ir()
445 json_object_new_uint64(memory_error->TargetId)); in cper_section_platform_memory2_to_ir()
566 section_cper->TargetId = json_object_get_uint64(obj); in ir_section_memory_to_cper()
688 section_cper->TargetId = json_object_get_uint64(obj); in ir_section_memory2_to_cper()
H A Dcper-section-ia32x64.c245 json_object_new_uint64(error_info->TargetId)); in cper_ia32x64_processor_error_info_to_ir()
834 error_info_cper->TargetId = json_object_get_uint64(obj); in ir_ia32x64_error_info_to_cper()
/openbmc/libcper/include/libcper/
H A DCper.h680 UINT64 TargetId; member
956 UINT64 TargetId; member
1037 UINT64 TargetId; member
1168 UINT64 TargetId; member
/openbmc/qemu/qga/
H A Dcommands-win32.c906 disk->target = addr.TargetId; in get_single_disk_info()