Home
last modified time | relevance | path

Searched refs:CACHE_EMPTY (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c731 if (CACHE_EMPTY(hdp)) { in di_devlink_close()
2185 if (CACHE_EMPTY(hdp) && cache_dev(hdp) != 0) { in walk_dev()
H A Ddevinfo_devlink.h252 #define CACHE_EMPTY(h) (CACHE(h)->root == NULL && CACHE(h)->dngl == NULL) macro