Searched refs:ofield (Results 1 – 1 of 1) sorted by relevance
3331 char *ofield = NULL; in zfs_do_userspace() local3380 ofield = optarg; in zfs_do_userspace()3432 if (ofield == NULL) in zfs_do_userspace()3433 ofield = deffields; in zfs_do_userspace()3435 if ((delim = strchr(ofield, ',')) != NULL) in zfs_do_userspace()3437 if ((fields[cfield++] = us_field_index(ofield)) == -1) { in zfs_do_userspace()3439 "for -o option\n"), ofield); in zfs_do_userspace()3443 ofield = delim + 1; in zfs_do_userspace()