/openbmc/u-boot/arch/x86/lib/ |
H A D | relocate.c | 56 unsigned long long type = ELF64_R_TYPE(re_src->r_info); in do_elf_reloc_fixups64() local 103 unsigned int type = ELF32_R_TYPE(re_src->r_info); in do_elf_reloc_fixups32() local
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | VolumeCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | ProcessorCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
H A D | CircuitCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ProcessorCollection.json | 19 "type": [ array 49 "type": "null" string 61 "type": "array" string 86 "type": "object" string
|
/openbmc/u-boot/tools/ |
H A D | mips-relocs.c | 104 uint8_t type; member 109 static int add_reloc(unsigned int type, uint64_t off) in add_reloc() 152 uint32_t off, type; in parse_mips32_rel() local 166 uint64_t off, type; in parse_mips64_rela() local
|
/openbmc/qemu/hw/mem/ |
H A D | cxl_type3_stubs.c | 18 uint8_t descriptor, uint8_t type, in qmp_cxl_inject_general_media_event() 28 uint8_t type, uint8_t transaction_type, in qmp_cxl_inject_dram_event() 41 uint8_t flags, uint8_t type, in qmp_cxl_inject_memory_module_event() 65 void qmp_cxl_inject_correctable_error(const char *path, CxlCorErrorType type, in qmp_cxl_inject_correctable_error()
|
/openbmc/u-boot/drivers/clk/ |
H A D | mpc83xx_clk.c | 37 ulong type = dev_get_driver_data(clk); in is_clk_valid() local 100 ulong type = dev_get_driver_data(dev); in init_single_clk() local 321 ulong type; in mpc83xx_clk_probe() local
|
/openbmc/qemu/ui/ |
H A D | vnc-clipboard.c | 155 QemuClipboardType type) in vnc_clipboard_provide() 196 QemuClipboardType type; in vnc_clipboard_update_info() local 242 QemuClipboardType type) in vnc_clipboard_request()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_xtfpga.c | 14 static int xtfpga_reset_request(struct udevice *dev, enum sysreset_t type) in xtfpga_reset_request()
|
H A D | sysreset_microblaze.c | 13 enum sysreset_t type) in microblaze_sysreset_request()
|
H A D | sysreset_psci.c | 12 static int psci_sysreset_request(struct udevice *dev, enum sysreset_t type) in psci_sysreset_request()
|
/openbmc/qemu/qobject/ |
H A D | qobject-internal.h | 15 static inline void qobject_init(QObject *obj, QType type) in qobject_init()
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | SnmpAlertsStore.js | 93 toastMessages.push({ type: 'success', message }); property in AnonymousClasse8bb69160701 101 toastMessages.push({ type: 'error', message }); property in AnonymousClasse8bb69160801
|
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/ |
H A D | eeprom_device_software_manager.cpp | 27 [](const std::string& type) { in start() 48 std::optional<std::string> type = in initDevice() local
|
/openbmc/pldm/configurations/pdr/ |
H A D | 11.json | 28 "type": 31, number 51 "type": 137, number 74 "type": 19, number 95 "type": 19, number 136 "type": 31, number
|
H A D | 4.json | 7 "type": 121, number 57 "type": 91, number 79 "type": 5, number 101 "type": 5, number 123 "type": 19, number 145 "type": 19, number
|
/openbmc/u-boot/cmd/x86/ |
H A D | mtrr.c | 27 const char *type = "Invalid"; in do_mtrr_list() local 52 int i, type = -1; in do_mtrr_set() local
|
/openbmc/u-boot/include/ |
H A D | wait_bit.h | 35 #define BUILD_WAIT_FOR_BIT(sfx, type, read) \ argument
|
/openbmc/libpldm/src/transport/ |
H A D | container-of.h | 6 #define container_of(ptr, type, member) \ argument
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | semicall.h | 10 uintptr_t __semi_call(uintptr_t type, uintptr_t arg0) in __semi_call()
|
/openbmc/libmctp/ |
H A D | container_of.h | 5 #define container_of(ptr, type, member) \ argument
|
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/ |
H A D | rcar-mstp.h | 12 #define mstp_setbits(type, addr, saddr, set) \ argument 14 #define mstp_clrbits(type, addr, saddr, clear) \ argument 16 #define mstp_setclrbits(type, addr, set, clear) \ argument
|
/openbmc/phosphor-hwmon/ |
H A D | hwmonio.cpp | 112 int64_t HwmonIO::read(const std::string& type, const std::string& id, in read() 171 void HwmonIO::write(uint32_t val, const std::string& type, in write()
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 49 #define sizeof_field(type, field) sizeof(((type *)0)->field) argument 54 sizeof_field(type,field) global() argument 64 DO_UPCAST(type,field,dev) global() argument 69 typeof_field(type,field) global() argument [all...] |