Searched refs:col_subopts (Results 1 – 1 of 1) sorted by relevance
2220 static const char *const col_subopts[] = in zfs_do_get() local2236 for (c = 0; c < ARRAY_SIZE(col_subopts); ++c) in zfs_do_get()2237 if (strcmp(tok, col_subopts[c]) == 0) in zfs_do_get()9253 static const char *const col_subopts[ in zfs_do_wait() local9256 for (i = 0; i < ARRAY_SIZE(col_subopts); ++i) in zfs_do_wait()9257 if (strcmp(tok, col_subopts[i]) == 0) { in zfs_do_wait()