Lines Matching defs:user

234 	"user",
511 "set user=",
1251 gettext("<single user or role name>"));
2232 "to even the root user; "
2312 "to even the root user; "
2607 * so that the user can later create a new zone with the same name.
2647 * user if the zone is not configured. In force mode, we don't
2689 * begin with, then user had typed delete (or delete -F) multiple
4224 "to even the root user; "
4401 * Special case: the user can change the zone name prior to 'create';
5180 struct zone_fstab lookup, user;
5190 if (fill_in_fstab(cmd, &user, B_TRUE) != Z_OK)
5192 if (strlen(user.zone_fs_dir) > 0 &&
5193 strcmp(user.zone_fs_dir, lookup.zone_fs_dir) != 0)
5195 if (strlen(user.zone_fs_special) > 0 &&
5196 strcmp(user.zone_fs_special, lookup.zone_fs_special) != 0)
5198 if (strlen(user.zone_fs_type) > 0 &&
5199 strcmp(user.zone_fs_type, lookup.zone_fs_type) != 0)
5208 * If a property n/v pair was specified, warn the user if there was
5230 struct zone_nwiftab lookup, user;
5240 if (fill_in_nwiftab(cmd, &user, B_TRUE) != Z_OK)
5242 if (strlen(user.zone_nwif_physical) > 0 &&
5243 strcmp(user.zone_nwif_physical,
5247 if (strlen(user.zone_nwif_address) > 0 &&
5248 !zonecfg_same_net_address(user.zone_nwif_address,
5256 * If a property n/v pair was specified, warn the user if there was
5274 struct zone_devtab lookup, user;
5284 if (fill_in_devtab(cmd, &user, B_TRUE) != Z_OK)
5286 if (strlen(user.zone_dev_match) > 0 &&
5287 strcmp(user.zone_dev_match, lookup.zone_dev_match) != 0)
5294 * If a property n/v pair was specified, warn the user if there was
5322 struct zone_rctltab lookup, user;
5330 } else if (fill_in_rctltab(cmd, &user, B_TRUE) == Z_OK &&
5331 (strlen(user.zone_rctl_name) == 0 ||
5332 strcmp(user.zone_rctl_name, lookup.zone_rctl_name) == 0)) {
5340 * If a property n/v pair was specified, warn the user if there was
5360 struct zone_attrtab lookup, user;
5370 if (fill_in_attrtab(cmd, &user, B_TRUE) != Z_OK)
5372 if (strlen(user.zone_attr_name) > 0 &&
5373 strcmp(user.zone_attr_name, lookup.zone_attr_name) != 0)
5375 if (strlen(user.zone_attr_type) > 0 &&
5376 strcmp(user.zone_attr_type, lookup.zone_attr_type) != 0)
5378 if (strlen(user.zone_attr_value) > 0 &&
5379 strcmp(user.zone_attr_value, lookup.zone_attr_value) != 0)
5386 * If a property n/v pair was specified, warn the user if there was
5404 struct zone_dstab lookup, user;
5414 if (fill_in_dstab(cmd, &user, B_TRUE) != Z_OK)
5416 if (strlen(user.zone_dataset_name) > 0 &&
5417 strcmp(user.zone_dataset_name,
5425 * If a property n/v pair was specified, warn the user if there was
5589 struct zone_admintab lookup, user;
5602 if (fill_in_admintab(cmd, &user, B_TRUE) != Z_OK)
5604 if (strlen(user.zone_admin_user) > 0 &&
5605 strcmp(user.zone_admin_user, lookup.zone_admin_user) != 0)
5612 * If a property n/v pair was specified, warn the user if there was
6931 * memory cap is empty then the user could have cleared
7302 * the user if we should really quit and the user said no).
7328 * If the user hits ^C then we want to catch it and
7329 * start over. If the user hits EOF then we want to
7369 * provide the user with a clue.
7436 * the command line is in argv format, we need to convert when the user