Searched refs:col_opts (Results 1 – 2 of 2) sorted by relevance
321 const char *col_opts = strchr(name, ':'); in xo_encoder_init() local328 const char *opts = (col_opts == NULL) ? plus_opts in xo_encoder_init()329 : (plus_opts == NULL) ? col_opts in xo_encoder_init()330 : (plus_opts < col_opts) ? plus_opts : col_opts; in xo_encoder_init()
12663 static const char *const col_opts[] = in zpool_do_get() local12677 for (c = 0; c < ARRAY_SIZE(col_opts); ++c) in zpool_do_get()12678 if (strcmp(tok, col_opts[c]) == 0) in zpool_do_get()13325 static const char *const col_opts[] = { in zpool_do_wait() local13330 for (i = 0; i < ARRAY_SIZE(col_opts); ++i) in zpool_do_wait()13331 if (strcmp(tok, col_opts[i]) == 0) { in zpool_do_wait()