Home
last modified time | relevance | path

Searched defs:type (Results 776 – 800 of 2027) sorted by relevance

1...<<31323334353637383940>>...82

/openbmc/telemetry/src/interfaces/
H A Dsensor.hpp27 std::string type; member
/openbmc/qemu/target/ppc/
H A Dcpu-models.c33 #define POWERPC_DEF_PREFIX(pvr, svr, type) \ argument
/openbmc/phosphor-bmc-code-mgmt/tpm/
H A Dtpm_software_manager.cpp37 std::optional<std::string> type = in initDevice() local
H A Dtpm_device.hpp63 inline bool stringToTPMType(const std::string& type, TPMType& tpmType) in stringToTPMType()
/openbmc/ipmitool/src/plugins/lanplus/
H A Dasf.h64 uint8_t type; member
/openbmc/libpldm/src/
H A Dresponder.c46 pldm_instance_id_t instance_id, uint8_t type, in pldm_responder_cookie_untrack()
/openbmc/u-boot/tools/
H A Dgpimage.c29 static int gpimage_check_image_types(uint8_t type) in gpimage_check_image_types()
H A Drkspi.c50 static int rkspi_check_image_type(uint8_t type) in rkspi_check_image_type()
/openbmc/ipmitool/src/plugins/lan/
H A Dasf.h64 uint8_t type; member
/openbmc/slpd-lite/
H A Dslp_service_info.hpp14 std::string type; member
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.cpp67 std::string type = ""; in getPropertiesMatch() local
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.16/
H A Doe-npm-cache16 const type = process.argv[3] constant
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Everest/
H A D11.json7 "type": 45, number
389 "type": 190, number
410 "type": 190, number
431 "type": 190, number
452 "type": 190, number
492 "type": 65, number
513 "type": 65, number
534 "type": 65, number
555 "type": 65, number
576 "type": 65, number
[all …]
/openbmc/u-boot/cmd/
H A Dmtdparts.c304 static int get_mtd_info(u8 type, u8 num, struct mtd_info **mtd) in get_mtd_info()
719 static int mtd_device_validate(u8 type, u8 num, u64 *size) in mtd_device_validate()
793 struct mtd_device *device_find(u8 type, u8 num) in device_find()
985 static struct mtdids* id_find(u8 type, u8 num) in id_find()
1351 u8 type, dnum, pnum; local
1618 u8 type, num; local
1995 u8 type, num, len; local
H A Defi.c51 static inline bool is_boot_services(int type) in is_boot_services()
92 int type = desc->type; in efi_build_mem_table() local
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h214 #define DPRC_CMD_GET_RES_COUNT(cmd, type) \ argument
239 #define DPRC_CMD_GET_RES_IDS(cmd, range_desc, type) \ argument
717 char type[16]; member
839 enum dprc_region_type type; member
870 char type[16]; member
/openbmc/u-boot/arch/nios2/include/asm/
H A Dio.h121 #define out_arch(type,endian,a,v) __raw_write##type(cpu_to_##endian(v),a) argument
122 #define in_arch(type,endian,a) endian##_to_cpu(__raw_read##type(a)) argument
139 #define clrbits(type, addr, clear) \ argument
142 #define setbits(type, addr, set) \ argument
145 #define clrsetbits(type, addr, clear, set) \ argument
/openbmc/qemu/hw/usb/
H A Dccid-card-emulated.c100 uint32_t type; member
103 uint32_t type; member
107 uint32_t type; member
173 static void emulated_push_type(EmulatedState *card, uint32_t type) in emulated_push_type()
192 static void emulated_push_data_type(EmulatedState *card, uint32_t type, in emulated_push_data_type()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc118 int type; in updateMenu() local
409 enum prop_type type; in updateSelection() local
477 int type; in setValue() local
503 int type, oldexpr, newexpr; in changeValue() local
540 enum prop_type type; in setRootMenu() local
592 enum prop_type type; in updateMenuList() local
657 enum prop_type type; in updateMenuList() local
721 enum prop_type type; in keyPressEvent() local
/openbmc/u-boot/include/linux/
H A Dkernel.h216 #define min_t(type, x, y) ({ \ argument
221 #define max_t(type, x, y) ({ \ argument
236 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) argument
265 #define container_of(ptr, type, member) ({ \ argument
/openbmc/pldm/requester/
H A Dhandler.hpp43 uint8_t type; //!< PLDM type member
261 int registerRequest(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in registerRequest()
311 int unregisterRequest(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in unregisterRequest()
377 void handleResponse(mctp_eid_t eid, uint8_t instanceId, uint8_t type, in handleResponse()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c83 enum hash_type* type) in get_hash_type_from_signature()
102 static failure_reason is_hash_type_supported(enum hash_type type) in is_hash_type_supported()
116 static failure_reason get_hash_digest_size(enum hash_type type, uint32_t* size) in get_hash_digest_size()
133 static failure_reason get_hash_struct_size(enum hash_type type, uint32_t* size) in get_hash_struct_size()
/openbmc/phosphor-fan-presence/monitor/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Bonnell/
H A Dconfig.json61 "type": "hard", string
68 "type": "epow", string
/openbmc/estoraged/include/
H A DcryptsetupInterface.hpp182 int cryptFormat(struct crypt_device* cd, const char* type, in cryptFormat()
234 int cryptKeySlotMax(const char* type) override in cryptKeySlotMax()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c51 static void set_gate64(void *ptr, unsigned int type, unsigned int dpl, in set_gate64()
71 static void set_gate(void *ptr, unsigned int type, unsigned int dpl, in set_gate()

1...<<31323334353637383940>>...82