Searched refs:buf_p (Results 1 – 1 of 1) sorted by relevance
253 static int arm_spe_pkt_out_string(int *err, char **buf_p, size_t *blen, in arm_spe_pkt_out_string() argument264 ret = vsnprintf(*buf_p, *blen, fmt, ap); in arm_spe_pkt_out_string()276 (*buf_p)[*blen - 1] = '\0'; in arm_spe_pkt_out_string()285 *buf_p += ret; in arm_spe_pkt_out_string()
Completed in 4 milliseconds