Home
last modified time | relevance | path

Searched refs:portPath (Results 1 – 25 of 57) sorted by relevance

123

/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go196 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
197 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
203 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
208 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
214 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
219 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
225 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
228 counters, err := parseInfiniBandCounters(portPath)
237 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
240 path := filepath.Join(portPath, "counters")
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/prometheus/procfs/procfs-0.0.3/sysfs/
H A Dclass_infiniband.go196 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
197 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
203 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
208 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
214 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
219 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
225 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
228 counters, err := parseInfiniBandCounters(portPath)
237 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
240 path := filepath.Join(portPath, "counters")
[all …]
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/prometheus/procfs/procfs-0.0.3/sysfs/
H A Dclass_infiniband.go196 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
197 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
203 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
208 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
214 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
219 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
225 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
228 counters, err := parseInfiniBandCounters(portPath)
237 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
240 path := filepath.Join(portPath, "counters")
[all …]
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/app/
H A DMain.hs21 { portPath :: FilePath, function
25 { portPath :: FilePath, function
60 fileExists <- doesFileExist $ portPath </> "Makefile"
67 absPortPath <- liftIO $ makeAbsolute portPath
74 origin <- takeOrigin `orThrowNotFound` (portsDir </> portPath)
79 origin <- takeOrigin `orThrowNotFound` (portsDir </> portPath)
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/procfs/procfs-0.0.10/sysfs/
H A Dclass_infiniband.go196 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
197 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
203 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
208 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
214 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
219 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
225 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
228 counters, err := parseInfiniBandCounters(portPath)
237 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
240 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go206 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
207 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
213 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
218 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
224 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
229 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
235 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
238 counters, err := parseInfiniBandCounters(portPath)
247 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
250 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go206 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
207 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
213 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
218 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
224 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
229 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
235 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
238 counters, err := parseInfiniBandCounters(portPath)
247 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
250 path := filepath.Join(portPath, "counters")
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go196 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
197 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
203 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
208 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
214 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
219 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
225 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
228 counters, err := parseInfiniBandCounters(portPath)
237 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
240 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-mgmt/php-fpm_exporter/php-fpm_exporter-2.0.4/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go196 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
197 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
203 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
208 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
214 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
219 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
225 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
228 counters, err := parseInfiniBandCounters(portPath)
237 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
240 path := filepath.Join(portPath, "counters")
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %s: %s", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %s: %s", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %s: %s", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/prometheus/procfs/sysfs/
H A Dclass_infiniband.go200 portPath := fs.sys.Path(infinibandClassPath, name, "ports", port)
201 content, err := ioutil.ReadFile(filepath.Join(portPath, "state"))
207 return nil, fmt.Errorf("could not parse state file in %q: %w", portPath, err)
212 content, err = ioutil.ReadFile(filepath.Join(portPath, "phys_state"))
218 return nil, fmt.Errorf("could not parse phys_state file in %q: %w", portPath, err)
223 content, err = ioutil.ReadFile(filepath.Join(portPath, "rate"))
229 return nil, fmt.Errorf("could not parse rate file in %q: %w", portPath, err)
232 counters, err := parseInfiniBandCounters(portPath)
241 func parseInfiniBandCounters(portPath string) (*InfiniBandCounters, error) {
244 path := filepath.Join(portPath, "counters")
[all …]

123