NVOS32_PARAMETERS is the parameter type for NV_ESC_RM_VID_HEAP_CONTROL. +marshal
| 444 | // |
| 445 | // +marshal |
| 446 | type NVOS32_PARAMETERS struct { |
| 447 | _ structs.HostLayout |
| 448 | HRoot Handle |
| 449 | HObjectParent Handle |
| 450 | Function uint32 |
| 451 | HVASpace Handle |
| 452 | IVCHeapNumber int16 |
| 453 | Pad [2]byte |
| 454 | Status uint32 |
| 455 | Total uint64 |
| 456 | Free uint64 |
| 457 | Data [144]byte // union |
| 458 | } |
| 459 | |
| 460 | // GetStatus implements HasStatus.GetStatus. |
| 461 | func (n *NVOS32_PARAMETERS) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected