Go to the source code of this file.
|
| doca_error_t | register_apsh_params (bool add_os_arg, bool add_pid_arg) |
| |
| doca_error_t | init_doca_apsh (const char *dma_device_name, struct doca_apsh_ctx **ctx) |
| |
| doca_error_t | init_doca_apsh_system (struct doca_apsh_ctx *ctx, enum doca_apsh_system_os os_type, const char *os_symbols, const char *mem_region, const char *pci_vuid, struct doca_apsh_system **system) |
| |
| doca_error_t | cleanup_doca_apsh (struct doca_apsh_ctx *ctx, struct doca_apsh_system *system) |
| |
| doca_error_t | process_get (DOCA_APSH_PROCESS_PID_TYPE pid, struct doca_apsh_system *sys, int *nb_procs, struct doca_apsh_process ***processes, struct doca_apsh_process **process) |
| |
◆ MAX_PATH_LEN
◆ cleanup_doca_apsh()
| doca_error_t cleanup_doca_apsh |
( |
struct doca_apsh_ctx * |
ctx, |
|
|
struct doca_apsh_system * |
system |
|
) |
| |
◆ init_doca_apsh()
| doca_error_t init_doca_apsh |
( |
const char * |
dma_device_name, |
|
|
struct doca_apsh_ctx ** |
ctx |
|
) |
| |
◆ init_doca_apsh_system()
| doca_error_t init_doca_apsh_system |
( |
struct doca_apsh_ctx * |
ctx, |
|
|
enum doca_apsh_system_os |
os_type, |
|
|
const char * |
os_symbols, |
|
|
const char * |
mem_region, |
|
|
const char * |
pci_vuid, |
|
|
struct doca_apsh_system ** |
system |
|
) |
| |
◆ process_get()
◆ register_apsh_params()