Searched refs:set_p (Results 1 – 8 of 8) sorted by relevance
53 static void set_destroy(set_t * set_p);54 static void set_print(FILE * stream, set_t * set_p);91 set_destroy(set_t * set_p) in set_destroy() argument93 if (!set_p) in set_destroy()97 if (!queue_isempty(&set_p->qn)) in set_destroy()98 (void) queue_remove(&set_p->qn); in set_destroy()100 if (set_p->setname_p) in set_destroy()101 free(set_p->setname_p); in set_destroy()104 expr_destroy(set_p->exprlist_p); in set_destroy()106 free(set_p); in set_destroy()[all …]
64 set_t *set_p; in cmd_set() local66 set_p = set_find(setname_p); in cmd_set()67 if (!set_p) { in cmd_set()82 new_p->expr.expr_p = expr_dup(set_p->exprlist_p); in cmd_set()
118 set_t *set_p; in list_set() local122 set_p = set_find(setname_p); in list_set()123 if (!set_p) { in list_set()128 args.exprlist_p = set_p->exprlist_p; in list_set()
64 boolean_t set_match(set_t * set_p, const char *name, const char *keys);
100 tnf_probe_setup_t *set_p) in tnf_trace_alloc() argument280 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() argument343 (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() argument360 (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[all …]
61 tnf_probe_debug(tnf_probe_setup_t *set_p) in tnf_probe_debug() argument74 probe_p = set_p->probe_p; in tnf_probe_debug()75 buffer = set_p->buffer_p; in tnf_probe_debug()205 tnf_probe_empty(tnf_probe_setup_t *set_p) in tnf_probe_empty() argument
97 tnf_probe_setup_t *set_p);100 tnf_probe_setup_t *set_p);757 tnf_probe_setup_t *set_p) in tnf_threaded_test() argument763 return (probe_p->alloc_func(tpd_p, probe_p, set_p)); in tnf_threaded_test()775 tnf_probe_setup_t *set_p) in tnf_non_threaded_test() argument781 return (probe_p->alloc_func(tpd_p, probe_p, set_p)); in tnf_non_threaded_test()
95 tnf_probe_setup_t *set_p) in tnf_trace_alloc() argument228 set_p->tpd_p = ops; in tnf_trace_alloc()229 set_p->buffer_p = buffer; in tnf_trace_alloc()230 set_p->probe_p = probe_p; in tnf_trace_alloc()284 tnf_trace_commit(tnf_probe_setup_t *set_p) in tnf_trace_commit() argument290 ops = set_p->tpd_p; in tnf_trace_commit()309 tnf_trace_rollback(tnf_probe_setup_t *set_p) in tnf_trace_rollback() argument315 ops = set_p->tpd_p; in tnf_trace_rollback()