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

/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c750 (void) write_nodes(hdp, NULL, CACHE_ROOT(hdp), next);
812 if ((pdnp == NULL) ^ (cnp == CACHE_ROOT(hdp))) {
820 (cnp == CACHE_ROOT(hdp)));
1056 subtree_free(hdp, &(CACHE_ROOT(hdp)));
1608 cnp = (cnp) ? cnp->child : CACHE_ROOT(tnp->handle);
1714 } else if (cnp == CACHE_ROOT(hdp)) {
1715 CACHE_ROOT(hdp) = NULL;
H A Ddevinfo_devlink.h249 #define CACHE_ROOT(h) (CACHE(h)->root) macro

Completed in 177 milliseconds