Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 17 of 17) 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() argument
104 return strlen(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() argument
118 for (size = 0; *type_str; type_str++) { in type_string_get_space_size()
119 switch (*type_str) { in type_string_get_space_size()
145 void *type_string_alloc(const char *type_str, u32 *count) in type_string_alloc() argument
150 size = type_string_get_space_size(type_str); in type_string_alloc()
169 int type_string_pack(const char *type_str, char * const values[], in type_string_pack() argument
175 for (offset = 0; *type_str; type_str++, values++) { in type_string_pack()
177 switch (*type_str) { in type_string_pack()
[all …]
H A Dtpm-user-utils.h13 int type_string_get_num_values(const char *type_str);
14 size_t type_string_get_space_size(const char *type_str);
15 void *type_string_alloc(const char *type_str, u32 *count);
16 int type_string_pack(const char *type_str, char * const values[], u8 *data);
17 int type_string_write_vars(const char *type_str, u8 *data, char * const vars[]);
/openbmc/qemu/include/qapi/
H A Dvisitor-impl.h98 bool (*type_str)(Visitor *v, const char *name, char **obj, Error **errp); member
/openbmc/openbmc-test-automation/lib/
H A Dbios_attr_utils.robot28 ${type_str}= Evaluate isinstance($attr_val, str)
30 IF ${type_str}
H A Dgen_print.py1092 type_str = "<" + str(type(var_value)).split("'")[1] + ">"
1142 format_string += type_str
1175 buffer = buffer.replace("\n", " " + type_str + "\n")
/openbmc/qemu/qapi/
H A Dqapi-dealloc-visitor.c136 v->visitor.type_str = qapi_dealloc_type_str; in qapi_dealloc_visitor_new()
H A Dqapi-clone-visitor.c169 v->visitor.type_str = qapi_clone_type_str; in qapi_clone_visitor_new()
H A Dqobject-output-visitor.c268 v->visitor.type_str = qobject_output_type_str; in qobject_output_visitor_new()
H A Dqobject-input-visitor.c724 v->visitor.type_str = qobject_input_type_str; in qobject_input_visitor_new()
739 v->visitor.type_str = qobject_input_type_str_keyval; in qobject_input_visitor_new_keyval()
H A Dstring-input-visitor.c402 v->visitor.type_str = parse_type_str; in string_input_visitor_new()
H A Dqapi-forward-visitor.c312 v->visitor.type_str = forward_field_type_str; in visitor_forward_field()
H A Dstring-output-visitor.c439 v->visitor.type_str = print_type_str; in string_output_visitor_new()
H A Dopts-visitor.c575 ov->visitor.type_str = &opts_type_str; in opts_visitor_new()
H A Dqapi-visit-core.c349 ok = v->type_str(v, name, obj, errp); in visit_type_str()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1076 const char *type_str; in display_sdram_details() local
1088 type_str = get_lpddr2_type(device->type); in display_sdram_details()
1096 if (mfg_str && type_str) in display_sdram_details()
1097 debug("%s\t\t%s\t%s\n", mfg_str, type_str, density_str); in display_sdram_details()
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch207 { const char * type_str ;
/openbmc/qemu/hw/arm/
H A Dvirt.c3113 static int virt_kvm_type(MachineState *ms, const char *type_str) in virt_kvm_type() argument