Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/arm-spe-decoder/
Darm-spe-pkt-decoder.c253 static int arm_spe_pkt_out_string(int *err, char **buf_p, size_t *blen, in arm_spe_pkt_out_string() argument
264 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()
/Linux-v6.1/drivers/net/wwan/iosm/
Diosm_ipc_mux.h304 u8 *buf_p; member
/Linux-v6.1/tools/testing/selftests/kvm/s390x/
Dmemop.c168 #define MEMOP(err, info_p, mop_target_p, access_mode_p, buf_p, size_p, ...) \ argument
174 .buf = (buf_p), \