Searched refs:ofield (Results 1 – 1 of 1) sorted by relevance
2704 char *ofield = NULL; in zfs_do_userspace() local2744 ofield = optarg; in zfs_do_userspace()2786 if (ofield == NULL) in zfs_do_userspace()2787 ofield = deffields; in zfs_do_userspace()2789 if ((delim = strchr(ofield, ',')) != NULL) in zfs_do_userspace()2791 if ((fields[cfield++] = us_field_index(ofield)) == -1) { in zfs_do_userspace()2793 "for -o option\n"), ofield); in zfs_do_userspace()2797 ofield = delim + 1; in zfs_do_userspace()