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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c232 while ((spa = spa_next(spa)) != NULL) {
322 while ((spa = spa_next(spa)) != NULL) {
H A Dspa_misc.c124 * spa_next() Returns the next spa_t in the system, or the
764 spa_next(spa_t *prev) function
H A Dspa.c4997 while ((altspa = spa_next(altspa)) != NULL) {
6802 while ((spa = spa_next(spa)) != NULL) {
6834 while ((spa = spa_next(NULL)) != NULL) {
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h709 extern spa_t *spa_next(spa_t *prev);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5307 while ((spa = spa_next(spa)) != NULL)
5801 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa))
5803 (void) printf("spa_next: found %s\n", spa_name(spa));

Completed in 98 milliseconds