Searched defs:pln_cache_anchor (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c575 static struct pln_cache *pln_cache_anchor = NULL; variable in typeref:struct:pln_cache
592 p->next = pln_cache_anchor;
593 pln_cache_anchor = p;
605 for (p = pln_cache_anchor; p != NULL; p = p->next) {
620 for (p = pln_cache_anchor; p != NULL; p = n) {
626 pln_cache_anchor = NULL;

Completed in 61 milliseconds