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

Struct NVOS00_PARAMETERS

pkg/abi/nvgpu/frontend.go:255–261  ·  view source on GitHub ↗

NVOS00_PARAMETERS is the parameter type for NV_ESC_RM_FREE. +marshal

Source from the content-addressed store, hash-verified

253//
254// +marshal
255type NVOS00_PARAMETERS struct {
256 _ structs.HostLayout
257 HRoot Handle
258 HObjectParent Handle
259 HObjectOld Handle
260 Status uint32
261}
262
263// GetStatus implements HasStatus.GetStatus.
264func (p *NVOS00_PARAMETERS) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected