HomeSort by: relevance | last modified time | path
    Searched refs:spa_next (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c 253 while ((spa = spa_next(spa)) != NULL) {
348 while ((spa = spa_next(spa)) != NULL) {
spa_misc.c 134 * spa_next() Returns the next spa_t in the system, or the
940 spa_next(spa_t *prev) function
spa.c 5290 while ((altspa = spa_next(altspa)) != NULL) {
7176 while ((spa = spa_next(spa)) != NULL) {
7208 while ((spa = spa_next(NULL)) != NULL) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 729 extern spa_t *spa_next(spa_t *prev);
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 5299 while ((spa = spa_next(spa)) != NULL)
5793 for (spa = spa_next(NULL); spa != NULL; spa = spa_next(spa))
5795 (void) printf("spa_next: found %s\n", spa_name(spa));

Completed in 33 milliseconds