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

Struct NVOS55_PARAMETERS

pkg/abi/nvgpu/frontend.go:371–380  ·  view source on GitHub ↗

NVOS55_PARAMETERS is the parameter type for NV_ESC_RM_DUP_OBJECT. +marshal

Source from the content-addressed store, hash-verified

369//
370// +marshal
371type NVOS55_PARAMETERS struct {
372 _ structs.HostLayout
373 HClient Handle
374 HParent Handle
375 HObject Handle
376 HClientSrc Handle
377 HObjectSrc Handle
378 Flags uint32
379 Status uint32
380}
381
382// GetStatus implements HasStatus.GetStatus.
383func (n *NVOS55_PARAMETERS) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected