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

Struct IoctlNVOS33ParametersWithFD

pkg/abi/nvgpu/frontend.go:526–531  ·  view source on GitHub ↗

IoctlNVOS33ParametersWithFD is the parameter type for NV_ESC_RM_MAP_MEMORY, from src/nvidia/arch/nvalloc/unix/include/nv-unix-nvos-params-wrappers.h. +marshal

Source from the content-addressed store, hash-verified

524//
525// +marshal
526type IoctlNVOS33ParametersWithFD struct {
527 _ structs.HostLayout
528 Params NVOS33_PARAMETERS
529 FD int32
530 Pad0 [4]byte
531}
532
533// GetStatus implements HasStatus.GetStatus.
534func (p *IoctlNVOS33ParametersWithFD) GetStatus() uint32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected