Home
last modified time | relevance | path

Searched defs:entry (Results 176 – 200 of 429) sorted by relevance

12345678910>>...18

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dalarm_timestamps.hpp100 void erase(std::map<AlarmKey, uint64_t>::const_iterator& entry) in erase()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c448 static uint32_t spapr_event_log_entry_type(SpaprEventLogEntry *entry) in spapr_event_log_entry_type()
454 SpaprEventLogEntry *entry) in rtas_event_log_queue()
462 SpaprEventLogEntry *entry = NULL; in rtas_event_log_dequeue() local
484 SpaprEventLogEntry *entry = NULL; in rtas_event_log_contains() local
537 SpaprEventLogEntry *entry; in spapr_powerdown_req() local
589 SpaprEventLogEntry *entry; in spapr_hotplug_req_event() local
1020 SpaprEventLogEntry *entry = NULL, *next_entry; in spapr_clear_pending_events() local
1031 SpaprEventLogEntry *entry = NULL, *next_entry; in spapr_clear_pending_hotplug_events() local
/openbmc/phosphor-hwmon/
H A Dtargets.hpp83 std::string entry = hwmon::entry::target; in addTarget() local
H A Dhwmon.hpp10 namespace entry namespace
/openbmc/ibm-logging/
H A Ddbus.cpp92 [&interface](const auto& entry) { in getService()
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c25 static void qemu_x86_fwcfg_read_entry_pio(uint16_t entry, in qemu_x86_fwcfg_read_entry_pio()
/openbmc/u-boot/tools/
H A Dublimage.h57 uint32_t entry; /* entry point address for bootloader */ member
/openbmc/u-boot/disk/
H A Dpart.c31 struct part_driver *entry; in part_driver_lookup_type() local
234 struct part_driver *entry; in part_init() local
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c278 static void set_config_vector(QVirtioPCIDevice *d, uint16_t entry) in set_config_vector()
291 uint16_t entry) in set_queue_vector()
/openbmc/openpower-occ-control/
H A Dpldm.cpp287 for (auto entry : sensorToOCCInstance) in clearData() local
1152 auto entry = std::find_if( in checkActiveSensor() local
1154 [instance](const auto& entry) { return instance == entry.second; }); in checkActiveSensor()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c354 ppcemb_tlb_t *entry; in mmubooke_dump_mmu() local
400 ppcmas_tlb_t *entry; in mmubooke206_dump_one_tlb() local
505 int type, way, entry, i; in mmu6xx_dump_mmu() local
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp120 auto entry = parseLoggingEntry(p); in selAddedCallback() local
152 auto entry = parseLoggingEntry(p); in selUpdatedCallback() local
201 auto entry = parseLoggingEntry(p); in initSELCache() local
[all...]
/openbmc/qemu/net/
H A Dannounce.c144 strList *entry = timer->params.interfaces; in qemu_announce_self_iter() local
/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c124 int entry; in create_keymap() local
/openbmc/qemu/target/m68k/
H A Dcpu.h329 #define M68K_POINTER_BASE(entry) (entry & ~0x1ff) argument
332 #define M68K_4K_PAGE_BASE(entry) (next & M68K_4K_PAGE_MASK) argument
335 #define M68K_8K_PAGE_BASE(entry) (next & M68K_8K_PAGE_MASK) argument
337 #define M68K_UDT_VALID(entry) (entry & 2) argument
338 #define M68K_PDT_VALID(entry) (entry & 3) argument
339 #define M68K_PDT_INDIRECT(entry) ((entry & 3) == 2) argument
/openbmc/pldm/libpldmresponder/
H A Dpdr_state_sensor.hpp54 std::vector<uint8_t> entry{}; in generateStateSensorPDR() local
H A Dfru_parser.cpp136 for (const auto& entry : entries) in setupFruRecordMap() local
H A Dpdr_state_effecter.hpp55 std::vector<uint8_t> entry{}; in generateStateEffecterPDR() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dextended_user_header_test.cpp135 message::Entry entry; // Empty Symptom ID vector in TEST() local
/openbmc/qemu/stats/
H A Dstats-hmp-cmds.c202 StatsResultList *entry; in hmp_info_stats() local
/openbmc/qemu/tests/unit/
H A Dtest-qga.c300 const QListEntry *entry; in test_qga_get_vcpus() local
318 const QListEntry *entry; in test_qga_get_fsinfo() local
375 const QListEntry *entry; in test_qga_get_memory_blocks() local
398 const QListEntry *entry; in test_qga_network_get_interfaces() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp559 [bus, address, &fruData](ManagedEntry& entry) { in getFruSdrs() argument
819 if (findSELEntry(nextRecordID, selLogFiles, entry)) in getNextRecordID() local
787 findSELEntry(const int recordID,const std::vector<std::filesystem::path> & selLogFiles,std::string & entry) findSELEntry() argument
979 std::string_view entry(targetEntry); ipmiStorageGetSELEntry() local
[all...]
/openbmc/qemu/hw/arm/
H A Dboot.c700 uint64_t entry = info->entry; in do_cpu_reset() local
858 hwaddr *entry, AddressSpace *as) in load_aarch64_image()
946 hwaddr entry; in arm_setup_direct_kernel_boot() local
/openbmc/qemu/hw/dma/
H A Drc4030.c214 int entry = (addr - 0x0100) >> 5; in rc4030_read() local
361 int entry = (addr - 0x0100) >> 5; in rc4030_write() local
511 dma_pagetable_entry entry; in rc4030_dma_translate() local
/openbmc/u-boot/scripts/kconfig/
H A Dlist.h126 static inline void list_del(struct list_head *entry) in list_del()

12345678910>>...18