Home
last modified time | relevance | path

Searched defs:type (Results 1001 – 1025 of 2047) sorted by relevance

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_rockusb.c627 char *type = f_rkusb->dev_type; in cb_read_lba() local
669 char *type = f_rkusb->dev_type; in cb_write_lba() local
710 char *type = f_rkusb->dev_type; in cb_erase_lba() local
/openbmc/u-boot/fs/ubifs/
H A Dio.c241 int err = -EINVAL, type, node_len; in ubifs_check_node() local
904 int ubifs_read_node_wbuf(struct ubifs_wbuf *wbuf, void *buf, int type, int len, in ubifs_read_node_wbuf()
981 int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len, in ubifs_read_node()
/openbmc/u-boot/net/
H A Ddns.c108 u16 type, i; in dns_handler() local
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_mux.c57 u32 type, int lane) in comphy_mux_get_mux_value()
/openbmc/qemu/include/hw/i386/
H A Dtdvf.h27 uint32_t type; member
/openbmc/qemu/include/migration/
H A Dmisc.h70 MigrationEventType type; member
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dclock.c162 #define TYPE(name, type) type argument
416 int *divider_bits, int *type) in get_periph_clock_info()
450 int type; in get_periph_clock_id() local
481 enum clock_type_id type; in get_periph_clock_source() local
/openbmc/u-boot/include/linux/
H A Dlist.h326 #define list_entry(ptr, type, member) \ argument
337 #define list_first_entry(ptr, type, member) \ argument
348 #define list_last_entry(ptr, type, member) \ argument
625 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) argument
/openbmc/pldm/pldmtool/
H A Dpldm_bios_cmd.cpp102 explicit SetDateTime(const char* type, const char* name, CLI::App* app) : in SetDateTime()
457 explicit GetBIOSTable(const char* type, const char* name, CLI::App* app) : in GetBIOSTable()
685 const char* type, const char* name, CLI::App* app) : in GetBIOSAttributeCurrentValueByHandle()
773 explicit SetBIOSAttributeCurrentValue(const char* type, const char* name, in SetBIOSAttributeCurrentValue()
/openbmc/libpldm/include/libpldm/
H A Dbase.h197 uint8_t type : 6; //!< PLDM type member
201 uint8_t type : 6; //!< PLDM type member
306 uint8_t type; //!< PLDM Type for which command support information is member
328 uint8_t type; //!< PLDM Type for which version information is being requested member
/openbmc/qemu/target/riscv/
H A Darch_dump.c56 Elf64_Word type, Elf64_Word descsz) in riscv64_note_init()
125 Elf32_Word type, Elf32_Word descsz) in riscv32_note_init()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c450 static void npcm7xx_pwm_enter_reset(Object *obj, ResetType type) in npcm7xx_pwm_enter_reset()
471 static void npcm7xx_pwm_hold_reset(Object *obj, ResetType type) in npcm7xx_pwm_hold_reset()
/openbmc/qemu/target/microblaze/
H A Dcpu.c189 int type = irq ? CPU_INTERRUPT_NMI : CPU_INTERRUPT_HARD; in microblaze_cpu_set_irq() local
199 static void mb_cpu_reset_hold(Object *obj, ResetType type) in mb_cpu_reset_hold()
/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument
88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
/openbmc/ipmitool/lib/
H A Dipmi_picmg.c951 uint8_t channel, int32_t port, uint8_t type, in ipmi_picmg_portstate_set()
1046 unsigned char type; in ipmi_picmg_amc_portstate_get() local
1137 int32_t port, uint8_t type, uint8_t typeext, in ipmi_picmg_amc_portstate_set()
1931 uint8_t type = 0; in ipmi_picmg_main() local
2042 uint8_t type = 0; in ipmi_picmg_main() local
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h87 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument
88 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
89 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
90 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
91 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument
/openbmc/qemu/hw/scsi/
H A Dmptconfig.c146 #define MPTSAS_CONFIG_PACK(number, type, version, fmt, ...) \ argument
166 #define MPTSAS_CONFIG_PACK_EXT(number, type, version, fmt, ...) \ argument
653 uint8_t type; member
757 static const MPTSASConfigPage *mptsas_find_config_page(int type, int number) in mptsas_find_config_page()
779 uint8_t type; in mptsas_process_config() local
/openbmc/qemu/include/block/
H A Dnbd.h60 uint32_t type; /* NBD_REP_* */ member
91 uint16_t type; /* NBD_CMD_* */ member
106 uint16_t type; /* NBD_REPLY_TYPE_* */ member
114 uint16_t type; /* NBD_REPLY_TYPE_* */ member
346 static inline bool nbd_reply_type_is_error(int type) in nbd_reply_type_is_error()
/openbmc/sdbusplus/test/message/
H A Dread.cpp54 void expect_basic_error(char type, int ret) in expect_basic_error()
61 void expect_basic(char type, T val) in expect_basic()
79 void expect_read_array(char type) in expect_read_array()
87 void expect_verify_type(char type, const char* contents, int ret) in expect_verify_type()
106 void expect_enter_container(char type, const char* contents, int ret = 0) in expect_enter_container()
/openbmc/qemu/include/hw/remote/
H A Dproxy.h25 uint8_t type; member
/openbmc/u-boot/tools/
H A Dimagetool.c12 struct image_type_params *imagetool_get_type(int type) in imagetool_get_type()
/openbmc/qemu/target/i386/
H A Dcpu-internal.h29 FeatureWordType type; member
/openbmc/qemu/include/semihosting/
H A Duaccess.h99 #define lock_user(type, p, len, copy) uaccess_lock_user(env, p, len, copy) argument
/openbmc/pldm/platform-mc/
H A Dterminus.hpp87 inline bool setSupportedTypeVersions(const uint8_t type, in setSupportedTypeVersions()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dopcua.json12 "type": "anonymous" string

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