Searched refs:ERROR (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.h26 #ifdef ERROR
27 #undef ERROR macro
29 #define ERROR(x...) SiS7018_trace(true, __func__, x) macro
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVerifyHeader.h25 ERROR("Bad magic number");
33 ERROR("CRC is invalid");
43 ERROR("Wrong Block number");
49 ERROR("UUID is incorrect");
54 ERROR("Wrong data owner");
H A Dxfs.cpp28 ERROR("xfs version below 4 is not supported");
34 ERROR("xfs version 4 uses version 2 directories");
38 ERROR("xfs version 4 uses unwritten extents");
46 ERROR("xfs version 4 unknown feature bit detected");
60 ERROR("Superblock has unknown compatible features enabled");
61 ERROR("Use more recent kernal");
66 ERROR("Superblock has unknown read-only compatible features enabled");
67 ERROR("Filesystem is read-only");
72 ERROR("Superblock has unknown incompatible features enabled");
84 ERROR("Invali
[all...]
H A DDebug.h25 #define ERROR(x...) dprintf("\n\33[34mxfs:\33[0m " x) macro
H A DVolume.cpp60 ERROR("Filesystem is corrupted");
69 ERROR("Volume::Identify(): Invalid Superblock!\n");
94 ERROR("Volume::Mount(): couldn't open device\n");
104 ERROR("Volume::Mount(): Invalid super block!\n");
117 ERROR("Volume:Mount() Unable to get diskSize");
/haiku/src/add-ons/accelerants/common/
H A Ddp.cpp21 #define ERROR(x...) _sPrintf("dp_common: " x) macro
39 ERROR("%s: Unknown DisplayPort Link Rate! (0x%" B_PRIX32 ")\n",
56 ERROR("%s: Unknown DisplayPort Link Rate! (0x%" B_PRIX32 ")\n",
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdebug.h19 #define ERROR(a...) dprintf("firewire: ERROR " a) macro
H A Dutil.c54 ERROR("couldn't allocate area %s\n", name);
60 ERROR("couldn't get mapping for %s\n", name);
92 ERROR("mapping '%s' failed, error 0x%" B_PRIx32 " (%s)\n", name, area,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2debug.h19 #define ERROR(x...) dprintf("h2generic: " x) macro
H A Dh2generic.cpp111 ERROR("%s: Device table full\n", __func__);
118 ERROR("%s: Unable to malloc new bt device\n", __func__);
128 ERROR("%s: Unable to create bt device command semaphore: %" B_PRId32 "\n", __func__, err);
136 ERROR("%s: Unable to create bt device lock semaphore: %" B_PRId32 "\n", __func__, err);
157 ERROR("%s: Device could not be added\n", __func__);
250 ERROR("%s: Couldn't allocate device record.\n", __func__);
259 ERROR("%s: Couldn't get default USB config.\n", __func__);
272 ERROR("%s: set_alt_interface() error.\n", __func__);
279 ERROR("%s: set_configuration() error.\n", __func__);
309 ERROR("
[all...]
/haiku/headers/private/bluetooth/
H A DbtDebug.h16 #define ERROR(x...) dprintf("bt: " x) macro
H A Ddebug.h14 inline void ERROR(const char *fmt, ...) function
18 printf("### ERROR: ");
56 #define ERROR(a...) fprintf(stderr, a) macro
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DVolume.cpp17 #define ERROR(x...) dprintf("\33[34mufs2:\33[0m " x) macro
71 ERROR("Invalid superblock! Identify failed!!\n");
97 ERROR("Could not open device\n");
106 ERROR("Invalid super block\n");
/haiku/src/add-ons/kernel/busses/random/virtio/
H A DVirtioRNGDevice.cpp50 ERROR("queue allocation failed (%s)\n", strerror(fStatus));
56 ERROR("interrupt setup failed (%s)\n", strerror(fStatus));
63 ERROR("queue interrupt setup failed (%s)\n", strerror(fStatus));
70 ERROR("dpc setup failed (%s)\n", strerror(fStatus));
78 ERROR("timer setup failed (%s)\n", strerror(fStatus));
117 ERROR("queueing failed (%s)\n", strerror(result));
134 ERROR("request failed (%s)\n", strerror(result));
/haiku/src/add-ons/accelerants/radeon_hd/
H A Dconnector.cpp32 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
133 ERROR("WARNING: CHECK NEW DCE mmDC_GPIO_HPD_A value!\n");
183 ERROR("%s: invalid gpio %" B_PRIu32 " for connector %" B_PRIu32 "\n",
376 ERROR("%s: could't read GPIO_Pin_LUT table from AtomBIOS index %d!\n",
393 ERROR("%s: ERROR: Out of space for additional GPIO pins!\n", __func__);
400 ERROR("%s: BUG: Attempting to fill already populated gpio pin!\n",
436 ERROR("%s: could't read GPIO_I2C_Info table from AtomBIOS index %d!\n",
448 ERROR("%s: ERROR
[all...]
H A Ddisplayport.cpp32 #define ERROR(x...) _sPrintf("radeon_hd: " x) macro
41 ERROR("%s: cannot speak on invalid dpInfo!\n", __func__);
76 ERROR("%s: dp_aux channel timeout!\n", __func__);
79 ERROR("%s: dp_aux channel flags not zero!\n", __func__);
82 ERROR("%s: dp_aux channel error!\n", __func__);
104 ERROR("%s: DP message is invalid!\n", __func__);
109 ERROR("%s: Too many bytes! (%" B_PRIuSIZE ")\n", __func__,
126 ERROR("%s: DP message uninitalized buffer!\n", __func__);
160 ERROR("%s: Unknown dp_aux_msg request!\n", __func__);
185 ERROR("
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp32 #define ERROR(x...) dprintf("intel_extreme: " x) macro
226 ERROR("%s: Intel gfx deviceID: 0x%04x\n", __func__, info.device_id);
252 ERROR("%s: Intel PCH deviceID: 0x%04x\n", __func__, info.device_id);
255 ERROR("%s: Found Ibex Peak PCH\n", __func__);
258 ERROR("%s: Found CougarPoint PCH\n", __func__);
261 ERROR("%s: Found PantherPoint PCH\n", __func__);
265 ERROR("%s: Found LynxPoint PCH\n", __func__);
269 ERROR("%s: Found WildcatPoint PCH\n", __func__);
273 ERROR("%s: Found SunrisePoint PCH\n", __func__);
276 ERROR("
[all...]
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.h29 #define ERROR(x...) dprintf(DRIVER_NAME ": " x) macro
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.h29 #define ERROR(x...) dprintf(DRIVER_NAME ": " x) macro
/haiku/headers/compatibility/bsd/arpa/
H A Dtftp.h56 #define ERROR 05 /* error code */ macro
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIController.cpp87 ERROR("queue allocation failed (%s)\n", strerror(fStatus));
100 ERROR("interrupt setup failed (%s)\n", strerror(fStatus));
116 ERROR("queue interrupt setup failed (%s)\n", strerror(fStatus));
197 ERROR("invalid target device\n");
204 ERROR("invalid lun device\n");
244 ERROR("wait failed with status: %#" B_PRIx32 "\n", result);
317 ERROR("events missed\n");
320 ERROR("transport reset\n");
323 ERROR("async notify\n");
330 ERROR("capacit
[all...]
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp191 ERROR("%s: Invalid State\n", __func__);
197 ERROR("%s: Semaphore could not be created\n", __func__);
259 ERROR("%s: Semaphore could not be created\n", __func__);
300 ERROR("%s: Could not dequeue socket %s\n", __func__,
335 ERROR("%s: Invalid State %p\n", __func__, this);
349 ERROR("%s: Invalid State %p\n", __func__, this);
364 ERROR("%s: Invalid State %p\n", __func__, this);
421 ERROR("%s: Could not spawn child for Endpoint %p\n", __func__, this);
476 ERROR("%s: Could not set child Endpoint %p %s\n", __func__, this,
/haiku/src/bin/pkgman/
H A Dpkgman.h25 #define ERROR(result, msg...) \ macro
/haiku/src/kits/media/
H A DDormantNodeManager.cpp88 ERROR("Forcing unload of add-on id %" B_PRId32 " with usecount %"
110 ERROR("DormantNodeManager::GetAddon: can't find path for add-on %"
119 ERROR("DormantNodeManager::GetAddon: can't load add-on %" B_PRId32
163 ERROR("DormantNodeManager::PutAddon: failed to find add-on %" B_PRId32
203 ERROR("DormantNodeManager::RegisterAddon failed, couldn't get ref "
215 ERROR("DormantNodeManager::RegisterAddon failed, couldn't talk to "
285 ERROR("DormantNodeManager::LoadAddon: loading \"%s\" failed: %s\n",
294 ERROR("DormantNodeManager::LoadAddon: loading failed, function not "
302 ERROR("DormantNodeManager::LoadAddon: creating BMediaAddOn failed\n");
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.cpp29 #define ERROR(x...) dprintf("\33[34mext2:\33[0m " x) macro
123 ERROR("InodeAllocator::_Allocate() device is full\n");
135 ERROR("InodeAllocator::_Allocate() GetBlockGroup() failed\n");
141 ERROR("_AllocateInGroup(%" B_PRIu32 "): inodeBitmap is zero\n",
190 ERROR("Unable to open inode bitmap (block number: %" B_PRIu64
199 ERROR("Even though the block group %" B_PRIu32 " indicates there are "
207 ERROR("Failed to mark bit %" B_PRIu32 " at bitmap block %" B_PRIu64
225 ERROR("Unable to open inode bitmap at block %" B_PRIu64 "\n",
232 ERROR("Unable to unmark bit %" B_PRIu32 " in inode bitmap block %"

Completed in 344 milliseconds

1234567891011>>