Lines Matching refs:set_p
100 tnf_probe_setup_t *set_p) in tnf_trace_alloc() argument
280 set_p->tpd_p = ops; in tnf_trace_alloc()
281 set_p->buffer_p = buffer; in tnf_trace_alloc()
282 set_p->probe_p = probe_p; in tnf_trace_alloc()
334 tnf_trace_end(tnf_probe_setup_t *set_p) in tnf_trace_end() argument
343 (set_p->probe_p->commit_func)(set_p); in tnf_trace_end()
344 set_p->tpd_p->busy = 0; in tnf_trace_end()
352 tnf_trace_commit(tnf_probe_setup_t *set_p) in tnf_trace_commit() argument
360 (void) set_p->tpd_p->commit(&(set_p->tpd_p->wcb)); in tnf_trace_commit()
371 tnf_trace_rollback(tnf_probe_setup_t *set_p) in tnf_trace_rollback() argument
379 (void) set_p->tpd_p->rollback(&(set_p->tpd_p->wcb)); in tnf_trace_rollback()