Searched refs:ofield (Results 1 – 1 of 1) sorted by relevance
3395 char *ofield = NULL; in zfs_do_userspace() local3442 ofield = optarg; in zfs_do_userspace()3494 if (ofield == NULL) in zfs_do_userspace()3495 ofield = deffields; in zfs_do_userspace()3497 if ((delim = strchr(ofield, ',')) != NULL) in zfs_do_userspace()3499 if ((fields[cfield++] = us_field_index(ofield)) == -1) { in zfs_do_userspace()3501 "for -o option\n"), ofield); in zfs_do_userspace()3505 ofield = delim + 1; in zfs_do_userspace()