Searched refs:type_str (Results 1 – 17 of 17) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | tpm-common.c | 102 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 D | tpm-user-utils.h | 13 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 D | visitor-impl.h | 98 bool (*type_str)(Visitor *v, const char *name, char **obj, Error **errp); member
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bios_attr_utils.robot | 28 ${type_str}= Evaluate isinstance($attr_val, str) 30 IF ${type_str}
|
| H A D | gen_print.py | 1092 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 D | qapi-dealloc-visitor.c | 136 v->visitor.type_str = qapi_dealloc_type_str; in qapi_dealloc_visitor_new()
|
| H A D | qapi-clone-visitor.c | 169 v->visitor.type_str = qapi_clone_type_str; in qapi_clone_visitor_new()
|
| H A D | qobject-output-visitor.c | 268 v->visitor.type_str = qobject_output_type_str; in qobject_output_visitor_new()
|
| H A D | qobject-input-visitor.c | 724 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 D | string-input-visitor.c | 402 v->visitor.type_str = parse_type_str; in string_input_visitor_new()
|
| H A D | qapi-forward-visitor.c | 312 v->visitor.type_str = forward_field_type_str; in visitor_forward_field()
|
| H A D | string-output-visitor.c | 439 v->visitor.type_str = print_type_str; in string_output_visitor_new()
|
| H A D | opts-visitor.c | 575 ov->visitor.type_str = &opts_type_str; in opts_visitor_new()
|
| H A D | qapi-visit-core.c | 349 ok = v->type_str(v, name, obj, errp); in visit_type_str()
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 1076 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 D | cve-2022-33065.patch | 207 { const char * type_str ;
|
| /openbmc/qemu/hw/arm/ |
| H A D | virt.c | 3113 static int virt_kvm_type(MachineState *ms, const char *type_str) in virt_kvm_type() argument
|