Searched refs:bufp (Results 1 – 7 of 7) sorted by relevance
/tools/perf/arch/powerpc/util/ |
D | header.c | 35 char *bufp; in get_cpuid_str() local 37 if (asprintf(&bufp, "%.8lx", mfspr(SPRN_PVR)) < 0) in get_cpuid_str() 38 bufp = NULL; in get_cpuid_str() 40 return bufp; in get_cpuid_str()
|
/tools/virtio/ringtest/ |
D | noring.c | 23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 64 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
D | ring.c | 143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 156 *bufp = data[index].buf; in get_buf() 226 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
D | virtio_ring_0_9.c | 152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 186 *bufp = (void*)(unsigned long)ring.desc[index].addr; in get_buf() 270 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument 302 *bufp = (void *)(unsigned long)desc->addr; in use_buf()
|
D | ptr_ring.c | 147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 197 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
/tools/testing/selftests/kvm/include/ |
D | test_util.h | 47 int test_seq_read(const char *path, char **bufp, size_t *sizep);
|
/tools/perf/util/ |
D | unwind-libunwind-local.c | 518 char __maybe_unused *bufp, size_t __maybe_unused buf_len, in get_proc_name() argument
|