Lines Matching refs:property

211 		return (gettext("\tcreate [-fnd] [-o property=value] ... \n"
212 "\t [-O file-system-property=value] ... \n"
225 "\timport [-o mntopts] [-o property=value] ... \n"
228 "\timport [-o mntopts] [-o property=value] ... \n"
238 return (gettext("\tlist [-Hp] [-o property[,...]] "
262 "<\"all\" | property[,...]> <pool> ...\n"));
264 return (gettext("\tset <property=value> <pool> \n"));
267 "\t [-o property=value] <pool> <newpool> "
279 * Callback routine that will print out a pool property value.
406 * Add a property pair (name, string-value) into a property nvlist.
432 (void) fprintf(stderr, gettext("property '%s' is "
433 "not a valid pool property\n"), propname);
466 (void) fprintf(stderr, gettext("property '%s' "
770 * zpool create [-fnd] [-o property=value] ...
771 * [-O file-system-property=value] ...
780 * -o Set property=value.
1003 * the property is set appropriately prior to creating the pool.
1943 * -o Set property=value and/or temporary mount options (without '=').
2840 char property[ZPOOL_MAXPROPLEN];
2867 if (zpool_get_prop(zhp, pl->pl_prop, property,
2868 sizeof (property), NULL, cb->cb_literal) != 0)
2871 propstr = property;
2876 zpool_prop_get_feature(zhp, pl->pl_user_prop, property,
2877 sizeof (property)) == 0) {
2878 propstr = property;
3360 * -o Set property=value, or set mount options.
4887 (void) printf(gettext(" 6 bootfs pool property\n"));
4895 (void) printf(gettext(" 13 snapused property\n"));
4898 (void) printf(gettext(" 16 stmf property support\n"));
5143 * over the name property when 'all' is specified.
5174 * zpool get [-Hp] [-o "all" | field[,...]] <"all" | property[,...]> <pool> ...
5179 * "name,property,value,source".
5220 { "name", "property", "value", "source",
5277 (void) fprintf(stderr, gettext("missing property "
5340 (void) fprintf(stderr, gettext("missing property=value "
5359 "property=value argument\n"));