OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 14 00:25:39 UTC 2026