Searched refs:inst_type (Results 1 – 8 of 8) sorted by relevance
46 unset inst_type55 inst_type="archive"59 inst_type="directory"64 inst_type="stdin"74 [[ -z "$inst_type" ]] && inst_type="directory"77 add_svc_tag "$ZONENAME" "attach $inst_type `basename $install_media`"
90 unset inst_type96 if [[ -n "$inst_type" ]]; then99 inst_type="archive"103 if [[ -n "$inst_type" ]]; then106 inst_type="directory"115 if [[ -n "$inst_type" ]]; then118 inst_type="stdin"129 if [[ $noexecute == 1 && -n "$inst_type" ]]; then147 if [[ -z "$inst_type" ]]; then148 inst_type="directory"[all …]
120 unset inst_type140 if [[ -n "$inst_type" ]]; then143 inst_type="archive"147 if [[ -n "$inst_type" ]]; then150 inst_type="directory"156 if [[ -n "$inst_type" ]]; then159 inst_type="stdin"211 install_image "$inst_type" "$install_media"248 add_svc_tag "$ZONENAME" "install $inst_type `basename $install_media`"
352 int inst_type; member
385 EPRINTLN("\tinst_type\t\t%d", vme->u.vmx.inst_type); in vmexit_vmx()
241 vexit->u.vmx.inst_type, in test_fail_vmexit()
2618 vmexit->u.vmx.inst_type = 0; in vmx_exit_process()2653 vmexit->u.vmx.inst_type = rc; in vmx_exit_inst_error()
200 printf("\tinst_type\t\t%d\n", vmexit->u.vmx.inst_type); in dump_vm_run_exitcode()