Home
last modified time | relevance | path

Searched defs:type (Results 1101 – 1125 of 2034) sorted by relevance

1...<<41424344454647484950>>...82

/openbmc/qemu/hw/xen/
H A Dxen_pt_graphics.c16 int type; /* Memory or port I/O */ member
161 uint8_t type; member
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h287 enum qemu_plugin_mem_value_type type; member
1115 #define qemu_plugin_scoreboard_u64_in_struct(score, type, member) \ argument
/openbmc/dbus-sensors/src/
H A DUtils.hpp108 inline std::string configInterfaceName(const std::string& type) in configInterfaceName()
320 for (const auto& type : types) in getConfiguration() local
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Balcones/
H A D11.json7 "type": 45, number
85 "type": 65, number
106 "type": 65, number
127 "type": 65, number
148 "type": 65, number
302 "type": 45, number
380 "type": 65, number
401 "type": 65, number
422 "type": 65, number
443 "type": 65, number
/openbmc/qemu/tcg/
H A Dtcg-op-gvec.c513 static void do_dup_store(TCGType type, TCGv_ptr dbase, uint32_t dofs, in do_dup_store()
569 TCGType type; in do_dup() local
1079 uint32_t oprsz, uint32_t tysz, TCGType type, in expand_2_vec()
1099 uint32_t oprsz, uint32_t tysz, TCGType type, in expand_2i_vec()
1117 uint32_t oprsz, uint32_t tysz, TCGType type, in expand_2s_vec()
1139 uint32_t tysz, TCGType type, bool load_dest, in expand_3_vec()
1163 TCGType type, int64_t c, in expand_3i_vec()
1189 uint32_t tysz, TCGType type, bool write_aofs, in expand_4_vec()
1216 uint32_t tysz, TCGType type, int64_t c, in expand_4i_vec()
1241 TCGType type; in tcg_gen_gvec_2_var() local
[all …]
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp90 std::string command, interface, imagePath, signaturePath, type, host; in main() local
/openbmc/phosphor-networkd/src/
H A Dipaddress.cpp82 IP::Protocol IPAddress::type(IP::Protocol /*type*/) in type() function in phosphor::network::IPAddress
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.cpp176 auto type = validTypes.find(typeStr); in getHealthMetricConfigs() local
/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c20 int type; in usbmon_trace() local
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dcpu.h72 #define IS_SAMSUNG_TYPE(type, id) \ argument
/openbmc/u-boot/include/
H A Dpci_rom.h30 uint8_t type; member
/openbmc/smbios-mdr/include/
H A Dmdrv2.hpp141 smbiosInterface->register_method("GetRecordType", [this](size_t type) { in MDRV2()
/openbmc/qemu/hw/s390x/
H A Dsclpquiesce.c28 static bool can_handle_event(uint8_t type) in can_handle_event()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_common.c126 static void gicv3_its_common_reset_hold(Object *obj, ResetType type) in gicv3_its_common_reset_hold()
/openbmc/phosphor-host-ipmid/oem/nvidia/
H A Dbiosconfigcommands.cpp42 uint8_t id, uint8_t type, std::array<uint8_t, biosPasswordSaltSize> salt, in ipmiSetBiosPassword() argument
/openbmc/qemu/nbd/
H A Dserver.c190 uint32_t type, uint32_t length) in set_be_option_rep()
201 nbd_negotiate_send_rep_len(NBDClient *client, uint32_t type, in nbd_negotiate_send_rep_len()
218 nbd_negotiate_send_rep(NBDClient *client, uint32_t type, Error **errp) in nbd_negotiate_send_rep()
226 nbd_negotiate_send_rep_verr(NBDClient *client, uint32_t type, in nbd_negotiate_send_rep_verr()
266 nbd_negotiate_send_rep_err(NBDClient *client, uint32_t type, in nbd_negotiate_send_rep_err()
282 nbd_opt_vdrop(NBDClient *client, uint32_t type, Error **errp, in nbd_opt_vdrop()
295 nbd_opt_drop(NBDClient *client, uint32_t type, Error **errp, in nbd_opt_drop()
2095 size_t niov, uint16_t flags, uint16_t type, in set_be_chunk()
2444 uint16_t type; in nbd_co_send_extents() local
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DPhysicalContext.json23 "type": "string", string
188 "type": "string" string
199 "type": "string", string
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h54 HexRegType type; /**< Type of the register */ member
87 enum ImmUnionTag type; /**< Type of the immediate */ member
173 RvalueUnionTag type; /**< Type of the rvalue */ member
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DPhysicalContext.json23 "type": "string", string
188 "type": "string" string
199 "type": "string", string
/openbmc/pldm/platform-mc/
H A Dterminus_manager.cpp390 uint8_t type = PLDM_BASE; in initMctpTerminus() local
606 pldm_tid_t tid, uint8_t type, ver32_t version, bitfield8_t* supportedCmds) in getPLDMCommands()
716 exec::task<int> TerminusManager::getPLDMVersion(pldm_tid_t tid, uint8_t type, in getPLDMVersion()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c60 uint16_t type; /* EVTCHNSTAT_xxxx */ member
466 int type = param >> CALLBACK_VIA_TYPE_SHIFT; in xen_evtchn_set_callback_param() local
542 int type = s->callback_param >> CALLBACK_VIA_TYPE_SHIFT; in inject_callback() local
563 static int assign_kernel_port(uint16_t type, evtchn_port_t port, in assign_kernel_port()
584 static int assign_kernel_eventfd(uint16_t type, evtchn_port_t port, int fd) in assign_kernel_eventfd()
1012 static int allocate_port(XenEvtchnState *s, uint32_t vcpu, uint16_t type, in allocate_port()
1570 static int allocate_pirq(XenEvtchnState *s, int type, int gsi) in allocate_pirq()
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.h32 #define ubi_dbg_msg(type, fmt, ...) \ argument
/openbmc/u-boot/tools/
H A Dvybridimage.c33 static int vybridimage_check_image_types(uint8_t type) in vybridimage_check_image_types()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Drefcode.c23 uint8_t type; member
/openbmc/qemu/include/hw/char/
H A Dstm32l4x5_usart.h64 Stm32l4x5UsartType type; member

1...<<41424344454647484950>>...82