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
| 524 | // |
| 525 | // +marshal |
| 526 | type IoctlNVOS33ParametersWithFD struct { |
| 527 | _ structs.HostLayout |
| 528 | Params NVOS33_PARAMETERS |
| 529 | FD int32 |
| 530 | Pad0 [4]byte |
| 531 | } |
| 532 | |
| 533 | // GetStatus implements HasStatus.GetStatus. |
| 534 | func (p *IoctlNVOS33ParametersWithFD) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected