Searched refs:INFO (Results 1 - 19 of 19) sorted by relevance

/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Dconfig.h31 #define INFO "cx23882: DVB-T Driver. Version " VERSION ", Revision " REVISION ", Build " BUILD "\n" macro
H A Ddriver.c128 dprintf(INFO);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_common.h27 # define INFO(x...) dprintf(x) macro
29 # define INFO(x...) macro
H A Dps2_standard_mouse.cpp203 INFO("ps2: ps2_standard_mouse_disconnect %s\n", dev->name);
227 INFO("ps2: bad mouse data, trying resync\n");
234 INFO("ps2: strange mouse data, x/y overflow, trying resync\n");
273 INFO("ps2: probe_mouse get device id failed\n");
296 INFO("ps2: probe_mouse Standard PS/2 mouse found\n");
302 INFO("ps2: probe_mouse Extended PS/2 mouse found\n");
304 INFO("ps2: probe_mouse Error unknown device id.\n");
382 INFO("ps2: cannot enable mouse %s\n", name);
H A Dps2_keyboard.cpp280 INFO("ps2: ps2_keyboard_disconnect %s\n", dev->name);
299 // INFO("ps2: keyboard test failed, status 0x%08lx, data 0x%02x\n", status, data);
309 INFO("ps2: keyboard reset failed, status 0x%08" B_PRIx32 ", data 0x%02x"
317 INFO("ps2: keyboard getid failed, status 0x%08" B_PRIx32 ", data 0x%02x%02x."
333 // INFO("ps2: keyboard echo test failed, status 0x%08lx, data 0x%02x\n", status, data);
344 INFO("ps2: cannot read CMD byte on kbd probe:%#08" B_PRIx32 "\n",
351 INFO("ps2: cannot write 0x%02x to CMD byte on kbd probe:%#08"
361 INFO("ps2: cannot read keyboard device id:%#08" B_PRIx32 "\n", status);
389 INFO("ps2: keyboard probing failed\n");
395 INFO("ps
[all...]
H A Dps2_common.cpp131 INFO("ps2: controller self test failed, status 0x%08" B_PRIx32 ", data "
210 INFO("ps2: active multiplexing v%d.%d enabled\n", (in >> 4), in & 0xf);
225 INFO("ps2: active multiplexing d3 workaround failed, status 0x%08"
390 INFO("ps2: initial setup of command byte failed\n");
397 INFO("ps2: setting up active multiplexing failed\n");
403 INFO("ps2: setting up command byte with enabled interrupts failed\n");
414 INFO("ps2: accessing multiplexed mouse port 0 timed out, ignoring it!\n");
H A Dps2_dev.cpp75 INFO("ps2_dev: reset failed: %s\n", strerror(status));
110 INFO("ps2: reset after probe failed\n");
238 INFO("ps2: devfs_publish_device %s, status = 0x%08" B_PRIx32 "\n",
259 INFO("ps2: devfs_unpublish_device %s, status = 0x%08" B_PRIx32 "\n",
337 INFO("ps2: hot removal of %s\n", dev->name);
343 INFO("ps2: hot plugin of %s\n", dev->name);
345 INFO("ps2: device %s still active, republishing...\n",
358 INFO("ps2: possibly a hot plugin of %s\n", dev->name);
H A Dps2_alps.cpp245 INFO("ALPS not supported: %2.2x %2.2x %2.2x\n", val[0], val[1],
253 INFO("ALPS found: %2.2x %2.2x %2.2x\n", val[0], val[1], val[2]);
426 INFO("ps2_alps: reset failed\n");
498 INFO("ALPS: bad header, trying resync\n");
505 INFO("ALPS: bad package data, trying resync\n");
536 INFO("ALPS: alps_disconnect %s\n", dev->name);
H A Dps2_synaptics.cpp452 INFO("SYNAPTICS: cannot disable touchpad %s\n", dev->parent_dev->name);
467 INFO("SYNAPTICS: cannot enable touchpad %s\n", dev->parent_dev->name);
662 INFO("SYNAPTICS: cannot set mode %s\n", name);
668 INFO("SYNAPTICS: cannot enable touchpad %s\n", name);
711 INFO("ps2_synaptics: reset failed\n");
787 INFO("SYNAPTICS: bad mouse data %#02x, trying resync\n", val);
848 INFO("SYNAPTICS: synaptics_disconnect %s\n", dev->name);
H A Dps2_service.cpp139 INFO("ps2: ps2_service_thread: Error, status 0x%08" B_PRIx32 ", "
H A Dps2_elantech.cpp223 INFO("Elantech version %02X%02X%02X, under developement! Using fallback.\n",
514 INFO("ELANTECH: version 0x%" B_PRIu32 " (0x%" B_PRIu32 ")\n",
604 INFO("ps2_elantech: reset failed\n");
646 INFO("ELANTECH: unknown opcode: 0x%" B_PRIx32 "\n", op);
698 INFO("ELANTECH: elantech_disconnect %s\n", dev->name);
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp30 #define INFO(x...) printf("mbrtool: " x) macro
61 INFO("Error: %s: %s\n", message, strerror(errno));
63 INFO("Error: %s\n", message);
200 INFO("MBR of image is invalid, creating a fresh one.\n");
207 INFO("Warning: Partition extends beyond end of file!\n");
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp15 #define INFO(a...) dprintf("Highpoint-IDE: " a) macro
237 INFO("found: device: %x, revision: %x, function: %x\n",devID,revisionID,function);
277 INFO("Highpoint-ATA: old revision found.\n");
382 INFO("supporting device Vendor ID: %x, deviceID: %x, result %f\n", vendorID, deviceID, result);
/haiku/src/tests/kits/storage/virtualdrive/
H A Dmkvirtualdrive.cpp218 enum { INSTALL, UNINSTALL, INFO } mode = INSTALL; enumerator in enum:__anon43
250 mode = INFO;
292 case INFO:
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp33 # define INFO(x) debug_printf x macro
35 # define INFO(x) ; macro
1024 INFO(("heap %p: allocate %" B_PRIuSIZE " bytes from raw pages with"
1033 INFO(("heap %p: found no contiguous pages to allocate %" B_PRIuSIZE " bytes\n",
1048 INFO(("heap %p: allocate %" B_PRIuSIZE " bytes from bin %" B_PRIu32
1058 INFO(("heap %p: no free pages to allocate %" B_PRIuSIZE " bytes\n", heap,
1116 INFO(("memalign(alignment = %" B_PRIuSIZE ", size = %" B_PRIuSIZE ")\n",
1158 INFO(("memalign(): asked to allocate %" B_PRIuSIZE " bytes, returning pointer %p\n",
1206 INFO(("free(): asked to free pointer %p\n", address));
1211 INFO(("fre
[all...]
/haiku/src/apps/codycam/
H A DCodyCam.cpp50 #define INFO printf macro
233 INFO("CodyCam acquiring VideoInput node\n");
386 INFO("stopping nodes!\n");
395 INFO("CodyCam releasing fProducerNode\n");
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp55 #define INFO(x...) dprintf("efi/fdt: " x) macro
610 INFO("Probing for device trees from UEFI...\n");
628 INFO("Valid FDT from UEFI table %d, size: %" B_PRIu32 "\n", i, sDtbSize);
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp26 //#define INFO(x) printf(x);
27 #define INFO(x) macro
1696 INFO("BMPTranslator::translate_from_bmp() - identify_bmp_header failed\n");
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c30 #define INFO 0x0002 macro
40 #define DEFAULT_DEBUG_FLAGS ( ERR | INFO | WARN | FUNCTION )

Completed in 140 milliseconds