Searched refs:type_opts (Results 1 – 2 of 2) sorted by relevance
74 typeset type_opts="everyone groups owner user@ users"75 for tp in ${type_opts[@]}; do
2287 static const char *const type_opts[] = { in zfs_do_get() local2308 for (i = 0; i < ARRAY_SIZE(type_opts); ++i) in zfs_do_get()2309 if (strcmp(tok, type_opts[i]) == 0) { in zfs_do_get()