Home
last modified time | relevance | path

Searched refs:buf_p (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/arm-spe-decoder/
H A Darm-spe-pkt-decoder.c244 static int arm_spe_pkt_out_string(int *err, char **buf_p, size_t *blen, in arm_spe_pkt_out_string()
255 ret = vsnprintf(*buf_p, *blen, fmt, ap); in arm_spe_pkt_out_string()
267 (*buf_p)[*blen - 1] = '\0'; in arm_spe_pkt_out_string()
276 *buf_p += ret; in arm_spe_pkt_out_string()
240 arm_spe_pkt_out_string(int * err,char ** buf_p,size_t * blen,const char * fmt,...) arm_spe_pkt_out_string() argument
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.h304 u8 *buf_p; member
/linux/tools/testing/selftests/kvm/s390/
H A Dmemop.c191 #define MEMOP(err, info_p, mop_target_p, access_mode_p, buf_p, size_p, ...) \ argument
197 .buf = (buf_p), \