Home
last modified time | relevance | path

Searched defs:type (Results 851 – 875 of 2027) sorted by relevance

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

/openbmc/u-boot/board/ge/common/
H A Dvpd_reader.c110 int (*fn)(struct vpd_cache *, u8 id, u8 version, u8 type, in vpd_reader()
201 u8 type, size_t size, u8 const *data)) in read_vpd()
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp77 void appendRTAttr(std::string& msgBuf, unsigned short type, in appendRTAttr()
198 int socket(int domain, int type, int protocol) in socket()
/openbmc/u-boot/net/
H A Dnfs.h63 uint32_t type; member
72 uint32_t type; member
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S18 #define ELFNOTE_START(name, type, flags) \ argument
32 #define ELFNOTE(name, type, desc) \ argument
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp278 std::string type = std::get<std::string>(iter->second); in extractOriginatorProperties() local
369 auto type = stringToDumpType(errorType); in getErrorDumpType() local
/openbmc/phosphor-fan-presence/presence/
H A Djson_parser.cpp136 auto type = method.value()["type"].get<std::string>(); in process() local
232 auto type = rpolicy["type"].get<std::string>(); in getPolicy() local
/openbmc/qemu/hw/misc/
H A Dxlnx-zynqmp-apu-ctrl.c140 static void zynqmp_apu_reset_enter(Object *obj, ResetType type) in zynqmp_apu_reset_enter()
153 static void zynqmp_apu_reset_hold(Object *obj, ResetType type) in zynqmp_apu_reset_hold()
H A Dvmcoreinfo.c29 static void vmcoreinfo_reset_hold(Object *obj, ResetType type) in vmcoreinfo_reset_hold()
/openbmc/libcper/examples/
H A Dpcibus.json19 "type": "Unknown" string
48 "type": "PCI\/PCI-X Bus" string
/openbmc/qemu/tests/multiboot/
H A Dlibc.h45 #define va_arg(ap, type) __builtin_va_arg(ap, type) argument
/openbmc/u-boot/include/
H A Dlmb.h53 lmb_size_bytes(struct lmb_region *type, unsigned long region_nr) in lmb_size_bytes()
H A Dfs.h115 unsigned type; /* one of FS_DT_x (not a mask) */ member
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dnemora_types.hpp47 NemoraDatagramType type; member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__tag_invoke.hpp106 using type = tag_invoke_result_t<_Tag, _Args...>; global() typedef
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c82 ipmi_sdr_get_unit_string(uint8_t pct, uint8_t type, uint8_t base, uint8_t modifier) in ipmi_sdr_get_unit_string()
697 ipmi_sdr_get_sensor_type_desc(const uint8_t type) in ipmi_sdr_get_sensor_type_desc()
2506 uint8_t type,uint8_t * raw) in ipmi_sdr_print_name_from_rawentry()
2564 ipmi_sdr_print_rawentry(struct ipmi_intf *intf, uint8_t type, in ipmi_sdr_print_rawentry()
2686 ipmi_sdr_print_sdr(struct ipmi_intf *intf, uint8_t type) in ipmi_sdr_print_sdr()
3241 ipmi_sdr_find_sdr_bynumtype(struct ipmi_intf *intf, uint16_t gen_id, uint8_t num, uint8_t type) in ipmi_sdr_find_sdr_bynumtype()
3365 ipmi_sdr_find_sdr_bysensortype(struct ipmi_intf *intf, uint8_t type) in ipmi_sdr_find_sdr_bysensortype()
3665 ipmi_sdr_find_sdr_bytype(struct ipmi_intf *intf, uint8_t type) in ipmi_sdr_find_sdr_bytype()
3960 uint8_t type; in ipmi_sdr_list_cache_fromfile() member
4476 ipmi_sdr_print_type(struct ipmi_intf *intf, char *type) in ipmi_sdr_print_type()
/openbmc/qemu/include/semihosting/
H A Dguestfd.h27 GuestFDType type; member
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dadsp.c36 enum pci_type_t type; in broadwell_adsp_probe() local
/openbmc/phosphor-pid-control/test/
H A Dsensor_manager_unittest.cpp60 std::string type = "invalid"; in TEST() local
/openbmc/pldm/configurations/pdr/com.ibm.Hardware.Chassis.Model.Rainier2U/
H A D4.json7 "type": 45, number
31 "type": 24581, number
319 "type": 190, number
340 "type": 190, number
437 "type": 65, number
458 "type": 65, number
479 "type": 65, number
500 "type": 65, number
521 "type": 65, number
542 "type": 65, number
[all …]
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp212 const char* type = boost::apply_visitor( in pack() local
371 typedef decltype(test<T, dummy>(nullptr)) type; typedef
391 typedef decltype(test<T, dummy>(nullptr)) type; typedef
404 constexpr auto type = element_signature<Container>::code[0]; in unpack() local
427 constexpr auto type = element_signature<Container>::code[0]; in unpack() local
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dclock.c103 #define TYPE(name, type) type argument
499 int *divider_bits, int *type) in get_periph_clock_info()
527 int type; in get_periph_clock_id() local
558 enum clock_type_id type; in get_periph_clock_source() local
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c352 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pmem_section() local
403 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_dmem_section() local
460 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_ddr_section() local
544 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pe_lmem_section() local
/openbmc/sdbusplus/test/message/
H A Dappend.cpp56 void expect_basic(char type, T val) in expect_basic()
65 void expect_basic_string(char type, const char* str) in expect_basic_string()
81 void expect_open_container(char type, const char* contents) in expect_open_container()
99 void expect_append_array(char type, size_t sz) in expect_append_array()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c264 MMUAccessType access_type, int type) in mmu6xx_get_physical_address()
469 static void mmu6xx_dump_BATs(CPUPPCState *env, int type) in mmu6xx_dump_BATs()
505 int type, way, entry, i; in mmu6xx_dump_mmu() local
679 int type, ret; in ppc_6xx_xlate() local
/openbmc/qemu/include/standard-headers/linux/
H A Dvhost_types.h90 uint8_t type; member
97 int type; member
105 uint32_t type; member

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