![]() |
FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Include dependency graph for unix.h:Go to the source code of this file.
Data Structures | |
| struct | unix_error_history_t |
| struct | unix_main_t |
Macros | |
| #define | UNIX_FLAG_INTERACTIVE (1 << 0) |
| #define | UNIX_FLAG_NODAEMON (1 << 1) |
Functions | |
| static void | unix_save_error (unix_main_t *um, clib_error_t *error) |
| int | vlib_unix_main (int argc, char *argv[]) |
| clib_error_t * | unix_physmem_init (vlib_main_t *vm) |
| void | vlib_unix_cli_set_prompt (char *prompt) |
| Set the CLI prompt. More... | |
| static unix_main_t * | vlib_unix_get_main (void) |
| static char * | vlib_unix_get_runtime_dir (void) |
| clib_error_t * | foreach_directory_file (char *dir_name, clib_error_t *(*f)(void *arg, u8 *path_name, u8 *file_name), void *arg, int scan_dirs) |
| clib_error_t * | vlib_unix_recursive_mkdir (char *path) |
| clib_error_t * | vlib_unix_validate_runtime_file (unix_main_t *um, const char *path, u8 **full_path) |
Variables | |
| unix_main_t | unix_main |
| clib_file_main_t | file_main |
| u8 ** | vlib_thread_stacks |
| clib_error_t* foreach_directory_file | ( | char * | dir_name, |
| clib_error_t *(*)(void *arg, u8 *path_name, u8 *file_name) | f, | ||
| void * | arg, | ||
| int | scan_dirs | ||
| ) |
| clib_error_t* unix_physmem_init | ( | vlib_main_t * | vm | ) |
|
inlinestatic |
| void vlib_unix_cli_set_prompt | ( | char * | prompt | ) |
|
inlinestatic |
|
inlinestatic |
| int vlib_unix_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| clib_error_t* vlib_unix_recursive_mkdir | ( | char * | path | ) |
| clib_error_t* vlib_unix_validate_runtime_file | ( | unix_main_t * | um, |
| const char * | path, | ||
| u8 ** | full_path | ||
| ) |
| clib_file_main_t file_main |
| unix_main_t unix_main |