Searched refs:err_val (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ntfs/ |
D | unistr.c | 99 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_collate_names() argument 118 return err_val; in ntfs_collate_names() 131 return err_val; in ntfs_collate_names() 226 const int err_val, const IGNORE_CASE_BOOL ic, in ntfs_file_compare_values() argument 233 err_val, ic, upcase, upcase_len); in ntfs_file_compare_values()
|
D | ntfs.h | 114 const int err_val, const IGNORE_CASE_BOOL ic, 125 const int err_val, const IGNORE_CASE_BOOL ic,
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0900_core.c | 340 u32 lsb, msb, hsb, err_val; in stv0900_get_err_count() local 356 err_val = (hsb << 16) + (msb << 8) + (lsb); in stv0900_get_err_count() 358 return err_val; in stv0900_get_err_count()
|