Searched refs:col_subopts (Results 1 – 1 of 1) sorted by relevance
2212 static const char *const col_subopts[] = in zfs_do_get() local2228 for (c = 0; c < ARRAY_SIZE(col_subopts); ++c) in zfs_do_get()2229 if (strcmp(tok, col_subopts[c]) == 0) in zfs_do_get()9034 static const char *const col_subopts[ in zfs_do_wait() local9037 for (i = 0; i < ARRAY_SIZE(col_subopts); ++i) in zfs_do_wait()9038 if (strcmp(tok, col_subopts[i]) == 0) { in zfs_do_wait()