MCPcopy Index your code
hub / github.com/rabbitstack/fibratus / Driver

Struct Driver

pkg/sys/device.go:34–37  ·  view source on GitHub ↗

Driver contains device driver metadata for each driver found in the system.

Source from the content-addressed store, hash-verified

32// Driver contains device driver metadata for each driver found in
33// the system.
34type Driver struct {
35 Filename string
36 Addr uintptr
37}
38
39// String returns the driver string representation.
40func (d Driver) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected