Searched refs:error_log_cnt (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | nvram.c | 142 unsigned int err_type, unsigned int error_log_cnt) nvram_write_error_log() 145 err_type, error_log_cnt); nvram_write_error_log() 161 unsigned int *err_type, unsigned int *error_log_cnt) nvram_read_error_log() 164 err_type, error_log_cnt); nvram_read_error_log() 141 nvram_write_error_log(char * buff, int length, unsigned int err_type, unsigned int error_log_cnt) nvram_write_error_log() argument 160 nvram_read_error_log(char *buff, int length, unsigned int *err_type, unsigned int *error_log_cnt) nvram_read_error_log() argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | nvram.h | 93 unsigned int *error_log_cnt); 99 unsigned int error_log_cnt);
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | rtasd.c | 58 static int error_log_cnt; variable 121 error_log_cnt, str); printk_log_rtas() 148 error_log_cnt, str); printk_log_rtas() 153 error_log_cnt, rtas_event_type(rtas_error_type(errlog)), printk_log_rtas() 214 error_log_cnt++; pSeries_log_error() 226 nvram_write_error_log(buf, len, err_type, error_log_cnt); pSeries_log_error() 252 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); pSeries_log_error() 494 &err_type, &error_log_cnt); retreive_nvram_error_log()
|
H A D | nvram_64.c | 194 unsigned int error_log_cnt) nvram_write_os_partition() 207 info.seq_num = cpu_to_be32(error_log_cnt); nvram_write_os_partition() 233 unsigned int *error_log_cnt) nvram_read_partition() 264 *error_log_cnt = be32_to_cpu(info.seq_num); nvram_read_partition() 191 nvram_write_os_partition(struct nvram_os_partition *part, char *buff, int length, unsigned int err_type, unsigned int error_log_cnt) nvram_write_os_partition() argument 231 nvram_read_partition(struct nvram_os_partition *part, char *buff, int length, unsigned int *err_type, unsigned int *error_log_cnt) nvram_read_partition() argument
|
Completed in 171 milliseconds