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

Struct NVOS32_PARAMETERS

pkg/abi/nvgpu/frontend.go:446–458  ·  view source on GitHub ↗

NVOS32_PARAMETERS is the parameter type for NV_ESC_RM_VID_HEAP_CONTROL. +marshal

Source from the content-addressed store, hash-verified

444//
445// +marshal
446type 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.
461func (n *NVOS32_PARAMETERS) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected