github.com/prometheus/procfs/internal/util.ValueParser.PUInt64 (method)

10 uses

	github.com/prometheus/procfs/internal/util (current package)
		valueparser.go#L71: func (vp *ValueParser) PUInt64() *uint64 {

	github.com/prometheus/procfs
		crypto.go#L91: 				newCryptoElem.Blocksize = vp.PUInt64()
		crypto.go#L93: 				newCryptoElem.Chunksize = vp.PUInt64()
		crypto.go#L95: 				newCryptoElem.Digestsize = vp.PUInt64()
		crypto.go#L103: 				newCryptoElem.Ivsize = vp.PUInt64()
		crypto.go#L105: 				newCryptoElem.Maxauthsize = vp.PUInt64()
		crypto.go#L107: 				newCryptoElem.MaxKeysize = vp.PUInt64()
		crypto.go#L109: 				newCryptoElem.MinKeysize = vp.PUInt64()
		crypto.go#L119: 				newCryptoElem.Seedsize = vp.PUInt64()
		crypto.go#L125: 				newCryptoElem.Walksize = vp.PUInt64()