/titanic_51/usr/src/head/ |
H A D | search.h | 64 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 D | tsearch.c | 57 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 D | tsearch.c | 121 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 D | slp_da_cache.c | 95 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 D | SLPFindSrvTypes.c | 38 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 D | slp-internal.h | 224 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef 225 extern void slp_twalk(void *, void (*)(void *, VISIT, int, void *),
|
H A D | slp_search.c | 59 void (*action)(void *, VISIT, int, void *), in slp_twalk() argument
|
H A D | SLPFindSrvs.c | 48 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 D | SLPFindAttrs.c | 44 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 D | SLPUtils.c | 54 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 D | slp_net.c | 112 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 D | list.c | 95 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 D | search.h | 35 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 199 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 D | tsearch.c | 201 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 D | acctprc2.c | 129 void print_node(const void *node, VISIT order, int level) { in print_node()
|
H A D | acctcon.c | 107 static void print_node(const void *, VISIT, int); 499 print_node(const void *node, VISIT order, int level) in print_node()
|
H A D | acctprc.c | 155 void print_node(const void *node, VISIT order, int level) { in print_node()
|
/titanic_51/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 140 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 D | tnd.c | 617 load_tp_entry(struct tnd_tnrhtp_c **tppp, VISIT visit, int level) in load_tp_entry()
|