Searched refs:buf_p (Results 1 – 1 of 1) sorted by relevance
789 char *buf_p = buffer; in htt_make_u8_list_str() local800 bytes = qdf_snprint(buf_p, space, "%d,", val); in htt_make_u8_list_str()803 buf_p += bytes; in htt_make_u8_list_str()808 if (buf_p == buffer) in htt_make_u8_list_str()809 *buf_p = '\0'; /* nothing was written */ in htt_make_u8_list_str()811 *(buf_p - 1) = '\0'; /* erase the final comma */ in htt_make_u8_list_str()819 char *buf_p = buffer; in htt_make_u16_list_str() local829 bytes = qdf_snprint(buf_p, space, "%d,", val); in htt_make_u16_list_str()832 buf_p += bytes; in htt_make_u16_list_str()838 if (buf_p == buffer) in htt_make_u16_list_str()[all …]