Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheck-uapi.sh324 local -r error_log="${TMP_DIR}/log/${file}.error"
335 } > "$error_log"
346 } > "$error_log"
389 } > "$error_log"
/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions195 echo > error_log
197 grep "$1: error:" -A 3 error_log
198 N=$(tail -n 1 error_log | wc -c)
/linux/include/scsi/
H A Dviosrp.h194 struct viosrp_error_log error_log; member
/linux/drivers/net/ipa/reg/
H A Dgsi_reg-v3.1.c223 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
H A Dgsi_reg-v3.5.1.c234 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
H A Dgsi_reg-v4.11.c244 REG_FIELDS(ERROR_LOG, error_log, 0x00012200 + 0x4000 * GSI_EE_AP);
H A Dgsi_reg-v4.9.c243 REG_FIELDS(ERROR_LOG, error_log, 0x00012200 + 0x4000 * GSI_EE_AP);
H A Dgsi_reg-v5.0.c247 REG_FIELDS(ERROR_LOG, error_log, 0x00025240 + 0x12000 * GSI_EE_AP);
H A Dgsi_reg-v4.5.c242 REG_FIELDS(ERROR_LOG, error_log, 0x00012200 + 0x4000 * GSI_EE_AP);
H A Dgsi_reg-v4.0.c239 REG_FIELDS(ERROR_LOG, error_log, 0x0001f200 + 0x4000 * GSI_EE_AP);
/linux/drivers/scsi/
H A Dpmcraid.h424 struct pmcraid_hostrcb_error error_log; member
H A Dpmcraid.c1720 ioasc = le32_to_cpu(hcam_ldn->error_log.fd_ioasc); in pmcraid_handle_error_log()
1728 RES_BUS(hcam_ldn->error_log.fd_ra)); in pmcraid_handle_error_log()
1786 u32 fd_ioasc = le32_to_cpu(ldn_hcam->error_log.fd_ioasc); in pmcraid_process_ldn()
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py611 error_str = str(xmlschema.error_log.filter_from_errors()[0])