Home
last modified time | relevance | path

Searched refs:socketPath (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/cache/
H A Ddesired_state_of_world_test.go31 err := dsw.AddOrUpdatePlugin(socketPath)
42 if dswPlugins[0].SocketPath != socketPath {
47 if !dsw.PluginExists(socketPath) {
59 err := dsw.AddOrUpdatePlugin(socketPath)
75 err = dsw.AddOrUpdatePlugin(socketPath)
99 socketPath := ""
100 err := dsw.AddOrUpdatePlugin(socketPath)
110 if dsw.PluginExists(socketPath) {
122 err := dsw.AddOrUpdatePlugin(socketPath)
129 dsw.RemovePlugin(socketPath)
[all …]
H A Ddesired_state_of_world.go39 AddOrUpdatePlugin(socketPath string) error
44 RemovePlugin(socketPath string)
52 PluginExists(socketPath string) bool
127 if socketPath == "" {
130 if _, ok := dsw.socketFileToInfo[socketPath]; ok {
138 dsw.socketFileToInfo[socketPath] = PluginInfo{
139 SocketPath: socketPath,
145 func (dsw *desiredStateOfWorld) RemovePlugin(socketPath string) {
149 delete(dsw.socketFileToInfo, socketPath)
163 func (dsw *desiredStateOfWorld) PluginExists(socketPath string) bool {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/pluginmanager/reconciler/
H A Dreconciler_test.go65 socketPath string,
87 socketPath string,
94 if plugin.SocketPath == socketPath {
196 dsw.AddOrUpdatePlugin(socketPath)
204 if aswPlugins[0].SocketPath != socketPath {
242 dsw.AddOrUpdatePlugin(socketPath)
254 dsw.RemovePlugin(socketPath)
255 os.Remove(socketPath)
256 waitForUnregistration(t, socketPath, asw)
298 dsw.AddOrUpdatePlugin(socketPath)
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/aptly/aptly-1.4.0/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/triton/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/triton/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/security/acmetool/acmetool-0.2.1/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cloudfoundry/socks5-proxy/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/docker-machine/machine-0.16.2/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/miekg/dns/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
36 socketPath,
46 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
48 return &unixListener{socketPath, c, ch}, nil
53 socketPath: socketPath,
64 socketPath string member
85 Name: l.socketPath,
100 l.socketPath,
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
37 socketPath,
47 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
49 return &unixListener{socketPath, c, ch}, nil
54 socketPath: socketPath,
65 socketPath string member
86 Name: l.socketPath,
101 l.socketPath,
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/crypto/ssh/
H A Dstreamlocal.go15 socketPath string member
30 socketPath string member
34 func (c *Client) ListenUnix(socketPath string) (net.Listener, error) {
37 socketPath,
47 ch := c.forwards.add(&net.UnixAddr{Name: socketPath, Net: "unix"})
49 return &unixListener{socketPath, c, ch}, nil
54 socketPath: socketPath,
65 socketPath string member
86 Name: l.socketPath,
101 l.socketPath,
[all …]

12345678910>>...21