Home
last modified time | relevance | path

Searched refs:fcn_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/tnf/prex/
H A Dfcn.c54 static void fcn_destroy(fcn_t * fcn_p);
55 static void fcn_print(FILE * stream, fcn_t * fcn_p);
67 fcn_t *new_p; in fcn()
68 fcn_t *old_p; in fcn()
76 new_p = new(fcn_t); in fcn()
120 fcn_destroy(fcn_t * fcn_p) in fcn_destroy()
146 fcn_t *fcn_p; in fcn_list()
148 fcn_p = (fcn_t *) & g_fcnlist; in fcn_list()
149 while ((fcn_p = (fcn_t *) queue_next(&g_fcnlist, &fcn_p->qn))) { in fcn_list()
161 fcn_print(FILE * stream, fcn_t * fcn_p) in fcn_print()
[all …]
H A Dfcn.h49 } fcn_t; typedef
58 fcn_t *fcn_find(char *name_p);
H A Dcmd.c208 fcn_t *fcn_p; in cmd_traverse()
240 fcn_t *fcn_p; in cmd_callback()
H A Dcmd.h78 fcn_t * fcn_p,
H A Dmain.c125 static tnfctl_errcode_t percmd(expr_t *expr_p, cmd_kind_t kind, fcn_t *fcn_p,
390 percmd(expr_t *expr_p, cmd_kind_t kind, fcn_t *fcn_p, boolean_t isnew, in percmd()