Home
last modified time | relevance | path

Searched refs:VISIT (Results 1 – 20 of 20) sorted by relevance

/titanic_51/usr/src/head/
H A Dsearch.h64 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
70 void twalk(const void *, void (*)(const void *, VISIT, int));
/titanic_51/usr/src/lib/libc/port/gen/
H A Dtsearch.c57 static void __twalk(NODE *, void (*)(const void *, VISIT, int), int);
132 void (*action)(const void *, VISIT, int)) in twalk() argument
144 void (*action)(const void *, VISIT, int), in __twalk() argument
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dtsearch.c121 static void _twalk(NODE *, void (*)(NODE *, VISIT, int), int);
131 twalk(NODE *root, void (*action)(NODE *, VISIT, int)) in twalk() argument
146 _twalk(NODE *root, void (*action)(NODE *, VISIT, int), int level) in _twalk() argument
/titanic_51/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c95 static void free_cache_entry(void *, VISIT);
205 static void free_cache_entry(void *node, VISIT order) { in free_cache_entry()
262 (void (*)(void *, VISIT, int, void *))free_cache_entry, in cache_thr()
H A DSLPFindSrvTypes.c38 static void collect_types(void *, VISIT, int, void *);
260 static void collect_types(void *node, VISIT order, int level, void *cookie) { in collect_types()
H A Dslp-internal.h224 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
225 extern void slp_twalk(void *, void (*)(void *, VISIT, int, void *),
H A Dslp_search.c59 void (*action)(void *, VISIT, int, void *), in slp_twalk() argument
H A DSLPFindSrvs.c48 static void process_surl_node(void *, VISIT, int, void *);
518 static void process_surl_node(void *node, VISIT order, int level, void *c) { in process_surl_node()
H A DSLPFindAttrs.c44 static void collect_attrs(void *, VISIT, int, void *);
553 static void collect_attrs(void *node, VISIT order, int level, void *cookie) { in collect_attrs()
H A DSLPUtils.c54 static void collect_scopes(void *, VISIT, int, void *);
414 static void collect_scopes(void *node, VISIT order, int level, void *cookie) { in collect_scopes()
H A Dslp_net.c112 static void free_pr_node(void *, VISIT, int, void *);
1276 static void free_pr_node(void *node, VISIT order, int level, void *cookie) { in free_pr_node()
/titanic_51/usr/src/cmd/tnf/prex/
H A Dlist.c95 static void printattrs(const void *node, VISIT order, int level);
96 static void printvals(const void *node, VISIT order, int level);
449 VISIT order, in printattrs()
468 VISIT order, in printvals()
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dsearch.h35 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/titanic_51/usr/src/lib/libast/common/comp/
H A Dtsearch.c199 static void _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) in _twalk() argument
225 void twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) in twalk() argument
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtsearch.c201 static void _twalk(Tree_t* obj, void(*action)(const Void_t*,VISIT,int), int level) in _twalk() argument
227 void twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) in twalk() argument
/titanic_51/usr/src/cmd/acct/
H A Dacctprc2.c129 void print_node(const void *node, VISIT order, int level) { in print_node()
H A Dacctcon.c107 static void print_node(const void *, VISIT, int);
499 print_node(const void *node, VISIT order, int level) in print_node()
H A Dacctprc.c155 void print_node(const void *node, VISIT order, int level) { in print_node()
/titanic_51/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c140 static void report_limbo(const void *, VISIT, int);
823 report_limbo(const void *node, VISIT order, int level) in report_limbo()
/titanic_51/usr/src/cmd/tsol/tnd/
H A Dtnd.c617 load_tp_entry(struct tnd_tnrhtp_c **tppp, VISIT visit, int level) in load_tp_entry()