MCPcopy
hub / github.com/google/gvisor / HasStatus

Interface HasStatus

pkg/abi/nvgpu/nvgpu.go:100–103  ·  view source on GitHub ↗

HasStatus is an interface for parameter structs that have a Status field.

Source from the content-addressed store, hash-verified

98
99// HasStatus is an interface for parameter structs that have a Status field.
100type HasStatus interface {
101 GetStatus() uint32
102 SetStatus(status uint32)
103}

Callers 3

frontendIoctlInvokeFunction · 0.65
uvmIoctlInvokeFunction · 0.65
failWithStatusFunction · 0.65

Implementers 15

NVOS21_PARAMETERSpkg/abi/nvgpu/frontend.go
NVOS64_PARAMETERSpkg/abi/nvgpu/frontend.go
IoctlAllocOSEventpkg/abi/nvgpu/frontend.go
IoctlFreeOSEventpkg/abi/nvgpu/frontend.go
IoctlWaitOpenCompletepkg/abi/nvgpu/frontend.go
IoctlNVOS02ParametersWithFDpkg/abi/nvgpu/frontend.go
NVOS00_PARAMETERSpkg/abi/nvgpu/frontend.go
NVOS55_PARAMETERSpkg/abi/nvgpu/frontend.go
NVOS57_PARAMETERSpkg/abi/nvgpu/frontend.go
NVOS30_PARAMETERSpkg/abi/nvgpu/frontend.go
NVOS32_PARAMETERSpkg/abi/nvgpu/frontend.go
IoctlNVOS33ParametersWithFDpkg/abi/nvgpu/frontend.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…