Home
last modified time | relevance | path

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

/illumos-gate/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));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtsearch.c55 static void __twalk(NODE *, void (*)(const void *, VISIT, int), int);
130 void (*action)(const void *, VISIT, int)) in twalk() argument
142 void (*action)(const void *, VISIT, int), in __twalk() argument
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c93 static void free_cache_entry(void *, VISIT, int, void *);
204 free_cache_entry(void *node, VISIT order, int arg __unused, void *arg1 __unused) in free_cache_entry()
H A DSLPFindSrvTypes.c36 static void collect_types(void *, VISIT, int, void *);
258 static void collect_types(void *node, VISIT order, int level, void *cookie) { in collect_types()
H A Dslp-internal.h222 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
223 extern void slp_twalk(void *, void (*)(void *, VISIT, int, void *),
H A Dslp_search.c57 void (*action)(void *, VISIT, int, void *), in slp_twalk() argument
H A DSLPFindSrvs.c46 static void process_surl_node(void *, VISIT, int, void *);
515 static void process_surl_node(void *node, VISIT order, int level, void *c) { in process_surl_node()
H A DSLPFindAttrs.c42 static void collect_attrs(void *, VISIT, int, void *);
550 static void collect_attrs(void *node, VISIT order, int level, void *cookie) { in collect_attrs()
H A DSLPUtils.c52 static void collect_scopes(void *, VISIT, int, void *);
413 static void collect_scopes(void *node, VISIT order, int level, void *cookie) { in collect_scopes()
H A Dslp_net.c110 static void free_pr_node(void *, VISIT, int, void *);
1277 static void free_pr_node(void *node, VISIT order, int level, void *cookie) { in free_pr_node()
/illumos-gate/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
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc2.c129 void print_node(const void *node, VISIT order, int level) { in print_node()
H A Dacctcon.c105 static void print_node(const void *, VISIT, int);
498 print_node(const void *node, VISIT order, int level) in print_node()
H A Dacctprc.c154 void print_node(const void *node, VISIT order, int level) { in print_node()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c140 static void report_limbo(const void *, VISIT, int);
858 report_limbo(const void *node, VISIT order, int level) in report_limbo()
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c615 load_tp_entry(struct tnd_tnrhtp_c **tppp, VISIT visit, int level) in load_tp_entry()