FD.io VPP  v16.06
Vector Packet Processing
util.c File Reference
+ Include dependency graph for util.c:

Go to the source code of this file.

Functions

clib_error_tforeach_directory_file (char *dir_name, clib_error_t *(*f)(void *arg, u8 *path_name, u8 *file_name), void *arg, int scan_dirs)
 
clib_error_twrite_sys_fs (char *file_name, char *fmt,...)
 
clib_error_tread_sys_fs (char *file_name, char *fmt,...)
 

Function Documentation

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 
)

Definition at line 49 of file util.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

clib_error_t* read_sys_fs ( char *  file_name,
char *  fmt,
  ... 
)

Definition at line 127 of file util.c.

+ Here is the call graph for this function:

clib_error_t* write_sys_fs ( char *  file_name,
char *  fmt,
  ... 
)

Definition at line 104 of file util.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: