Searched refs:ofield (Results 1 – 1 of 1) sorted by relevance
3199 char *ofield = NULL; in zfs_do_userspace() local3248 ofield = optarg; in zfs_do_userspace()3300 if (ofield == NULL) in zfs_do_userspace()3301 ofield = deffields; in zfs_do_userspace()3303 if ((delim = strchr(ofield, ',')) != NULL) in zfs_do_userspace()3305 if ((fields[cfield++] = us_field_index(ofield)) == -1) { in zfs_do_userspace()3307 "for -o option\n"), ofield); in zfs_do_userspace()3311 ofield = delim + 1; in zfs_do_userspace()