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

Struct IoctlNVOS02ParametersWithFD

pkg/abi/nvgpu/frontend.go:209–214  ·  view source on GitHub ↗

IoctlNVOS02ParametersWithFD is the parameter type for NV_ESC_RM_ALLOC_MEMORY. +marshal

Source from the content-addressed store, hash-verified

207//
208// +marshal
209type IoctlNVOS02ParametersWithFD struct {
210 _ structs.HostLayout
211 Params NVOS02_PARAMETERS
212 FD int32
213 Pad0 [4]byte
214}
215
216// GetStatus implements HasStatus.GetStatus.
217func (p *IoctlNVOS02ParametersWithFD) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected