Searched refs:pstore_get_buffer (Results 1 - 1 of 1) sorted by path

/u-boot/cmd/
H A Dpstore.c75 * pstore_get_buffer() - Get unwrapped record buffer
89 static u32 pstore_get_buffer(u32 sig, phys_addr_t buffer, u32 size, char *dest) function
289 size = pstore_get_buffer(PERSISTENT_RAM_SIG, ptr,
315 size = pstore_get_buffer(PERSISTENT_RAM_SIG, ptr,
325 * signature, pass 0 to pstore_get_buffer to prevent
328 size = pstore_get_buffer(0, ptr, pstore_ftrace_size, buffer);
335 size = pstore_get_buffer(PERSISTENT_RAM_SIG, ptr,
401 size = pstore_get_buffer(PERSISTENT_RAM_SIG, ptr,
425 size = pstore_get_buffer(PERSISTENT_RAM_SIG, ptr, pstore_console_size,
436 * pass 0 to pstore_get_buffer t
[all...]

Completed in 68 milliseconds