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

Struct IoctlWaitOpenComplete

pkg/abi/nvgpu/frontend.go:190–194  ·  view source on GitHub ↗

IoctlWaitOpenComplete is the parameter type for NV_ESC_WAIT_OPEN_COMPLETE. +marshal

Source from the content-addressed store, hash-verified

188//
189// +marshal
190type IoctlWaitOpenComplete struct {
191 _ structs.HostLayout
192 Rc int32
193 AdapterStatus uint32
194}
195
196// GetStatus implements HasStatus.GetStatus.
197func (p *IoctlWaitOpenComplete) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected