Searched refs:text_buf (Results 1 – 1 of 1) sorted by relevance
7510 char *text_buf; in format_feature() local7536 text_buf = OSAL_VZALLOC(p_hwfn, text_size_bytes); in format_feature()7537 if (!text_buf) { in format_feature()7547 text_buf); in format_feature()7549 OSAL_VFREE(p_hwfn, text_buf); in format_feature()7558 text_buf[i] = '\n'; in format_feature()7565 feature->dump_buf = (u8 *)text_buf; in format_feature()