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

Struct IoctlAllocOSEvent

pkg/abi/nvgpu/frontend.go:110–116  ·  view source on GitHub ↗

IoctlAllocOSEvent is the parameter type for NV_ESC_ALLOC_OS_EVENT. +marshal

Source from the content-addressed store, hash-verified

108//
109// +marshal
110type IoctlAllocOSEvent struct {
111 _ structs.HostLayout
112 HClient Handle
113 HDevice Handle
114 FD uint32
115 Status uint32
116}
117
118// GetFrontendFD implements HasFrontendFD.GetFrontendFD.
119func (p *IoctlAllocOSEvent) GetFrontendFD() int32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected