GVM User Suite
User tools for the GVM open source project.
Functions
nvidia-api.cpp File Reference
#include <iostream>
#include <unistd.h>
#include <gpu/nvidia/resman/api.h>
#include <gpu/nvidia/resman/classes/nv0000.h>
#include <gpu/nvidia/device.h>
#include <utils/colors.h>
#include <utils/device.h>
Include dependency graph for nvidia-api.cpp:

Go to the source code of this file.

Functions

bool version_check_ok ()
 
bool version_check_bad ()
 
bool version_check_ignore ()
 
bool alloc_root_ok ()
 
bool alloc_root_invalid_fd ()
 
bool alloc_root_bad_fd ()
 
bool alloc_root_bad_arg ()
 
bool free_root_ok ()
 
bool free_root_invalid_fd ()
 
bool free_root_double_deallocate ()
 
bool get_probed_ids ()
 
int main ()
 

Function Documentation

◆ alloc_root_bad_arg()

bool alloc_root_bad_arg ( )

Definition at line 263 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ alloc_root_bad_fd()

bool alloc_root_bad_fd ( )

Definition at line 249 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ alloc_root_invalid_fd()

bool alloc_root_invalid_fd ( )

Definition at line 235 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ alloc_root_ok()

bool alloc_root_ok ( )

Definition at line 219 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_root_double_deallocate()

bool free_root_double_deallocate ( )

Definition at line 311 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_root_invalid_fd()

bool free_root_invalid_fd ( )

Definition at line 295 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_root_ok()

bool free_root_ok ( )

Definition at line 279 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_probed_ids()

bool get_probed_ids ( )

Definition at line 327 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 347 of file nvidia-api.cpp.

Here is the call graph for this function:

◆ version_check_bad()

bool version_check_bad ( )

Definition at line 195 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ version_check_ignore()

bool version_check_ignore ( )

Definition at line 207 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ version_check_ok()

bool version_check_ok ( )

Definition at line 183 of file nvidia-api.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: