Searched refs:twalk (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | search.h | 70 void twalk(const void *, void (*)(const void *, VISIT, int));
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tsearch.c | 42 #pragma weak _twalk = twalk 131 twalk(const void *rt, /* Root of the tree to be walked */ function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | tsearch.c | 44 #define twalk ______twalk macro 51 #undef twalk macro 219 /* the original twalk allows specifying arbitrary node to start traversal. 225 void twalk(const Void_t* root, void(*action)(const Void_t*,VISIT,int) ) function 227 void twalk(root, action)
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | tsearch.c | 131 twalk(NODE *root, void (*action)(NODE *, VISIT, int)) function
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctprc2.c | 145 twalk((struct utab *)root, print_node);
|
H A D | acctprc.c | 172 twalk((struct utab *)root, print_node);
|
H A D | acctcon.c | 514 twalk((struct ctab *)root, print_node);
|
/illumos-gate/usr/src/cmd/tnf/prex/ |
H A D | list.c | 179 twalk(args.attrroot_p, printattrs); 456 twalk(an_p->valsroot_p, printvals);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 494 twalk(limbo_dirs, report_limbo);
|
/illumos-gate/usr/src/cmd/tsol/tnd/ |
H A D | tnd.c | 611 twalk(tp_tree, load_tp_entry);
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1282 twalk.3c \ 2368 twalk.3c := LINKSRC = tsearch.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 1070 void twalk(const void *rt, void (*action)());
|
Completed in 84 milliseconds