FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
clib_error_t * | unix_file_n_bytes (char *file, uword *result) |
clib_error_t * | unix_file_read_contents (char *file, u8 *result, uword n_bytes) |
clib_error_t * | unix_file_contents (char *file, u8 **result) |
clib_error_t * | unix_proc_file_contents (char *file, u8 **result) |
void | os_panic (void) |
void | os_exit (int) |
void | os_puts (u8 *string, uword string_length, uword is_error) |
void | os_out_of_memory (void) |
uword | os_get_cpu_number (void) |
uword | os_get_ncpus (void) |
void os_exit | ( | int | code | ) |
Definition at line 180 of file unix-misc.c.
uword os_get_cpu_number | ( | void | ) |
Definition at line 224 of file unix-misc.c.
uword os_get_ncpus | ( | void | ) |
void os_out_of_memory | ( | void | ) |
Definition at line 217 of file unix-misc.c.
void os_panic | ( | void | ) |
Definition at line 172 of file unix-misc.c.
Definition at line 189 of file unix-misc.c.
clib_error_t* unix_file_contents | ( | char * | file, |
u8 ** | result | ||
) |
clib_error_t* unix_file_n_bytes | ( | char * | file, |
uword * | result | ||
) |
clib_error_t* unix_file_read_contents | ( | char * | file, |
u8 * | result, | ||
uword | n_bytes | ||
) |
clib_error_t* unix_proc_file_contents | ( | char * | file, |
u8 ** | result | ||
) |