Lines Matching refs:err_struct_info
39 #cpu, loop, interval, err_type_info, err_struct_info, err_data_buffer
44 # err_type_info, err_struct_info: PAL parameters.
199 u64 err_struct_info;
511 unsigned long err_type_info, err_struct_info, err_data_buffer;
523 sprintf(fn, "%s/err_struct_info", path);
524 if (rd(fn, &err_struct_info)<0) {
525 perror("err_struct_info reading error.\n");
528 printf("err_struct_info=%lx\n", err_struct_info);
565 err_struct_info_t err_struct_info;
568 err_struct_info.err_struct_info=0;
573 sprintf(fn, "%s/err_struct_info", path);
635 err_struct_info_t err_struct_info,
641 log_info(cpu, "err_type_info=%lx, err_struct_info=%lx, ",
643 err_struct_info.err_struct_info);
650 sprintf(fn, "%s/err_struct_info", path);
651 wr(fn, err_struct_info.err_struct_info);
673 err_struct_info_t err_struct_info,
685 switch (err_struct_info.err_struct_info_cache.cl_id) {
720 u64 err_struct_info;
742 err_struct_info_t err_struct_info;
790 parameters[num].err_struct_info=err_struct_info_conf;
804 parameters[0].err_struct_info=line_para.err_struct_info;
846 log_info(parameters[i].cpu," err_type_info=%lx,err_struct_info=%lx\n",
848 parameters[i].err_struct_info);
852 err_struct_info.err_struct_info=parameters[i].err_struct_info;
877 err_struct_info, &err_data_buffer,va1);
907 err_struct_info, err_data_buffer))
964 …printf("\t\tcpu,loop,interval,err_type_info,err_struct_info[,err_data_buffer[0],err_data_buffer[1]…
968 printf("\t\t err_type_info, err_struct_info: PAL parameters.\n");
1017 * #cpu, loop, interval, err_type_info, err_struct_info[, err_data_buffer]
1027 &line_para.err_struct_info,
1040 &line_para.err_struct_info);