Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/xz/
H A Dmessage.c942 detect_wrapping_errors(int error_mask) in detect_wrapping_errors() argument
947 if (error_mask & TUKLIB_WRAP_WARN_OVERLONG) in detect_wrapping_errors()
951 if (error_mask & ~TUKLIB_WRAP_WARN_OVERLONG) in detect_wrapping_errors()
953 "(error code %d)"), error_mask); in detect_wrapping_errors()
/freebsd/sys/dev/mmc/
H A Dmmcspi.c165 unsigned int error_mask; /* R1 errors check mask */ member
1158 mmcspi_cmd->error_mask = MMCSPI_R1_ERR_MASK; in mmcspi_set_up_command()
1160 mmcspi_cmd->error_mask &= ~MMCSPI_R1_CRC_ERR; in mmcspi_set_up_command()
1244 if (rspbuf[0] & cmd->error_mask & MMCSPI_R1_CRC_ERR) in mmcspi_send_cmd()
1246 else if (rspbuf[0] & cmd->error_mask) in mmcspi_send_cmd()
1451 if (stop_response & stop.error_mask & MMCSPI_R1_CRC_ERR) { in mmcspi_send_stop()
1456 if (stop_response & stop.error_mask) { in mmcspi_send_stop()
1909 r1_status = rspbuf[0] & cmd.error_mask; in mmcspi_get_ocr()
1955 r1_status = rspbuf[0] & cmd.error_mask; in mmcspi_set_crc_on_off()
/freebsd/contrib/blocklist/diff/
H A Dpostfix.diff55 state->error_mask |= MAIL_ERROR_PROTOCOL;
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h124 uint32_t error_mask; member