Home
last modified time | relevance | path

Searched refs:err_val (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/fs/ntfs/
Dunistr.c85 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_collate_names() argument
104 return err_val; in ntfs_collate_names()
117 return err_val; in ntfs_collate_names()
212 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_file_compare_values() argument
219 err_val, ic, upcase, upcase_len); in ntfs_file_compare_values()
Dntfs.h100 const int err_val, const IGNORE_CASE_BOOL ic,
111 const int err_val, const IGNORE_CASE_BOOL ic,
/Linux-v5.4/drivers/crypto/hisilicon/zip/
Dzip_main.c865 u32 err_val; in hisi_zip_log_hw_error() local
873 err_val = readl(hisi_zip->qm.io_base + in hisi_zip_log_hw_error()
876 ((err_val >> SRAM_ECC_ERR_NUM_SHIFT) & in hisi_zip_log_hw_error()
879 (err_val >> SRAM_ECC_ERR_ADDR_SHIFT)); in hisi_zip_log_hw_error()
/Linux-v5.4/tools/perf/util/
Dparse-events.c775 parse_state->error->idx = term->err_val; in parse_events_config_bpf()
935 err->idx = term->err_val; in check_type_val()
1041 err->idx = term->err_val; in config_term_common()
1049 err->idx = term->err_val; in config_term_common()
1084 err->idx = term->err_val; in config_term_common()
2693 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__num()
2711 .err_val = loc_val ? loc_val->first_column : 0, in parse_events_term__str()
2741 .err_val = term->err_val, in parse_events_term__clone()
Dparse-events.h106 int err_val; member
Dpmu.c1077 err->idx = term->err_val; in pmu_config_term()
1091 err->idx = term->err_val; in pmu_config_term()
1105 err->idx = term->err_val; in pmu_config_term()
Dbpf-loader.c1051 if (!term->err_val) { in bpf_map__config_value()
1111 if (!term->err_val) { in bpf_map__config_event()
/Linux-v5.4/drivers/media/dvb-frontends/
Dstv0900_core.c326 u32 lsb, msb, hsb, err_val; in stv0900_get_err_count() local
342 err_val = (hsb << 16) + (msb << 8) + (lsb); in stv0900_get_err_count()
344 return err_val; in stv0900_get_err_count()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6963 u8 i, j, err_val, vf_val; in qed_parse_reg_fifo_dump() local
7028 err_val = GET_FIELD(elements[i].data, in qed_parse_reg_fifo_dump()
7031 j++, err_val >>= 1) { in qed_parse_reg_fifo_dump()
7032 if (err_val & 0x1) { in qed_parse_reg_fifo_dump()