Home
last modified time | relevance | path

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

/misc/
A Dtsearch.c686 trecurse (const void *vroot, __action_fn_t action, int level) in weak_alias()
688 const_node root = (const_node) vroot; in weak_alias()
709 __twalk (const void *vroot, __action_fn_t action) in __twalk() argument
711 const_node root = (const_node) vroot; in __twalk()
724 trecurse_r (const void *vroot, void (*action) (const void *, VISIT, void *), in weak_alias()
727 const_node root = (const_node) vroot; in weak_alias()
744 __twalk_r (const void *vroot, void (*action) (const void *, VISIT, void *), in __twalk_r() argument
747 const_node root = (const_node) vroot; in __twalk_r()
772 __tdestroy (void *vroot, __free_fn_t freefct) in __tdestroy() argument
774 node root = (node) vroot; in __tdestroy()

Completed in 4 milliseconds