Lines Matching +defs:user +defs:attr

170 	"attr",
232 "user",
279 "add attr",
310 "remove attr ",
324 "select attr ",
360 "info attr ",
502 "set user=",
1225 gettext("<single user or role name>"));
2176 "to even the root user; "
2256 "to even the root user; "
2543 * so that the user can later create a new zone with the same name.
2583 * user if the zone is not configured. In force mode, we don't
2625 * begin with, then user had typed delete (or delete -F) multiple
3114 /* traditional, qualified attr removal */
3130 * unqualified attr removal. remove all attrs but prompt if more
3133 if (!prompt_remove_resource(cmd, "attr"))
3136 if ((err = zonecfg_del_all_resources(handle, "attr")) != Z_OK)
3299 /* traditional, qualified attr removal */
4062 "to even the root user; "
4239 * Special case: the user can change the zone name prior to 'create';
4995 struct zone_fstab lookup, user;
5005 if (fill_in_fstab(cmd, &user, B_TRUE) != Z_OK)
5007 if (strlen(user.zone_fs_dir) > 0 &&
5008 strcmp(user.zone_fs_dir, lookup.zone_fs_dir) != 0)
5010 if (strlen(user.zone_fs_special) > 0 &&
5011 strcmp(user.zone_fs_special, lookup.zone_fs_special) != 0)
5013 if (strlen(user.zone_fs_type) > 0 &&
5014 strcmp(user.zone_fs_type, lookup.zone_fs_type) != 0)
5023 * If a property n/v pair was specified, warn the user if there was
5045 struct zone_nwiftab lookup, user;
5055 if (fill_in_nwiftab(cmd, &user, B_TRUE) != Z_OK)
5057 if (strlen(user.zone_nwif_physical) > 0 &&
5058 strcmp(user.zone_nwif_physical,
5062 if (strlen(user.zone_nwif_address) > 0 &&
5063 !zonecfg_same_net_address(user.zone_nwif_address,
5071 * If a property n/v pair was specified, warn the user if there was
5089 struct zone_devtab lookup, user;
5099 if (fill_in_devtab(cmd, &user, B_TRUE) != Z_OK)
5101 if (strlen(user.zone_dev_match) > 0 &&
5102 strcmp(user.zone_dev_match, lookup.zone_dev_match) != 0)
5109 * If a property n/v pair was specified, warn the user if there was
5137 struct zone_rctltab lookup, user;
5145 } else if (fill_in_rctltab(cmd, &user, B_TRUE) == Z_OK &&
5146 (strlen(user.zone_rctl_name) == 0 ||
5147 strcmp(user.zone_rctl_name, lookup.zone_rctl_name) == 0)) {
5155 * If a property n/v pair was specified, warn the user if there was
5175 struct zone_attrtab lookup, user;
5185 if (fill_in_attrtab(cmd, &user, B_TRUE) != Z_OK)
5187 if (strlen(user.zone_attr_name) > 0 &&
5188 strcmp(user.zone_attr_name, lookup.zone_attr_name) != 0)
5190 if (strlen(user.zone_attr_type) > 0 &&
5191 strcmp(user.zone_attr_type, lookup.zone_attr_type) != 0)
5193 if (strlen(user.zone_attr_value) > 0 &&
5194 strcmp(user.zone_attr_value, lookup.zone_attr_value) != 0)
5201 * If a property n/v pair was specified, warn the user if there was
5219 struct zone_dstab lookup, user;
5229 if (fill_in_dstab(cmd, &user, B_TRUE) != Z_OK)
5231 if (strlen(user.zone_dataset_name) > 0 &&
5232 strcmp(user.zone_dataset_name,
5240 * If a property n/v pair was specified, warn the user if there was
5395 struct zone_admintab lookup, user;
5408 if (fill_in_admintab(cmd, &user, B_TRUE) != Z_OK)
5410 if (strlen(user.zone_admin_user) > 0 &&
5411 strcmp(user.zone_admin_user, lookup.zone_admin_user) != 0)
5418 * If a property n/v pair was specified, warn the user if there was
5644 check_reqd_prop(char *attr, int rt, int pt, int *ret_val)
5646 if (strlen(attr) == 0) {
6231 end_check_reqd(char *attr, int pt, boolean_t *validation_failed)
6233 if (strlen(attr) == 0) {
6626 * memory cap is empty then the user could have cleared
6983 * the user if we should really quit and the user said no).
7009 * If the user hits ^C then we want to catch it and
7010 * start over. If the user hits EOF then we want to
7050 * provide the user with a clue.
7117 * the command line is in argv format, we need to convert when the user