Searched refs:sizep (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/cpu/intel_common/ |
| A D | intel_opregion.c | 17 static int locate_vbt(char **vbtp, int *sizep) in locate_vbt() argument 45 *sizep = size; in locate_vbt()
|
| /arch/sandbox/cpu/ |
| A D | cpu.c | 429 int sandbox_load_other_fdt(void **fdtp, int *sizep) in sandbox_load_other_fdt() argument 445 *sizep = size; in sandbox_load_other_fdt() 448 memcpy(fdt, orig, *sizep); in sandbox_load_other_fdt()
|
| A D | os.c | 200 int os_read_file(const char *fname, void **bufp, int *sizep) in os_read_file() argument 228 *sizep = 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 267 *sizep = size; 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 445 *sizep = state->other_size; in state_load_other_fdt()
|
| /arch/x86/lib/ |
| A D | acpi_table.c | 185 static int get_tpm2_log(void **ptrp, int *sizep) in get_tpm2_log() argument 191 *sizep = 0; in get_tpm2_log() 196 *sizep = size; in get_tpm2_log()
|
| /arch/sandbox/include/asm/ |
| A D | state.h | 304 int state_load_other_fdt(const char **bufp, int *sizep);
|
| A D | test.h | 332 int sandbox_load_other_fdt(void **fdtp, int *sizep);
|
Completed in 14 milliseconds