Searched refs:buffer_p (Results 1 – 6 of 6) sorted by relevance
572 char *buffer_p = NULL; in build() local599 buffer_p = malloc(size); in build()600 if (!buffer_p) { in build()605 (void) memcpy(buffer_p, (void *) calltmpl[op].entry, size); in build()610 word_p = (unsigned *) (buffer_p + offset + prb_callinfo.offset); in build()628 word_p = (unsigned *) (buffer_p + offset + prb_callinfo.offset); in build()644 miscstat = hndl->p_write(hndl->proc_p, addr, buffer_p, size); in build()655 if (buffer_p) in build()656 free(buffer_p); in build()
75 buffer = set_p->buffer_p; in tnf_probe_debug()
281 set_p->buffer_p = buffer; in tnf_trace_alloc()
100 void *buffer_p;
229 set_p->buffer_p = buffer; in tnf_trace_alloc()
92 void *buffer_p; member