GVM User Suite
User tools for the GVM open source project.
Macros
ioctl.h File Reference
#include <sys/ioctl.h>
#include <gpu/nvidia/resman/types.h>
Include dependency graph for ioctl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NV_CREATE_OS_EVENT   _IOWR('F', 0xCE, struct RmAllocOsEvent)
 IOCTL command to create an OS event. More...
 
#define NV_VERSION_CHECK   _IOWR('F', 0xD2, struct NvVersionCheck)
 IOCTL command to perform a version check on the system. More...
 
#define NV_ALLOC_RES   _IOWR('F', 0x2B, struct RmAllocRes)
 IOCTL command to free a resource. More...
 
#define NV_FREE_RES   _IOWR('F', 0x29, struct RmFreeRes)
 IOCTL command to control a resource. More...
 
#define NV_CONTROL_RES   _IOWR('F', 0x2A, struct RmControlRes)
 

Macro Definition Documentation

◆ NV_ALLOC_RES

#define NV_ALLOC_RES   _IOWR('F', 0x2B, struct RmAllocRes)

IOCTL command to free a resource.

Definition at line 39 of file ioctl.h.

◆ NV_CONTROL_RES

#define NV_CONTROL_RES   _IOWR('F', 0x2A, struct RmControlRes)

Definition at line 43 of file ioctl.h.

◆ NV_CREATE_OS_EVENT

#define NV_CREATE_OS_EVENT   _IOWR('F', 0xCE, struct RmAllocOsEvent)

IOCTL command to create an OS event.

Definition at line 31 of file ioctl.h.

◆ NV_FREE_RES

#define NV_FREE_RES   _IOWR('F', 0x29, struct RmFreeRes)

IOCTL command to control a resource.

Definition at line 42 of file ioctl.h.

◆ NV_VERSION_CHECK

#define NV_VERSION_CHECK   _IOWR('F', 0xD2, struct NvVersionCheck)

IOCTL command to perform a version check on the system.

IOCTL command to allocate a resource.

Definition at line 36 of file ioctl.h.