/openbmc/pldm/libpldmresponder/ |
H A D | bios_attribute.cpp | 17 BIOSAttribute::BIOSAttribute(const Json& entry, in BIOSAttribute()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_thread.h | 24 static inline void target_thread_set_upcall(CPUARMState *regs, abi_ulong entry, in target_thread_set_upcall()
|
/openbmc/qemu/bsd-user/arm/ |
H A D | target_arch_thread.h | 24 static inline void target_thread_set_upcall(CPUARMState *env, abi_ulong entry, in target_thread_set_upcall()
|
/openbmc/u-boot/tools/binman/ |
H A D | elf.py | 80 def LookupAndWriteSymbols(elf_fname, entry, section): argument
|
/openbmc/qemu/block/ |
H A D | qcow2-bitmap.c | 129 static int check_table_entry(uint64_t entry, int cluster_size) in check_table_entry() 309 uint64_t entry = bitmap_table[i]; in load_bitmap_data() local 397 static inline void bitmap_dir_entry_to_cpu(Qcow2BitmapDirEntry *entry) in bitmap_dir_entry_to_cpu() 406 static inline void bitmap_dir_entry_to_be(Qcow2BitmapDirEntry *entry) in bitmap_dir_entry_to_be() 421 static inline int dir_entry_size(Qcow2BitmapDirEntry *entry) in dir_entry_size() 426 static inline const char *dir_entry_name_field(Qcow2BitmapDirEntry *entry) in dir_entry_name_field() 431 static inline char *dir_entry_copy_name(Qcow2BitmapDirEntry *entry) in dir_entry_copy_name() 437 static inline Qcow2BitmapDirEntry *next_dir_entry(Qcow2BitmapDirEntry *entry) in next_dir_entry() 442 static int check_dir_entry(BlockDriverState *bs, Qcow2BitmapDirEntry *entry) in check_dir_entry() 702 uint64_t entry = bitmap_table[i]; in qcow2_check_bitmaps_refcounts() local
|
/openbmc/u-boot/test/dm/ |
H A D | ofnode.c | 49 struct fmap_entry entry; in dm_test_ofnode_fmap() local
|
/openbmc/u-boot/cmd/ |
H A D | bootmenu.c | 60 struct bootmenu_entry *entry = data; in bootmenu_print_entry() local 257 struct bootmenu_entry *entry; in bootmenu_create() local 449 struct bootmenu_entry *entry; in menu_display_statusline() local
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.cpp | 210 [](const auto& entry) { entry.second->enable(); }); in load() 222 [](const auto& entry) { entry.second->enable(); }); in load() 238 std::for_each(_zones.begin(), _zones.end(), [](const auto& entry) { in powerStateChanged() 244 [](const auto& entry) { entry.second->powerOn(); }); in powerStateChanged() 251 [](const auto& entry) { entry.second->powerOff(); }); in powerStateChanged() 807 for (const auto& entry : fan::JsonConfig::load(confFile)) in setProfiles() local
|
H A D | zone.cpp | 287 [](const auto& entry) { return entry.second; })) in setFloorHold() 328 auto pred = [](const auto& entry) { return entry.second; }; in setFloor() 379 auto pred = [](const auto& entry) { return entry.second; }; in decTimerExpired()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_platform_test.cpp | 594 StateSensorEntry entry{1, 64, 1, 0, 1, false}; in TEST() local 617 StateSensorEntry entry{1, 64, 1, 1, 1, false}; in TEST() local 634 StateSensorEntry entry{2, 67, 2, 0, 1, false}; in TEST() local 651 StateSensorEntry entry{2, 67, 2, 0, 2, false}; in TEST() local 671 StateSensorEntry entry{0xFFFF, 120, 2, 0, 2, true}; in TEST() local 690 StateSensorEntry entry{10, 120, 2, 0, 2, true}; in TEST() local 709 StateSensorEntry entry{10, 120, 2, 0, 2, false}; in TEST() local 729 StateSensorEntry entry{0, 0, 0, 0, 1, false}; in TEST() local 749 pdr_utils::PdrEntry entry; in TEST() local
|
/openbmc/qemu/hw/avr/ |
H A D | boot.c | 65 uint64_t entry; in avr_load_firmware() local
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | metric.cpp | 120 ProcStatEntry entry; in getProcStatMetric() local 163 const ProcStatEntry& entry = entries[i]; in getProcStatMetric() local 246 FdStatEntry entry; in getFdStatMetric() local 283 const FdStatEntry& entry = entries[i]; in getFdStatMetric() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.c | 276 static void qvirtio_pci_set_config_vector(QVirtioPCIDevice *d, uint16_t entry) in qvirtio_pci_set_config_vector() 286 uint16_t entry) in qvirtio_pci_set_queue_vector() 313 QGuestAllocator *alloc, uint16_t entry) in qvirtqueue_pci_msix_setup() 344 QGuestAllocator *alloc, uint16_t entry) in qvirtio_pci_set_msix_configuration_vector()
|
/openbmc/u-boot/tools/ |
H A D | zynqmpbif.c | 20 uint64_t entry; member 775 static int bif_open_file(struct bif_entry *entry) in bif_open_file() 785 static const struct bif_file_type *get_file_type(struct bif_entry *entry) in get_file_type() 834 struct bif_entry *entry = entries; in zynqmpbif_copy_image() local 921 struct bif_entry *entry = &entries[i]; in zynqmpbif_copy_image() local 930 struct bif_entry *entry = &entries[i]; in zynqmpbif_copy_image() local 945 struct bif_entry *entry = &entries[i]; in zynqmpbif_copy_image() local
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | fmap.py | 39 def _AddEntries(areas, entry): argument
|
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ |
H A D | ca_certs_manager.cpp | 65 auto& entry = iter->second; in deleteAll() local
|
/openbmc/phosphor-state-manager/ |
H A D | systemd_target_parser.cpp | 54 targetEntry entry; in parseFiles() local
|
/openbmc/u-boot/env/ |
H A D | attr.c | 32 const char *entry, *entry_end; in env_attr_walk() local 261 const char *entry = NULL; in env_attr_lookup() local
|
H A D | env.c | 17 struct env_driver *entry; in env_fix_drivers() local 37 struct env_driver *entry; in _env_driver_lookup() local
|
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 54 uint64_t entry; member 96 int arm_set_cpu_on(uint64_t cpuid, uint64_t entry, uint64_t context_id, in arm_set_cpu_on()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | psci.c | 70 target_ulong entry; in arm_handle_psci_call() local
|
/openbmc/qemu/hw/tricore/ |
H A D | triboard.c | 36 uint64_t entry; in tricore_load_kernel() local
|
/openbmc/qemu/qobject/ |
H A D | qjson.c | 184 const QDictEntry *entry; in to_json() local 199 QListEntry *entry; in to_json() local
|
/openbmc/qemu/hw/dma/ |
H A D | soc_dma.c | 130 struct memmap_entry_s *entry = soc_dma_lookup(dma, ch->vaddr[port]); in soc_dma_ch_update_type() local 262 struct memmap_entry_s *entry; in soc_dma_port_add_fifo() local 312 struct memmap_entry_s *entry; in soc_dma_port_add_mem() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | snmp_trap.cpp | 21 static constexpr auto entry = "xyz.openbmc_project.Logging.Entry"; variable
|