IoctlAllocOSEvent is the parameter type for NV_ESC_ALLOC_OS_EVENT. +marshal
| 108 | // |
| 109 | // +marshal |
| 110 | type IoctlAllocOSEvent struct { |
| 111 | _ structs.HostLayout |
| 112 | HClient Handle |
| 113 | HDevice Handle |
| 114 | FD uint32 |
| 115 | Status uint32 |
| 116 | } |
| 117 | |
| 118 | // GetFrontendFD implements HasFrontendFD.GetFrontendFD. |
| 119 | func (p *IoctlAllocOSEvent) GetFrontendFD() int32 { |
nothing calls this directly
no outgoing calls
no test coverage detected