Searched refs:EEXIST (Results 1 - 25 of 44) sorted by last modified time

12

/haiku/src/add-ons/kernel/network/devices/tunnel/
H A Dtunnel.cpp292 return 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/src/system/kernel/events/
H A Devent_queue.cpp233 return EEXIST;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfile.cpp560 return EEXIST;
583 return EEXIST;
933 result = EEXIST;
H A Ddir.cpp775 return EEXIST;
832 return EEXIST;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h196 #define EEXIST 17 /* File exists */ macro
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp697 return EEXIST;
H A Dxsi_message_queue.cpp630 return EEXIST;
H A Drealtime_sem.cpp208 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;
/haiku/src/apps/mail/
H A DStatus.cpp149 if (result != EEXIST)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
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 Dsecurity.c3150 errno = (exist ? EEXIST : ENODATA);
4474 errno = EEXIST;
H A Dreparse.c1237 errno = EEXIST;
H A Dobject_id.c409 errno = EEXIST;
547 errno = EEXIST;
H A Dinode.c1113 * EEXIST - Attribute list already exist.
1135 errno = EEXIST;
1614 errno = EEXIST;
H A Dindex.c1571 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/websearchfs/
H A Dwebsearchfs.c545 err = EEXIST;
699 err = EEXIST;
1046 err = EEXIST;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h658 #define EEXIST FSSH_EEXIST macro
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c707 return EEXIST;
1758 return EEXIST;
2023 return EEXIST;
2357 return EEXIST;
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp1028 error = EEXIST;
1145 error = EEXIST;
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c1449 nvl->nvl_error = EEXIST;
1645 nvl->nvl_error = EEXIST;
/haiku/src/bin/
H A Derror.c207 E(EEXIST),

Completed in 181 milliseconds

12