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

1234567

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp927 case NFS4ERR_IO: return B_IO_ERROR;
H A Dkernel_interface.cpp211 return B_IO_ERROR;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp449 return B_IO_ERROR;
H A Dkernel_interface.cpp1210 return B_IO_ERROR;
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp635 readError = B_IO_ERROR;
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp255 return s.ack == VIRTIO_NET_OK ? B_OK : B_IO_ERROR;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h503 #define B_IO_ERROR FSSH_B_IO_ERROR macro
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp620 return fStatus = B_IO_ERROR;
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp742 : B_IO_ERROR;
/haiku/src/kits/package/
H A DPackageInfo.cpp309 return result >= 0 ? B_IO_ERROR : result;
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp117 return B_IO_ERROR;
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp953 return transferOK ? B_OK : B_IO_ERROR;
H A Dehci.cpp1037 return transferOK ? B_OK : B_IO_ERROR;
H A Dxhci.cpp2836 status = B_IO_ERROR;
/haiku/src/kits/tracker/
H A DFindPanel.cpp485 return B_IO_ERROR;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1294 return B_IO_ERROR;
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3567 status = B_IO_ERROR;

Completed in 205 milliseconds

1234567