Home
last modified time | relevance | path

Searched refs:isVM (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/vendor/github.com/vmware/vmw-guestinfo/vmcheck/
H A Dvmcheck.go35 if isVM, err := hypervisorPortCheck(); err != nil || !isVM {
36 return isVM, err
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/vmw-guestinfo/vmcheck/
H A Dvmcheck_linux.go36 if isVM, err := hypervisorPortCheck(); err != nil || !isVM {
37 return isVM, err
H A Dvmcheck_test.go32 isVM, err := IsVirtualWorld()
36 t.Log("Running in a VM: ", isVM)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/vendor/github.com/vmware/vmw-guestinfo/vmcheck/
H A Dvmcheck.go35 if isVM, err := hypervisorPortCheck(); err != nil || !isVM {
36 return isVM, err
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/vendor/github.com/vmware/vmw-guestinfo/vmcheck/
H A Dvmcheck.go35 if isVM, err := hypervisorPortCheck(); err != nil || !isVM {
36 return isVM, err
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/guest/
H A Dutil_test.go27 if isVM, err := vmcheck.IsVirtualWorld(); !isVM || err != nil {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/vmw-guestinfo/examples/
H A Dmain.go26 isVM, err := vmcheck.IsVirtualWorld()
32 if !isVM {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/vendor/github.com/vmware/vmw-guestinfo/examples/
H A Dmain.go41 isVM, err := vmcheck.IsVirtualWorld()
46 if !isVM {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/vendor/github.com/vmware/vmw-guestinfo/examples/
H A Dmain.go41 isVM, err := vmcheck.IsVirtualWorld()
46 if !isVM {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/cmd/rpctool/
H A Dmain.go54 isVM, err := vmcheck.IsVirtualWorld()
59 if !isVM {
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/flags/
H A Dsearch.go194 isVM := false
197 isVM = true
207 ref, err = flag.searchIndex(c).FindByUuid(ctx, dc, flag.byUUID, isVM, iu)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/flags/
H A Dsearch.go194 isVM := false
197 isVM = true
207 ref, err = flag.searchIndex(c).FindByUuid(ctx, dc, flag.byUUID, isVM, iu)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/flags/
H A Dsearch.go194 isVM := false
197 isVM = true
207 ref, err = flag.searchIndex(c).FindByUuid(ctx, dc, flag.byUUID, isVM, iu)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/vm_wrapper/
H A DVMwrapper.py559 isVM = 0 variable
562 isVM = 1 variable
588 if isVM:
730 if isVM:
/dports/lang/mosh/mosh-0.2.7/src/
H A DMultiVMProcedures.cpp109 return Object::makeBool(argv[0].isVM()); in vmPEx()
329 return Object::makeBool(argv[0].isVM()); in vmPEx()
H A DObject-accessors.h352 MOSH_ASSERT(isVM()); in toVM()
356 bool isVM() const in isVM() function
H A DProcedureMacro.h166 #define argumentAsVM(index, variableName) castArgument(index, variableName, isVM, vm, VM*, toVM)
H A DTextualOutputPort.cpp628 } else if (o.isVM()) { in print()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp7762 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
7763 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
7767 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
7832 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp7762 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
7763 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
7767 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
7832 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp7537 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
7538 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
7542 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
7607 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp7430 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
7431 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
7435 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
7500 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaDecl.cpp7454 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
7455 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
7459 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
7524 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaDecl.cpp8115 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
8116 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
8120 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
8191 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaDecl.cpp7952 bool isVM = T->isVariablyModifiedType(); in CheckVariableDeclarationType() local
7953 if (isVM || NewVD->hasAttr<CleanupAttr>() || in CheckVariableDeclarationType()
7957 if ((isVM && NewVD->hasLinkage()) || in CheckVariableDeclarationType()
8028 if (isVM && NewVD->hasAttr<BlocksAttr>()) { in CheckVariableDeclarationType()

12