Searched refs:EEXIST (Results 1 – 14 of 14) sorted by relevance
29 #define EEXIST 17 /* 文件已存在 File exists. */ macro
35 #define EEXIST 17 /* 文件已存在 File exists. */ macro
137 DeviceError::DriverExists => SystemError::EEXIST, in into()138 DeviceError::DeviceExists => SystemError::EEXIST, in into()
299 return Err(SystemError::EEXIST); in do_create_with_data()343 return Err(SystemError::EEXIST); in add_dir()363 return Err(SystemError::EEXIST); in add_file()
252 return Err(SystemError::EEXIST); in add_dir()269 return Err(SystemError::EEXIST); in add_dev()302 return Err(SystemError::EEXIST); in do_create_with_data()
43 return Err(SystemError::EEXIST); in register()
193 if err == SystemError::EEXIST { in load_elf_segment()
245 return Err(SystemError::EEXIST); in create_with_data()301 return Err(SystemError::EEXIST); in link()
53 #define EEXIST 20 /* 文件已存在 File exists.*/
563 return Err(SystemError::EEXIST); in create_file()590 return Err(SystemError::EEXIST); in create_file()603 return Err(SystemError::EEXIST); in create_dir()663 return Err(SystemError::EEXIST); in create_dir()880 return Err(SystemError::EEXIST); in rename()2028 return Err(SystemError::EEXIST);
304 return Err(SystemError::EEXIST); in tty_init()
486 return Err(SystemError::EEXIST); in create_with_data()547 return Err(SystemError::EEXIST); in link()
68 EEXIST = 17, enumerator
680 return Err(SystemError::EEXIST); in find_free_at()