Lines Matching defs:user

288 		    "<\"everyone\"|user|group>[,...] <perm|@setname>[,...]\n"
297 "<\"everyone\"|user|group>[,...]\n"
460 (void) fprintf(fp, gettext("\nThe {user|group}{used|quota}@ "
462 "a user or group specifier of one of these forms:\n"
685 * If the user doesn't want the dataset
723 * For volumes, the user must specify a size to be used.
891 * verbose error message to let the user know that their filesystem was
893 * If the user doesn't want the dataset automatically mounted,
1473 * Prints properties for the given datasets. The user can control which
1797 * need to know the maximum name length. However, the user likely did
2141 "user identifier (FUID)\n"));
2198 * -n Print numeric ID instead of user/group name.
2205 * Displays space consumed by, and quotas on, each user in the specified
3164 * If the user specifies '-o all', the zprop_get_list() doesn't
4136 char who_ug_name[256]; /* user/group name */
4154 uu_avl_t *fsp_uge_avl; /* user,group,everyone */
4639 str = gettext("Allows adding a user hold to a snapshot");
4653 str = gettext("Allows releasing a user hold which\n\t\t\t\t"
4686 str = gettext("Allows changing any user property");
4705 boolean_t user;
4734 "-u", gettext("set permission for user"),
4813 int uge_sum = opts->user + opts->group + opts->everyone;
5049 if (opts->user) {
5060 "invalid user %s"), curr);
5100 "invalid user/group %s"), curr);
5200 who = gettext("user");
5312 opts.user = B_TRUE;
5487 * Apply a user-hold with the given tag to the list of snapshots.
5500 * Release a user-hold with the given tag from the list of snapshots.
6985 * Make sure the user has specified some command.