OXIESEC PANEL
- Current Dir:
/
/
usr
/
include
/
libdrm
/
nouveau
/
nvif
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:50:20 AM
rwxr-xr-x
📄
cl0080.h
1.74 KB
04/03/2020 12:28:15 PM
rw-r--r--
📄
cl9097.h
2.01 KB
04/03/2020 12:28:15 PM
rw-r--r--
📄
class.h
8.58 KB
04/03/2020 12:28:15 PM
rw-r--r--
📄
if0002.h
769 bytes
04/03/2020 12:28:15 PM
rw-r--r--
📄
if0003.h
645 bytes
04/03/2020 12:28:15 PM
rw-r--r--
📄
ioctl.h
3.1 KB
04/03/2020 12:28:15 PM
rw-r--r--
📄
unpack.h
1.51 KB
04/03/2020 12:28:15 PM
rw-r--r--
Editing: cl0080.h
Close
#ifndef __NVIF_CL0080_H__ #define __NVIF_CL0080_H__ struct nv_device_v0 { __u8 version; __u8 pad01[7]; __u64 device; /* device identifier, ~0 for client default */ }; #define NV_DEVICE_V0_INFO 0x00 #define NV_DEVICE_V0_TIME 0x01 struct nv_device_info_v0 { __u8 version; #define NV_DEVICE_INFO_V0_IGP 0x00 #define NV_DEVICE_INFO_V0_PCI 0x01 #define NV_DEVICE_INFO_V0_AGP 0x02 #define NV_DEVICE_INFO_V0_PCIE 0x03 #define NV_DEVICE_INFO_V0_SOC 0x04 __u8 platform; __u16 chipset; /* from NV_PMC_BOOT_0 */ __u8 revision; /* from NV_PMC_BOOT_0 */ #define NV_DEVICE_INFO_V0_TNT 0x01 #define NV_DEVICE_INFO_V0_CELSIUS 0x02 #define NV_DEVICE_INFO_V0_KELVIN 0x03 #define NV_DEVICE_INFO_V0_RANKINE 0x04 #define NV_DEVICE_INFO_V0_CURIE 0x05 #define NV_DEVICE_INFO_V0_TESLA 0x06 #define NV_DEVICE_INFO_V0_FERMI 0x07 #define NV_DEVICE_INFO_V0_KEPLER 0x08 #define NV_DEVICE_INFO_V0_MAXWELL 0x09 __u8 family; __u8 pad06[2]; __u64 ram_size; __u64 ram_user; char chip[16]; char name[64]; }; struct nv_device_time_v0 { __u8 version; __u8 pad01[7]; __u64 time; }; #endif