Home
last modified time | relevance | path

Searched defs:type_str (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/cmd/
H A Dtpm-common.c102 int type_string_get_num_values(const char *type_str) in type_string_get_num_values()
114 size_t type_string_get_space_size(const char *type_str) in type_string_get_space_size()
145 void *type_string_alloc(const char *type_str, u32 *count) in type_string_alloc()
169 int type_string_pack(const char *type_str, char * const values[], in type_string_pack()
207 int type_string_write_vars(const char *type_str, u8 *data, in type_string_write_vars()
/openbmc/linux/drivers/misc/ocxl/
Dpasid.c
/openbmc/qemu/include/qapi/
H A Dvisitor-impl.h98 bool (*type_str)(Visitor *v, const char *name, char **obj, Error **errp); member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c
/openbmc/linux/tools/testing/selftests/net/
Dpsock_tpacket.c
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1076 const char *type_str; in display_sdram_details() local
/openbmc/qemu/hw/arm/
H A Dvirt.c3113 static int virt_kvm_type(MachineState *ms, const char *type_str) in virt_kvm_type()