Searched refs:B_IO_ERROR (Results 76 - 100 of 167) sorted by relevance

1234567

/haiku/headers/os/support/
H A DErrors.h33 #define B_IO_ERROR (B_GENERAL_ERROR_BASE + 1) macro
203 #define EIO B_TO_POSIX_ERROR(B_IO_ERROR)
/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp195 anchorErr = bytesRead == (ssize_t)blockSize ? B_OK : B_IO_ERROR;
355 loopError = bytesRead == (ssize_t)blockSize ? B_OK : B_IO_ERROR;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DLeafAttribute.cpp102 return B_IO_ERROR;
224 return B_IO_ERROR;
H A DBPlusTree.cpp248 return B_IO_ERROR;
267 return B_IO_ERROR;
332 return B_IO_ERROR;
370 return B_IO_ERROR;
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.cpp457 res = B_IO_ERROR;
482 res = B_IO_ERROR;
/haiku/src/system/boot/loader/net/
H A DRemoteDisk.cpp135 error = B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp175 return B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp138 return B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp310 return device->elanDevice != NULL ? B_OK : B_IO_ERROR;
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp37 fInitStatus = B_IO_ERROR;
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp172 result = B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c87 return B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp119 return B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp109 return B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/audio/sb16/
H A Dsb16_hw.c223 return B_IO_ERROR;
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp737 return pos < 0 ? (status_t)pos : B_IO_ERROR;
793 return pos < 0 ? status_t(pos) : B_IO_ERROR;
1600 status = pos < 0 ? (status_t)pos : B_IO_ERROR;
1658 status = pos < 0 ? (status_t)pos : B_IO_ERROR;
1665 status = pos < 0 ? (status_t)pos : B_IO_ERROR;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp423 RETURN_ERROR(B_IO_ERROR);
483 RETURN_ERROR(B_IO_ERROR);
895 RETURN_ERROR(B_IO_ERROR);
1043 RETURN_ERROR(B_IO_ERROR);
1270 RETURN_ERROR(B_IO_ERROR);
/haiku/src/kits/mail/
H A DMailAttachment.cpp204 return B_IO_ERROR;
693 return B_IO_ERROR;
H A DMailComponent.cpp509 return B_IO_ERROR;
607 return B_IO_ERROR;
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp511 status = B_IO_ERROR;
571 return B_IO_ERROR;
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp474 return B_IO_ERROR;
493 return B_IO_ERROR;
H A DPlaylist.cpp178 return B_IO_ERROR;
209 return B_IO_ERROR;
/haiku/headers/build/os/support/
H A DErrors.h34 #define B_IO_ERROR (B_GENERAL_ERROR_BASE + 1) macro
195 #define HAIKU_EIO B_TO_POSIX_ERROR(B_IO_ERROR)
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp189 return B_IO_ERROR;
197 return B_IO_ERROR;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp774 return bytesWritten < 0 ? bytesWritten : B_IO_ERROR;
796 return B_IO_ERROR;

Completed in 138 milliseconds

1234567