Searched refs:EOVERFLOW (Results 1 – 8 of 8) sorted by relevance
31 return Err(SystemError::EOVERFLOW); in new()
144 return Err(SystemError::EOVERFLOW); in seek()
112 return Err(SystemError::EOVERFLOW); in current_reader()
86 #define EOVERFLOW 75 /* 数值过大,产生溢出 Value too large to be stored in data type. */ macro
158 EOVERFLOW = 75, enumerator
100 .ok_or(SystemError::EOVERFLOW)?; in device_add()
855 return Err(SystemError::EOVERFLOW); in verify_area()
410 return Err(SystemError::EOVERFLOW); in lseek()