Searched refs:bufp (Results 1 – 4 of 4) sorted by relevance
| /arch/sandbox/include/asm/ |
| A D | state.h | 304 int state_load_other_fdt(const char **bufp, int *sizep);
|
| /arch/sandbox/cpu/ |
| A D | os.c | 200 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() argument 217 *bufp = os_malloc(size); in os_read_file() 218 if (!*bufp) { in os_read_file() 223 if (os_read(fd, *bufp, size) != size) { in os_read_file() 236 int os_map_file(const char *pathname, int os_flags, void **bufp, int *sizep) in os_map_file() argument 266 *bufp = ptr; in os_map_file()
|
| A D | state.c | 424 int state_load_other_fdt(const char **bufp, int *sizep) in state_load_other_fdt() argument 444 *bufp = state->other_fdt_buf; in state_load_other_fdt()
|
| /arch/mips/mach-octeon/ |
| A D | cvmx-fpa.c | 471 char *bufp; in cvmx_fpa1_fill_pool() local 510 bufp = (char *)buffer; in cvmx_fpa1_fill_pool() 512 cvmx_fpa1_free(bufp, pool, 0); in cvmx_fpa1_fill_pool() 514 bufp += block_size; in cvmx_fpa1_fill_pool()
|
Completed in 11 milliseconds