| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | CertificateCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | r8152.c | 95 void *data, u16 type) in generic_ocp_read() 123 u16 size, void *data, u16 type) in generic_ocp_write() 195 u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() 204 void ocp_write_dword(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_dword() 211 u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index) in ocp_read_word() 228 void ocp_write_word(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_word() 249 u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index) in ocp_read_byte() 266 void ocp_write_byte(struct r8152 *tp, u16 type, u16 index, u32 data) in ocp_write_byte() 331 int r8152_wait_for_bit(struct r8152 *tp, bool ocp_reg, u16 type, u16 index, in r8152_wait_for_bit()
|
| /openbmc/qemu/qom/ |
| H A D | object.c | 204 TypeImpl *type = type_get_by_name_noload(name); in type_get_or_load_by_name() local 224 static TypeImpl *type_get_parent(TypeImpl *type) in type_get_parent() 238 static bool type_has_parent(TypeImpl *type) in type_has_parent() 282 static bool type_is_ancestor(TypeImpl *type, TypeImpl *target_type) in type_is_ancestor() 556 static void object_initialize_with_type(Object *obj, size_t size, TypeImpl *type) in object_initialize_with_type() 576 TypeImpl *type = type_get_or_load_by_name(typename, &error_fatal); in object_initialize() local 584 const char *type, in object_initialize_child_with_props() 601 const char *type, in object_initialize_child_with_propsv() 643 const char *type) in object_initialize_child_internal() 712 static void object_deinit(Object *obj, TypeImpl *type) in object_deinit() [all …]
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pcie_aspeed.c | 98 u32 type = 0; in aspeed_pcie_cfg_read() local 199 u32 type = 0; in aspeed_pcie_cfg_write() local
|
| /openbmc/u-boot/tools/ |
| H A D | mkimage.c | 120 static int add_content(int type, const char *fname) in add_content() 141 int type = IH_TYPE_INVALID; in process_args() local
|
| H A D | fdtgrep.c | 33 int type; /* Types this value matches (FDT_IS... mask) */ member 114 int type, int include, const char *str) in value_add() 512 static int check_type_include(void *priv, int type, const char *data, int size) in check_type_include() 588 static int h_include(void *priv, const void *fdt, int offset, int type, in h_include() 652 int type, const char *data, int size), in fdtgrep_find_regions() 1080 int type = 0; in scan_args() local
|
| /openbmc/libbej/src/ |
| H A D | bej_tree.c | 4 const char* name, enum BejPrincipalDataType type) in bejTreeInitParent() 43 enum BejPrincipalDataType type) in bejTreeInitChildNode()
|
| /openbmc/u-boot/drivers/rtc/ |
| H A D | ds1307.c | 212 enum ds_type type = dev_get_driver_data(dev); in ds1307_rtc_set() local 245 enum ds_type type = dev_get_driver_data(dev); in ds1307_rtc_get() local
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | load_kernel.h | 20 #define MTD_DEV_TYPE(type) (type == MTD_DEV_TYPE_NAND ? "nand" : \ argument 46 u8 type; /* device type */ member
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_manager_bmc.cpp | 52 std::string type = extractParameter<std::string>( in createDump() local 109 uint32_t Manager::captureDump(DumpTypes type, const std::string& path) in captureDump()
|
| /openbmc/libcper/examples/ |
| H A D | memory-validation-bits.json | 19 "type": "Unknown" string 48 "type": "Platform Memory" string
|
| H A D | dmargeneric.json | 19 "type": "Unknown" string 48 "type": "DMAr Generic" string
|
| H A D | generic.json | 19 "type": "Unknown" string 48 "type": "Processor Generic" string
|
| /openbmc/qemu/include/qom/ |
| H A D | object.h | 92 char *type; member 131 Type type; member 530 #define OBJECT_CHECK(type, obj, name) \ argument 568 const char *type; member 832 #define object_initialize_child(parent, propname, child, type) \ argument
|
| /openbmc/qemu/target/riscv/ |
| H A D | debug.c | 132 trigger_type_t type, in build_tdata1() 182 uint32_t type, dmode; in tdata1_validate() local 309 static bool trigger_priv_match(CPURISCVState *env, trigger_type_t type, in trigger_priv_match() 368 static bool trigger_textra_match(CPURISCVState *env, trigger_type_t type, in trigger_textra_match() 411 static bool trigger_common_match(CPURISCVState *env, trigger_type_t type, in trigger_common_match()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | base.c | 143 int encode_get_commands_req(uint8_t instance_id, uint8_t type, ver32_t version, in encode_get_commands_req() 202 uint8_t *type, ver32_t *version) in decode_get_commands_req() 303 uint8_t transfer_opflag, uint8_t type, in encode_get_version_req() 367 uint8_t *type) in decode_get_version_req() 747 int encode_cc_only_resp(uint8_t instance_id, uint8_t type, uint8_t command, in encode_cc_only_resp()
|
| /openbmc/u-boot/drivers/sysreset/ |
| H A D | sysreset_syscon.c | 23 static int syscon_reboot_request(struct udevice *dev, enum sysreset_t type) in syscon_reboot_request()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | netlink.hpp | 72 void performRequest(int protocol, uint16_t type, uint16_t flags, const T& msg, in performRequest()
|
| /openbmc/phosphor-webui/app/common/services/ |
| H A D | toastService.js | 17 type = 'create', title = '', message = '', dismissOnTimeout = false) { argument
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | events.hpp | 47 Type type; member
|
| /openbmc/qemu/hw/pci/ |
| H A D | pci_bridge.c | 110 pcibus_t pci_bridge_get_base(const PCIDevice *bridge, uint8_t type) in pci_bridge_get_base() 129 pcibus_t pci_bridge_get_limit(const PCIDevice *bridge, uint8_t type) in pci_bridge_get_limit() 149 uint8_t type, const char *name, in pci_bridge_init_alias()
|
| /openbmc/openpower-debug-collector/dump/ |
| H A D | dump_monitor.hpp | 119 uint8_t type = (id >> 28) & 0xF; in getDumpTypeFromId() local
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | package.json | 10 "type": "git", string
|
| /openbmc/qemu/include/hw/uefi/ |
| H A D | hardware-info.h | 23 } type; member
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_devconfig.c | 49 int xen_config_dev_vfb(int vdev, const char *type) in xen_config_dev_vfb()
|