Searched refs:EEXIST (Results 26 - 44 of 44) sorted by relevance

12

/haiku/src/system/kernel/events/
H A Devent_queue.cpp233 return EEXIST;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c1113 * EEXIST - Attribute list already exist.
1135 errno = EEXIST;
1614 errno = EEXIST;
H A Dreparse.c1237 errno = EEXIST;
H A Dattrib.c4094 * EEXIST - Attribute of such type and with same name already exists.
4135 err = EEXIST;
4225 * EEXIST - Attribute of such type, with same lowest vcn and with same
4269 err = EEXIST;
4962 err = EEXIST;
H A Dindex.c1571 errno = EEXIST;
H A Dsecurity.c3150 errno = (exist ? EEXIST : ENODATA);
4474 errno = EEXIST;
H A Ddir.c1861 /* Both ENOTEMPTY and EEXIST are ok. We use the more common. */
2724 errno = EEXIST;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddir.cpp775 return EEXIST;
832 return EEXIST;
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp1028 error = EEXIST;
1145 error = EEXIST;
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c545 err = EEXIST;
699 err = EEXIST;
1046 err = EEXIST;
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c1449 nvl->nvl_error = EEXIST;
1645 nvl->nvl_error = EEXIST;
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp102 assert_posix_bool_error(EEXIST, sem != SEM_FAILED);
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp697 return EEXIST;
/haiku/src/bin/network/ftpd/
H A Dftpd.c432 if (errno == EEXIST) {
3143 if (errno != EEXIST) {
/haiku/src/kits/tracker/
H A DFindPanel.cpp290 && (mkdir(path.Path(), 0777) == 0 || errno == EEXIST)) {
614 && (mkdir(path.Path(), 0777) == 0 || errno == EEXIST)) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h658 #define EEXIST FSSH_EEXIST macro
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_mesh.c452 return EEXIST;
472 return EEXIST;
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1285 return EEXIST;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c310 return EEXIST;

Completed in 180 milliseconds

12