Home
last modified time | relevance | path

Searched refs:nvram_read_partition (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dnvram.h84 extern int nvram_read_partition(struct nvram_os_partition *part, char *buff,
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dnvram.c155 return nvram_read_partition(&rtas_log_partition, buff, length, in nvram_read_error_log()
/openbmc/linux/arch/powerpc/kernel/
H A Dnvram_64.c219 int nvram_read_partition(struct nvram_os_partition *part, char *buff, in nvram_read_partition() function
491 if (nvram_read_partition(part, buff, part->size, &err_type, &id_no)) { in nvram_pstore_read()