Lines Matching refs:property

219 		return (gettext("\tclone [-p] [-o property=value] ... "
222 return (gettext("\tcreate [-p] [-o property=value] ... "
224 "\tcreate [-ps] [-b blocksize] [-o property=value] ... "
235 "\t <\"all\" | property[,...]> "
238 return (gettext("\tinherit [-rS] <property> "
244 return (gettext("\tlist [-Hp] [-r|-d max] [-o property[,...]] "
245 "[-s property]...\n\t [-S property]... [-t type[,...]] "
272 return (gettext("\tset <property=value> ... "
277 return (gettext("\tsnapshot [-r] [-o property=value] ... "
469 gettext("\nFor the property list, run: %s\n"),
488 * Take a property=value argument string and add it to the given nvlist.
498 "'=' for property=value argument\n"));
504 (void) fprintf(stderr, gettext("property '%s' "
1460 * < all | property[,property]... > < fs | snap | vol > ...
1465 * -o Set of fields to display. One of "name,property,value,
1466 * received,source". Default is "name,property,value,source".
1474 * columns to display as well as which property types to allow.
1499 * the name property when 'all' is specified.
1515 gettext("No such property '%s'\n"),
1643 { "name", "property", "value", "received",
1780 (void) fprintf(stderr, gettext("missing property "
1796 * width for each property. For the 'NAME' (and 'SOURCE') columns, we
1799 * make sure we always include at least this property for
1824 * inherit [-rS] <property> <fs|vol> ...
1829 * For each dataset specified on the command line, inherit the given property
1830 * from its parent. Inheriting a property at the pool level will cause it to
1832 * useful for setting a property on a hierarchy-wide basis, regardless of any
1899 (void) fprintf(stderr, gettext("missing property argument\n"));
1914 "%s property is read-only\n"),
1919 (void) fprintf(stderr, gettext("'%s' property cannot "
1935 (void) fprintf(stderr, gettext("'%s' property cannot "
1940 (void) fprintf(stderr, gettext("invalid property '%s'\n"),
2883 * list [-Hp][-r|-d max] [-o property[,...]] [-s property] ... [-S property] ...
2957 char property[ZFS_MAXPROPLEN];
2974 (void) strlcpy(property, zfs_get_name(zhp),
2975 sizeof (property));
2976 propstr = property;
2979 if (zfs_prop_get(zhp, pl->pl_prop, property,
2980 sizeof (property), NULL, NULL, 0,
2984 propstr = property;
2988 property, sizeof (property), cb->cb_literal) != 0)
2991 propstr = property;
2995 property, sizeof (property), cb->cb_literal) != 0)
2998 propstr = property;
3084 gettext("invalid property '%s'\n"), optarg);
3092 gettext("invalid property '%s'\n"), optarg);
3166 * want this property to be first.
3490 * zfs set property=value ... { fs | snap | vol } ...
3503 (void) fprintf(stderr, gettext("property may be set "
3507 (void) fprintf(stderr, gettext("property may be set "
3537 (void) fprintf(stderr, gettext("missing property=value "
3564 /* Populate a list of property settings */
4680 str = gettext("Allows accessing any groupquota@... property");
4683 str = gettext("Allows reading any groupused@... property");
4686 str = gettext("Allows changing any user property");
4689 str = gettext("Allows accessing any userquota@... property");
4692 str = gettext("Allows reading any userused@... property");
4787 (void) fprintf(fp, fmt, props[i], gettext("property"), "");
5839 "sharenfs property on\n"));
5883 "'canmount' property is set to 'off'\n"), cmdname,