Searched refs:error_log_cnt (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/kernel/ |
D | rtasd.c | 58 static int error_log_cnt; variable 121 error_log_cnt, str); in printk_log_rtas() 148 error_log_cnt, str); in printk_log_rtas() 153 error_log_cnt, rtas_event_type(rtas_error_type(errlog)), in printk_log_rtas() 214 error_log_cnt++; in pSeries_log_error() 226 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error() 252 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); in pSeries_log_error() 494 &err_type, &error_log_cnt); in retreive_nvram_error_log()
|
/arch/powerpc/platforms/pseries/ |
D | nvram.c | 282 unsigned int error_log_cnt) in nvram_write_os_partition() argument 297 info.seq_num = cpu_to_be32(error_log_cnt); in nvram_write_os_partition() 317 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 320 err_type, error_log_cnt); in nvram_write_error_log() 337 unsigned int *error_log_cnt) in nvram_read_partition() argument 368 *error_log_cnt = be32_to_cpu(info.seq_num); in nvram_read_partition() 380 unsigned int *err_type, unsigned int *error_log_cnt) in nvram_read_error_log() argument 383 err_type, error_log_cnt); in nvram_read_error_log()
|