| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | f_rockusb.c | 627 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 D | io.c | 241 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 D | dns.c | 108 u16 type, i; in dns_handler() local
|
| /openbmc/u-boot/drivers/phy/marvell/ |
| H A D | comphy_mux.c | 57 u32 type, int lane) in comphy_mux_get_mux_value()
|
| /openbmc/qemu/include/hw/i386/ |
| H A D | tdvf.h | 27 uint32_t type; member
|
| /openbmc/qemu/include/migration/ |
| H A D | misc.h | 70 MigrationEventType type; member
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | clock.c | 162 #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 D | list.h | 326 #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 D | pldm_bios_cmd.cpp | 102 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 D | base.h | 197 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 D | arch_dump.c | 56 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 D | npcm7xx_pwm.c | 450 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 D | cpu.c | 189 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 D | clk-core.h | 87 #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 D | ipmi_picmg.c | 951 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 D | clk-core.h | 87 #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 D | mptconfig.c | 146 #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 D | nbd.h | 60 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 D | read.cpp | 54 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 D | proxy.h | 25 uint8_t type; member
|
| /openbmc/u-boot/tools/ |
| H A D | imagetool.c | 12 struct image_type_params *imagetool_get_type(int type) in imagetool_get_type()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu-internal.h | 29 FeatureWordType type; member
|
| /openbmc/qemu/include/semihosting/ |
| H A D | uaccess.h | 99 #define lock_user(type, p, len, copy) uaccess_lock_user(env, p, len, copy) argument
|
| /openbmc/pldm/platform-mc/ |
| H A D | terminus.hpp | 87 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 D | opcua.json | 12 "type": "anonymous" string
|