FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
clib_error_t * | clib_file_n_bytes (char *file, uword *result) |
clib_error_t * | clib_file_read_contents (char *file, u8 *result, uword n_bytes) |
clib_error_t * | clib_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_nthreads (void) |
clib_error_t* clib_file_contents | ( | char * | file, |
u8 ** | result | ||
) |
clib_error_t* clib_file_n_bytes | ( | char * | file, |
uword * | result | ||
) |
clib_error_t* clib_file_read_contents | ( | char * | file, |
u8 * | result, | ||
uword | n_bytes | ||
) |
void os_exit | ( | int | code | ) |
Definition at line 183 of file unix-misc.c.
uword os_get_nthreads | ( | void | ) |
void os_out_of_memory | ( | void | ) |
Definition at line 220 of file unix-misc.c.
void os_panic | ( | void | ) |
Definition at line 175 of file unix-misc.c.
Definition at line 192 of file unix-misc.c.
clib_error_t* unix_proc_file_contents | ( | char * | file, |
u8 ** | result | ||
) |