Home
last modified time | relevance | path

Searched refs:snapshotTree (Results 1 – 13 of 13) sorted by relevance

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/cmd/ctr/commands/snapshots/
H A Dsnapshots.go558 type snapshotTree struct { struct
563 func newSnapshotTree() *snapshotTree {
564 return &snapshotTree{
574 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
596 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
600 func printTree(st *snapshotTree) { argument
609 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go558 type snapshotTree struct { struct
563 func newSnapshotTree() *snapshotTree {
564 return &snapshotTree{
574 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
596 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
600 func printTree(st *snapshotTree) { argument
609 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go574 type snapshotTree struct { struct
579 func newSnapshotTree() *snapshotTree {
580 return &snapshotTree{
590 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
612 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
616 func printTree(st *snapshotTree) { argument
625 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go574 type snapshotTree struct { struct
579 func newSnapshotTree() *snapshotTree {
580 return &snapshotTree{
590 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
612 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
616 func printTree(st *snapshotTree) { argument
625 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go574 type snapshotTree struct { struct
579 func newSnapshotTree() *snapshotTree {
580 return &snapshotTree{
590 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
612 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
616 func printTree(st *snapshotTree) { argument
625 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go558 type snapshotTree struct { struct
563 func newSnapshotTree() *snapshotTree {
564 return &snapshotTree{
574 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
596 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
600 func printTree(st *snapshotTree) { argument
609 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go558 type snapshotTree struct { struct
563 func newSnapshotTree() *snapshotTree {
564 return &snapshotTree{
574 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
596 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
600 func printTree(st *snapshotTree) { argument
609 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/cmd/ctr/commands/snapshots/
H A Dsnapshots.go558 type snapshotTree struct { struct
563 func newSnapshotTree() *snapshotTree {
564 return &snapshotTree{
574 func (st *snapshotTree) add(info snapshots.Info) *snapshotTreeNode { argument
596 func (st *snapshotTree) get(name string) *snapshotTreeNode { argument
600 func printTree(st *snapshotTree) { argument
609 func printNode(name string, tree *snapshotTree, level int) { argument
/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_vi.c2523 esxVI_VirtualMachineSnapshotTree *snapshotTree; in esxVI_GetNumberOfSnapshotTrees() local
2525 for (snapshotTree = snapshotTreeList; snapshotTree; in esxVI_GetNumberOfSnapshotTrees()
2526 snapshotTree = snapshotTree->_next) { in esxVI_GetNumberOfSnapshotTrees()
2547 esxVI_VirtualMachineSnapshotTree *snapshotTree; in esxVI_GetSnapshotTreeNames() local
2549 for (snapshotTree = snapshotTreeList; in esxVI_GetSnapshotTreeNames()
2550 snapshotTree && count < nameslen; in esxVI_GetSnapshotTreeNames()
2551 snapshotTree = snapshotTree->_next) { in esxVI_GetSnapshotTreeNames()
2594 if (!snapshotTree || *snapshotTree || in esxVI_GetSnapshotTreeByName()
2603 *snapshotTree = candidate; in esxVI_GetSnapshotTreeByName()
2639 ESX_VI_CHECK_ARG_LIST(snapshotTree); in esxVI_GetSnapshotTreeBySnapshot()
[all …]
H A Desx_driver.c4021 &snapshotTree, NULL, in esxDomainSnapshotCreateXML()
4026 if (snapshotTree) { in esxDomainSnapshotCreateXML()
4089 def.parent.description = snapshotTree->description; in esxDomainSnapshotGetXMLDesc()
4098 (snapshotTree->state); in esxDomainSnapshotGetXMLDesc()
4217 &snapshotTree, NULL, in esxDomainSnapshotNumChildren()
4272 &snapshotTree, NULL, in esxDomainSnapshotListChildrenNames()
4378 snapshotTree->name); in esxDomainSnapshotGetParent()
4436 &snapshotTree, NULL, in esxDomainSnapshotIsCurrent()
4473 &snapshotTree, NULL, in esxDomainSnapshotHasMetadata()
4505 &snapshotTree, NULL, in esxDomainRevertToSnapshot()
[all …]
H A Desx_vi.h367 esxVI_VirtualMachineSnapshotTree **snapshotTree,
374 esxVI_VirtualMachineSnapshotTree **snapshotTree);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/vmware/govmomi/object/
H A Dvirtual_machine.go500 snapshotTree := o.Snapshot.RootSnapshotList
501 if len(snapshotTree) < 1 {
505 snapshot, err := traverseSnapshotInTree(snapshotTree, name)
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/vmware/govmomi/object/
H A Dvirtual_machine.go500 snapshotTree := o.Snapshot.RootSnapshotList
501 if len(snapshotTree) < 1 {
505 snapshot, err := traverseSnapshotInTree(snapshotTree, name)