Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/pseries/
Dnvram.c37 struct err_log_info { struct
245 struct err_log_info info; in nvram_write_os_partition()
260 rc = ppc_md.nvram_write((char *)&info, sizeof(struct err_log_info), &tmp_index); in nvram_write_os_partition()
294 struct err_log_info info; in nvram_read_error_log()
304 rc = ppc_md.nvram_read((char *)&info, sizeof(struct err_log_info), &tmp_index); in nvram_read_error_log()
405 part->size = nvram_get_partition_size(p) - sizeof(struct err_log_info); in pseries_nvram_init_os_partition()