IoctlNVOS02ParametersWithFD is the parameter type for NV_ESC_RM_ALLOC_MEMORY. +marshal
| 207 | // |
| 208 | // +marshal |
| 209 | type IoctlNVOS02ParametersWithFD struct { |
| 210 | _ structs.HostLayout |
| 211 | Params NVOS02_PARAMETERS |
| 212 | FD int32 |
| 213 | Pad0 [4]byte |
| 214 | } |
| 215 | |
| 216 | // GetStatus implements HasStatus.GetStatus. |
| 217 | func (p *IoctlNVOS02ParametersWithFD) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected