Home
last modified time | relevance | path

Searched refs:inst_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dpostattach.ksh46 unset inst_type
55 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`"
H A Dattach.ksh90 unset inst_type
96 if [[ -n "$inst_type" ]]; then
99 inst_type="archive"
103 if [[ -n "$inst_type" ]]; then
106 inst_type="directory"
115 if [[ -n "$inst_type" ]]; then
118 inst_type="stdin"
129 if [[ $noexecute == 1 && -n "$inst_type" ]]; then
147 if [[ -z "$inst_type" ]]; then
148 inst_type="directory"
[all …]
H A Dimage_install.ksh120 unset inst_type
140 if [[ -n "$inst_type" ]]; then
143 inst_type="archive"
147 if [[ -n "$inst_type" ]]; then
150 inst_type="directory"
156 if [[ -n "$inst_type" ]]; then
159 inst_type="stdin"
211 install_image "$inst_type" "$install_media"
248 add_svc_tag "$ZONENAME" "install $inst_type `basename $install_media`"
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm.h352 int inst_type; member
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dvmexit.c385 EPRINTLN("\tinst_type\t\t%d", vme->u.vmx.inst_type); in vmexit_vmx()
/illumos-gate/usr/src/test/bhyve-tests/tests/common/
H A Din_guest.c241 vexit->u.vmx.inst_type, in test_fail_vmexit()
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c2618 vmexit->u.vmx.inst_type = 0; in vmx_exit_process()
2653 vmexit->u.vmx.inst_type = rc; in vmx_exit_inst_error()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c200 printf("\tinst_type\t\t%d\n", vmexit->u.vmx.inst_type); in dump_vm_run_exitcode()