Lines Matching refs:desc_string

17 						UINT32 size, char **desc_string)  in cper_section_platform_memory_to_ir()  argument
20 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_platform_memory_to_ir()
69 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir()
73 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory_to_ir()
82 *desc_string); in cper_section_platform_memory_to_ir()
139 strlen(*desc_string) < in cper_section_platform_memory_to_ir()
141 strncat(*desc_string, physical_address_desc, in cper_section_platform_memory_to_ir()
172 if (strlen(node_desc) + strlen(*desc_string) < in cper_section_platform_memory_to_ir()
174 strncat(*desc_string, node_desc, outstr_len); in cper_section_platform_memory_to_ir()
240 char **desc_string) in cper_section_platform_memory2_to_ir() argument
243 *desc_string = calloc(1, SECTION_DESC_STRING_SIZE); in cper_section_platform_memory2_to_ir()
293 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory2_to_ir()
297 outstr_len = snprintf(*desc_string, SECTION_DESC_STRING_SIZE, in cper_section_platform_memory2_to_ir()
306 *desc_string); in cper_section_platform_memory2_to_ir()
342 strlen(*desc_string) < in cper_section_platform_memory2_to_ir()
344 strncat(*desc_string, physical_address_desc, in cper_section_platform_memory2_to_ir()
382 if (strlen(node_desc) + strlen(*desc_string) < in cper_section_platform_memory2_to_ir()
384 strncat(*desc_string, node_desc, outstr_len); in cper_section_platform_memory2_to_ir()