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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c55 static mdsetnamelist_t *setlistp = NULL; variable
585 for (p = setlistp, n = NULL; (p != NULL); p = n) {
591 setlistp = NULL;
648 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
684 for (slp = setlistp; (slp != NULL); slp = slp->next) {
714 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
886 * Purge the application setlistp cache for the given set number.
897 for (prev = NULL, tail = &setlistp; (*tail != NULL);
904 setlistp = (*tail)->next;
925 * Purge the setlistp cach
[all...]

Completed in 23 milliseconds