Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c751 (void) write_nodes(hdp, NULL, CACHE_ROOT(hdp), next); in di_devlink_close()
813 if ((pdnp == NULL) ^ (cnp == CACHE_ROOT(hdp))) { in write_nodes()
821 (cnp == CACHE_ROOT(hdp))); in write_nodes()
1057 subtree_free(hdp, &(CACHE_ROOT(hdp))); in cache_free()
1609 cnp = (cnp) ? cnp->child : CACHE_ROOT(tnp->handle); in visit_node()
1715 } else if (cnp == CACHE_ROOT(hdp)) { in delete_unused_nodes()
1716 CACHE_ROOT(hdp) = NULL; in delete_unused_nodes()
H A Ddevinfo_devlink.h249 #define CACHE_ROOT(h) (CACHE(h)->root) macro