NVOS21_PARAMETERS is one possible parameter type for NV_ESC_RM_ALLOC. +marshal
| 298 | // |
| 299 | // +marshal |
| 300 | type NVOS21_PARAMETERS struct { |
| 301 | _ structs.HostLayout |
| 302 | HRoot Handle |
| 303 | HObjectParent Handle |
| 304 | HObjectNew Handle |
| 305 | HClass ClassID |
| 306 | PAllocParms P64 |
| 307 | ParamsSize uint32 |
| 308 | Status uint32 |
| 309 | } |
| 310 | |
| 311 | // GetHClass implements RmAllocParamType.GetHClass. |
| 312 | func (n *NVOS21_PARAMETERS) GetHClass() ClassID { |
nothing calls this directly
no outgoing calls
no test coverage detected