Home
last modified time | relevance | path

Searched defs:type (Results 1126 – 1150 of 2047) sorted by relevance

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

/openbmc/phosphor-host-ipmid/oem/nvidia/
H A Dbiosconfigcommands.cpp41 uint8_t id, uint8_t type, std::array<uint8_t, biosPasswordSaltSize> salt, in ipmiSetBiosPassword() argument
/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
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtimer_based_actions.cpp173 auto type = jsonTimer["type"].get<std::string>(); in setTimerConf() local
/openbmc/qemu/hw/misc/
H A Dallwinner-a10-dramc.c125 static void allwinner_a10_dramc_reset_enter(Object *obj, ResetType type) in allwinner_a10_dramc_reset_enter()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_kvm.c200 static void kvm_arm_its_reset_hold(Object *obj, ResetType type) in kvm_arm_its_reset_hold()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp740 PhaseFaultType type = parsePhaseFaultType(typeElement); in parseLogPhaseFault() local
807 PhaseFaultType type{}; in parsePhaseFaultType() local
832 SensorType type = parseSensorType(typeElement); in parsePMBusReadSensor() local
1142 SensorType type{}; in parseSensorType() local
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h24 u16 type; /* HOB type */ member
110 u32 type; member
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c205 #define TEST(n, cmd, type) \ argument
215 #define TEST(n, cmd, type) {n, test_##n, cmd, &init##type}, argument
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h295 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument
323 #define APPEND_CMD_RAW_IMM(cmd, op, type) \ argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js45 type: "GET", property in AnonymousClass170eed3b0101
642 type: "GET", property in AnonymousClass170eed3b0e01
/openbmc/smbios-mdr/include/
H A Ddimm.hpp163 uint8_t type; member
206 uint8_t type; member
H A Dfirmware_inventory.hpp64 uint8_t type; member
/openbmc/smbios-mdr/src/
H A Ddimm.cpp298 void Dimm::dimmType(const uint8_t type) in dimmType()
317 void Dimm::dimmMedia(const uint8_t type) in dimmMedia()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c46 uint8_t type; /* cipher? hash? aead? */ member
316 QCryptoAkCipherKeyType type; in cryptodev_builtin_create_akcipher_session() local
/openbmc/libcper/sections/
H A Dcper-section-ia32x64.c176 json_object *type = json_object_new_object(); in cper_ia32x64_processor_error_info_to_ir() local
786 json_object *type = json_object_object_get(error_info, "type"); in ir_ia32x64_error_info_to_cper() local
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h46 u8 type; /* XFERTYPE_* */ member
/openbmc/qemu/system/
H A Dtpm.c30 tpm_be_find_by_type(enum TpmType type) in tpm_be_find_by_type()
/openbmc/qemu/tcg/
H A Doptimize.c38 TCGType type; member
59 TCGType type; member
260 static void record_mem_copy(OptContext *ctx, TCGType type, in record_mem_copy()
311 static TCGTemp *find_mem_copy_for(OptContext *ctx, TCGType type, intptr_t s) in find_mem_copy_for()
325 TCGType type = ctx->type; in arg_new_constant() local
427 static uint64_t do_constant_folding_2(TCGOpcode op, TCGType type, in do_constant_folding_2()
591 static uint64_t do_constant_folding(TCGOpcode op, TCGType type, in do_constant_folding()
698 static int do_constant_folding_cond(TCGType type, TCGArg x, in do_constant_folding_cond()
2993 TCGType type; in fold_tcg_ld_memcopy() local
3047 TCGType type; in fold_tcg_st_memcopy() local
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.h43 enum expr_type type; member
91 enum symbol_type type; member
192 enum prop_type type; /* type of property */ member
/openbmc/u-boot/drivers/video/
H A Dipu_common.c257 static inline uint32_t channel_2_dma(ipu_channel_t ch, ipu_buffer_t type) in channel_2_dma()
1009 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type, in ipu_init_channel_buffer()
1109 void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type, in ipu_clear_buffer_ready()
/openbmc/qemu/include/hw/xen/interface/arch-x86/
H A Dxen.h17 #define ___DEFINE_XEN_GUEST_HANDLE(name, type) \ argument
20 #define ___DEFINE_XEN_GUEST_HANDLE(name, type) \ argument
32 #define __DEFINE_XEN_GUEST_HANDLE(name, type) \ argument

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