Home
last modified time | relevance | path

Searched refs:set_p (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/tnf/prex/
H A Dset.c53 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() argument
93 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 …]
H A Dcmd.c64 set_t *set_p; in cmd_set() local
66 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()
H A Dlist.c118 set_t *set_p; in list_set() local
122 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()
H A Dset.h64 boolean_t set_match(set_t * set_p, const char *name, const char *keys);
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c100 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
[all …]
H A Ddebug_funcs.c61 tnf_probe_debug(tnf_probe_setup_t *set_p) in tnf_probe_debug() argument
74 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
H A Dprobe_cntl.c97 tnf_probe_setup_t *set_p);
100 tnf_probe_setup_t *set_p);
757 tnf_probe_setup_t *set_p) in tnf_threaded_test() argument
763 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() argument
781 return (probe_p->alloc_func(tpd_p, probe_p, set_p)); in tnf_non_threaded_test()
/titanic_41/usr/src/uts/common/tnf/
H A Dtrace_funcs.c95 tnf_probe_setup_t *set_p) in tnf_trace_alloc() argument
228 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() argument
290 ops = set_p->tpd_p; in tnf_trace_commit()
309 tnf_trace_rollback(tnf_probe_setup_t *set_p) in tnf_trace_rollback() argument
315 ops = set_p->tpd_p; in tnf_trace_rollback()