Searched refs:ERROR (Results 51 - 75 of 289) sorted by relevance

1234567891011>>

/haiku/src/servers/package/
H A DVolume.cpp210 ERROR("Volume::Init(): failed to open root directory: %s\n",
224 ERROR("Volume::Init(): failed to get root directory path: %s\n",
236 ERROR("Volume::Init(): failed to get root directory FD: %s\n",
256 ERROR("Volume::Init(): failed to get volume info: %s\n",
269 ERROR("Volume::Init(): got invalid volume info from packagefs\n");
305 ERROR("Volume::InitPackages(): failed to start watching the packages "
315 ERROR("Volume::InitPackages(): failed to open root directory: %s\n",
420 ERROR("Volume::AddPackagesToRepository(): failed to add package %s "
439 ERROR("Volume::InitialVerify(): failed to create solver: %s\n",
449 ERROR("Volum
[all...]
H A DFSTransaction.cpp81 ERROR("Failed to remove \"%s\": %s\n", fFromPath.c_str(),
97 ERROR("Failed to copy \"%s\" to \"%s\": %s\n",
108 ERROR("Failed to init entry for \"%s\": %s\n",
115 ERROR("Failed to move \"%s\" to \"%s\": %s\n",
201 ERROR("FSTransaction::RemoveOperationAt(): invalid "
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp35 #define ERROR(x...) dprintf("acpi_lid: " x) macro
60 ERROR("couldn't get status\n");
81 ERROR("unknown notification\n");
161 ERROR("add_select_sync_pool_entry() failed: %#" B_PRIx32 "\n", error);
268 ERROR("can't install notify handler\n");
301 ERROR("register_child_devices: couldn't create a path_id\n");
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp255 ERROR("%s: Semaphore could not be created\n", __func__);
479 ERROR("%s: header could not be prepended!\n", __func__);
540 ERROR("l2cap: unknown command unexpectedly rejected (ident %d)\n", ident);
563 ERROR("l2cap: could not spawn child for endpoint: %s\n", strerror(status));
574 ERROR("l2cap: could not allocate channel for endpoint: %s\n", strerror(status));
600 ERROR("l2cap: unexpected connection response, scid=%d, state=%d\n",
608 ERROR("l2cap: invalid connection response, mismatched SCIDs (%d, %d)\n",
681 ERROR("l2cap: unexpected configuration req: invalid channel state (cid=%d, state=%d)\n",
730 ERROR("l2cap: unexpected configuration rsp: invalid channel state (cid=%d, state=%d)\n",
737 ERROR("l2ca
[all...]
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp41 #define ERROR printf macro
200 ERROR("VideoConsumer::RequestCompleted: "
205 ERROR("VideoConsumer::RequestCompleted: Invalid argument\n");
298 ERROR("VideoConsumer::CreateBuffers - ERROR CREATING BUFFER GROUP\n");
308 ERROR("VideoConsumer::CreateBuffers - ERROR IN AREA_FOR\n");
315 ERROR("VideoConsumer::CreateBuffers - "
316 "ERROR ADDING BUFFER TO GROUP\n");
323 ERROR("VideoConsume
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp171 ERROR("Error of starting record stream:%#010x\n", status);
176 ERROR("Error of starting playback stream:%#010x\n", status);
190 ERROR("Error of stopping playback stream:%#010x\n", status);
195 ERROR("Error of stopping record stream:%#010x\n", status);
308 ERROR("Unhandled IOCTL catched: %#010x\n", op);
479 ERROR("Error of starting record stream:%#010x\n", status);
487 ERROR("Error of starting playback stream:%#010x\n", status);
495 ERROR("Timeout during buffers exchange.\n");
521 ERROR("Invalid parameter in the interrupt handler.\n");
556 ERROR("Unabl
[all...]
/haiku/src/kits/media/
H A DTimeSource.cpp300 ERROR("BTimeSource::HandleMessage: TimeSourceOp failed\n");
358 ERROR("BTimeSource::PublishTime timesource %" B_PRId32
466 ERROR("BTimeSource::BTimeSource couldn't find area, node %" B_PRId32
479 ERROR("BTimeSource::BTimeSource couldn't clone area, node %" B_PRId32
501 ERROR("BTimeSource::BTimeSource couldn't create area, node %" B_PRId32
554 ERROR("BTimeSource::DirectAddMe reached maximum number of slaves\n");
558 ERROR("BTimeSource::DirectAddMe should not add itself to slave nodes\n");
563 ERROR("BTimeSource::DirectAddMe failed\n");
588 ERROR("BTimeSource::DirectRemoveMe no slots used\n");
593 ERROR("BTimeSourc
[all...]
H A DControllable.cpp69 ERROR("BControllabe: cloning area failed: %s\n",
280 ERROR("BControllable::HandleMessage "
311 ERROR("BControllable::HandleMessage "
354 ERROR("BControllable::StartControlPanel not instantiated per AddOn\n");
361 ERROR("BControllable::StartControlPanel Error accessing image\n");
367 ERROR("BControllable::StartControlPanel Error getting ref\n");
377 ERROR("BControllable::StartControlPanel Error launching application\n");
H A DMediaRoster.cpp140 ERROR("BMediaRoster: Node with ID %" B_PRId32
156 ERROR("BMediaRoster: wait_for_thread returned error");
363 ERROR("BMediaRoster::ReleaseNodeAll failed to query media_server, "
371 ERROR("BMediaRoster::ReleaseNodeAll FAILED, node %" B_PRId32 ", port %"
454 ERROR("BMediaRosterEx::GetAllOutputs: node %" B_PRId32 " is not a "
472 ERROR("GetAllOutputs: list->Insert failed\n");
507 ERROR("GetAllOutputs: list->Insert failed\n");
531 ERROR("BMediaRosterEx::GetAllInputs: node %" B_PRId32 " is not a "
549 ERROR("GetAllInputs: list->Insert failed\n");
584 ERROR("GetAllInput
[all...]
H A DBufferGroup.cpp57 ERROR("BBufferGroup: placement != B_ANY_ADDRESS "
74 ERROR("BBufferGroup: failed to allocate %ld bytes area\n", areaSize);
155 ERROR("BBufferGroup: error when adding buffer\n");
358 ERROR("BBufferGroup::InitBufferGroup: couldn't create fReclaimSem\n");
364 ERROR("BBufferGroup::InitBufferGroup: SharedBufferList::Get() "
H A DMediaWriter.cpp118 ERROR("MediaWriter::CreateEncoder gPluginManager.CreateEncoder "
134 ERROR("MediaWriter::CreateEncoder can't create StreamInfo "
143 ERROR("MediaWriter::CreateEncoder can't create ChunkWriter "
H A DTrackReader.cpp94 ERROR("BTrackReader: no tracks in file\n");
115 ERROR("BTrackReader: no audio track in file\n");
167 ERROR("BTrackReader::SetToTrack failed\n");
H A DBuffer.cpp215 ERROR("BBuffer::BBuffer: BPrivate::SharedBufferList::Get() failed\n");
235 ERROR("BBuffer::BBuffer: failed to register buffer with "
247 ERROR("BBuffer::BBuffer: buffer cloning failed"
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp133 ERROR("Volume::Mount(): couldn't open device\n");
143 ERROR("Volume::Mount(): Identify() failed\n");
209 ERROR("Volume::Mount(): Couldn't find extent root\n");
225 ERROR("Volume::Mount(): Couldn't find fs root\n");
241 ERROR("Volume::Mount(): Couldn't find dev root\n");
257 ERROR("Volume::Mount(): Couldn't find checksum root\n");
272 ERROR("Volume::Mount() Couldn't find any inode!!\n");
294 ERROR("could not initalize extent allocator!\n");
303 ERROR("could not create root node: get_vnode() failed!\n");
548 ERROR("invali
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDataStream.cpp22 #define ERROR(x...) dprintf("\33[34mext2:\33[0m " x) macro
169 ERROR("ext2: block outside datastream!\n");
195 ERROR("DataStream::Enlarge(): _AddForDirectBlocks() failed\n");
213 ERROR("DataStream::Enlarge(): _AddForIndirectBlock() failed\n");
231 ERROR("DataStream::Enlarge(): _AddForDoubleIndirectBlock() failed\n");
271 ERROR("DataStream::Shrink(): _RemoveFromDirectBlocks() failed\n");
287 ERROR("DataStream::Shrink(): _RemoveFromIndirectBlock() failed\n");
303 ERROR("DataStream::Shrink(): _RemoveFromDoubleIndirectBlock() failed\n");
318 ERROR("DataStream::Shrink(): _RemoveFromTripleIndirectBlock() failed\n");
384 ERROR("DataStrea
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dgpu.cpp32 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
48 ERROR("%s: Couldn't parse data header\n", __func__);
110 ERROR("%s: Couldn't idle memory controller!\n", __func__);
234 ERROR("%s: Applying Polaris10 power distribution fix.\n",
336 ERROR("%s: Couldn't idle SRBM!\n", __func__);
376 ERROR("%s: Modifying non-idle memory controller!\n", __func__);
403 ERROR("%s: Modifying non-idle memory controller!\n", __func__);
436 ERROR("%s: Modifying non-idle memory controller!\n", __func__);
465 ERROR("%s: Modifying non-idle memory controller!\n", __func__);
496 ERROR("
[all...]
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp119 ERROR("%s: EVENT posted in HCI!!!\n", __func__);
230 ERROR("%s: Device 0x%" B_PRIx32 " could not be matched\n", __func__,
314 ERROR("%s: No device 0x%" B_PRIx32 "\n", __func__, hciId);
411 ERROR("%s: problem getting bt core data module\n", __func__);
422 ERROR("%s: RX thread creation failed!\n", __func__);
431 ERROR("%s: Link change semaphore failed\n", __func__);
438 ERROR("%s: Connection Thread error\n", __func__);
/haiku/src/servers/media/
H A DNodeManager.cpp208 ERROR("NodeManager::UnregisterNode: couldn't find node %" B_PRId32
216 ERROR("NodeManager::UnregisterNode: team %" B_PRId32 " tried to "
222 ERROR("NodeManager::UnregisterNode: node %" B_PRId32 ", team %"
253 ERROR("NodeManager::ReleaseNodeReference: node %" B_PRId32 " not "
275 ERROR("NodeManager::ReleaseNodeReference: node %" B_PRId32 " has "
298 ERROR("NodeManager::ReleaseNodeReference: can't send command to "
320 ERROR("NodeManager::ReleaseNodeAll: node %" B_PRId32 " not found\n",
333 ERROR("NodeManager::ReleaseNodeAll: can't send command to "
353 ERROR("NodeManager::SetNodeCreator: node %" B_PRId32 " not found\n",
361 ERROR("NodeManage
[all...]
H A DBufferManager.cpp52 ERROR("failed to register buffer! team = %" B_PRId32 ", bufferid = %"
79 ERROR("RegisterBuffer: failed to clone buffer! error = %#" B_PRIx32
118 ERROR("UnregisterBuffer: failed to unregister buffer! team = %"
124 ERROR("UnregisterBuffer: failed to find team = %" B_PRId32 " belonging"
242 ERROR("BufferManager::_ReleaseClonedArea(): could not find clone info "
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp165 ERROR("MixerCore::AddOutput: already connected\n");
249 ERROR("MixerCore::BufferReceived: received buffer for unknown id %ld\n",
259 ERROR("MixerCore::InputFormatChanged not handled\n");
528 ERROR("MixerCore::_MixThread mixChanInfos allocation failed\n");
549 ERROR("MixerCore: LockWithTimeout failed\n");
573 ERROR("MixerCore: SendBuffer failed for buffer %lld\n",
576 ERROR("MixerCore: SendBuffer failed\n");
582 ERROR("MixerCore: RequestBuffer failed for buffer %lld\n",
585 ERROR("MixerCore: RequestBuffer failed\n");
709 ERROR("MixerCor
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp44 # define ERROR(x...) dprintf("\33[34mexfat:\33[0m " x) macro
155 ERROR("Volume::Mount(): couldn't open device\n");
165 ERROR("Volume::Mount(): Identify() failed\n");
199 ERROR("could not create root node: get_vnode() failed!\n");
350 ERROR("invalid superblock!\n");
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp32 #define ERROR(x...) dprintf("acpi_button: " x) macro
61 ERROR("unknown notification\n");
125 ERROR("can't install fixed handler\n");
132 ERROR("can't install notify handler\n");
213 ERROR("add_select_sync_pool_entry() failed: %" B_PRIx32 "\n", error);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp63 ERROR("queue allocation failed (%s)\n", strerror(fStatus));
69 ERROR("interrupt setup failed (%s)\n", strerror(fStatus));
76 ERROR("queue interrupt setup failed (%s)\n", strerror(fStatus));
83 ERROR("queue interrupt setup failed (%s)\n", strerror(fStatus));
194 ERROR("queueing failed (%s)\n", strerror(result));
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp33 ERROR("Not able to establish the bus %s\n",
212 ERROR("Card does not support voltage range (expected %x, "
225 ERROR("Card locked after CMD8...\n");
229 ERROR("SD card reports error %x\n", cardStatus);
231 ERROR("Card did not enter ACMD mode\n");
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp33 #define ERROR(x...) dprintf("\33[33msdhci:\33[0m " x) macro
62 ERROR("IRQ not assigned\n");
75 ERROR("can't install interrupt handler\n");
213 ERROR("Unknown command %x\n", command);
221 ERROR("Execution aborted, data inhibit\n");
251 ERROR("Command execution timed out\n");
260 ERROR("CRC error\n");
263 ERROR("Command execution failed %x\n", fCommandResult);
303 ERROR("Command execution %d complete\n", command);
319 ERROR("SdhciBu
[all...]

Completed in 189 milliseconds

1234567891011>>