Home
last modified time | relevance | path

Searched defs:HcsSystem (Results 1 – 25 of 48) sorted by relevance

12

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go121 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
130 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
144 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
158 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
167 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
181 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
227 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
236 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
250 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
370 func hcsSaveComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
H A Dvmcompute.go50 type HcsSystem syscall.Handle type
169 func HcsCloseComputeSystem(ctx gcontext.Context, computeSystem HcsSystem) (hr error) {
179 func HcsStartComputeSystem(ctx gcontext.Context, computeSystem HcsSystem, options string) (result s…
202 func HcsShutdownComputeSystem(ctx gcontext.Context, computeSystem HcsSystem, options string) (resul…
225 func HcsTerminateComputeSystem(ctx gcontext.Context, computeSystem HcsSystem, options string) (resu…
248 func HcsPauseComputeSystem(ctx gcontext.Context, computeSystem HcsSystem, options string) (result s…
271 func HcsResumeComputeSystem(ctx gcontext.Context, computeSystem HcsSystem, options string) (result …
294 func HcsGetComputeSystemProperties(ctx gcontext.Context, computeSystem HcsSystem, propertyQuery str…
321 func HcsModifyComputeSystem(ctx gcontext.Context, computeSystem HcsSystem, configuration string) (r…
404 func HcsOpenProcess(ctx gcontext.Context, computeSystem HcsSystem, pid uint32) (process HcsProcess,…
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go121 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
130 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
144 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
158 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
167 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
181 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
227 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
236 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
250 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
370 func hcsSaveComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go121 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
130 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
144 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
158 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
167 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
181 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
227 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
236 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
250 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
370 func hcsSaveComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go121 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
130 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
144 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
158 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
167 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
181 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
227 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
236 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
250 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
370 func hcsSaveComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go121 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
130 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
144 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
158 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
167 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
181 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
227 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
236 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
250 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
370 func hcsSaveComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go119 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
128 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
142 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
156 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
165 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
179 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
202 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
225 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
234 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
248 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/internal/vmcompute/
H A Dzsyscall_windows.go120 func hcsOpenComputeSystem(id string, computeSystem *HcsSystem, result **uint16) (hr error) {
129 func _hcsOpenComputeSystem(id *uint16, computeSystem *HcsSystem, result **uint16) (hr error) {
143 func hcsCloseComputeSystem(computeSystem HcsSystem) (hr error) {
157 func hcsStartComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
166 func _hcsStartComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
180 func hcsShutdownComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
203 func hcsTerminateComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error)…
226 func hcsPauseComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
235 func _hcsPauseComputeSystem(computeSystem HcsSystem, options *uint16, result **uint16) (hr error) {
249 func hcsResumeComputeSystem(computeSystem HcsSystem, options string, result **uint16) (hr error) {
[all …]

12