Lines Matching defs:execute
295 "'no-execute' mode. When -n is used, the information "
309 "'no-execute' mode. When -n is\n\tused, the information "
2033 * If the brand has its own verification routine, execute it now.
4299 boolean_t execute = B_TRUE;
4322 execute = B_FALSE;
4331 execute = B_FALSE;
4333 if (execute) {
4393 if (execute && zonecfg_grab_lock_file(target_zone, &lockfd) != Z_OK) {
4405 if (execute) {
4424 if (execute) {
4449 if (execute && zonecfg_find_mounts(zonepath, NULL, NULL)) {
4468 (execute ? 0 : ZONE_DRY_RUN))) != Z_OK) {
4481 * no-execute option.
4483 if (execute && (err = zone_set_state(target_zone,
4490 if (execute) {
4639 boolean_t execute = B_TRUE;
4672 execute = B_FALSE;
4699 execute = B_TRUE;
4703 if (!execute && force) {
4709 * If the no-execute option was specified, we don't do validation and
4713 if (execute) {
4775 if (execute && !brand_help) {
4795 if (execute && !brand_help) {
4813 if (!execute || brand_help) {
4814 if (!execute)
5556 * return. Otherwise, execute the hook.