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

/opensolaris-onvv-gate/usr/src/cmd/tnf/prex/
H A Dfcn.h49 } fcn_t; typedef in typeref:struct:fcn
58 fcn_t *fcn_find(char *name_p);
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;
68 fcn_t *old_p;
76 new_p = new(fcn_t);
120 fcn_destroy(fcn_t * fcn_p)
146 fcn_t *fcn_p;
148 fcn_p = (fcn_t *) & g_fcnlist;
149 while ((fcn_p = (fcn_t *) queue_next(&g_fcnlist, &fcn_p->qn))) {
161 fcn_print(FILE * stream, fcn_t * fcn_
[all...]
H A Dcmd.h78 fcn_t * fcn_p,
H A Dcmd.c208 fcn_t *fcn_p;
240 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,

Completed in 93 milliseconds