Searched refs:printf (Results 26 - 50 of 1262) sorted by path

1234567891011>>

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DBitFieldTesters.cpp53 printf("ConstantFieldTester: Error, no ctRes!\n");
100 printf("HasBitsFieldTester: Error, no rqBits!\n");
103 printf("HasBitsFieldTester: Error, no fbBits!\n");
163 printf(NOTE "Error casting slaveObject to BitFieldTester!\n");
167 printf(NOTE "instantiate_object returned NULL!\n");
169 printf(NOTE "Couldn't unarchive NotFieldTester slave!\n");
242 printf(MINI "Error casting slaveObject to BitFieldTester!\n");
246 printf(MINI "instantiate_object returned NULL!\n");
H A DCommandActuators.cpp1116 printf("Error creating subActuator from [%s]\n", argv[i]);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwdma.cpp54 printf("fwdma_map_cb: error=%d\n", error);
83 printf("fwdma_malloc: failed(1)\n");
90 printf("fwdma_malloc: failed(2)\n");
118 printf("fwdma_malloc_size: failed(1)\n");
193 printf("fwdma_malloc_multiseg: tag_create failed\n");
205 printf("fwdma_malloc_multi: malloc_size failed %d\n",
H A Dfwmem.cpp107 printf("fwmem_read_quad: %d %04x:%08x\n", fwdev->dst,
143 printf("fwmem_write_quad: %d %04x:%08x %08x\n", fwdev->dst,
182 printf("fwmem_read_block: %d %04x:%08x %d\n", fwdev->dst,
220 printf("fwmem_write_block: %d %04x:%08x %d\n", fwdev->dst,
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp23 # define TRACE(x...) printf(x)
/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dnvme_log.h16 __attribute__((format(printf, 2, 3)));
18 __attribute__((format(printf,2,0)));
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h259 __attribute__((format(printf, 2, 3)));
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c264 printf("Sysctl changed for Aironet driver\n");
779 printf("%s%d%sMbps", (i != 0 ? " " : ""),
784 printf("\n");
1274 printf("BUSY\n");
1537 printf("BUSY\n");
1608 printf("%02x ", *ptr2);
1617 printf("%s\n",buf);
1623 printf(" ");
1625 printf(" %s\n",buf);
2046 printf("T
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c408 printf("flash caldata:: %x\n", buffer[0]);
H A Dar9300_paprd.c771 * printf(
1462 * printf(
1493 * printf(
1517 /*printf("bin=%d, theta[bin] = %d\n", bin, theta[bin]);*/
1559 * printf("y_est[%d] = %d, x_est[%d]=%d\n",
1566 /*printf("x_est_fxp1_nonlin[%d] = %d\n", bin, x_est_fxp1_nonlin[bin]);*/
1615 /*printf("sum_y_sqr = %d, sum_y_quad=%d\n", sum_y_sqr, sum_y_quad);*/
1624 * printf(
1643 * printf(
1703 /*printf("id
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c75 printf("%s (%s): attached\n", __func__, alq->sc_alq_devname);
100 printf("%s (%s): detached\n", __func__, alq->sc_alq_devname);
120 printf("%s (%s): failed, err=%d\n", __func__,
123 printf("%s (%s): opened\n", __func__, alq->sc_alq_devname);
139 printf("%s (%s): closed\n", __func__, alq->sc_alq_devname);
H A Dif_ath_debug.c110 printf("R[%2u] (DS.V:%p DS.P:%p) L:%08x D:%08x%s\n"
118 printf(" %08x %08x %08x %08x %08x %08x %08x\n",
123 printf(" %08x %08x %08x %08x %08x %08x %08x\n",
128 printf(" %08x %08x %08x %08x %08x %08x %08x\n",
147 printf("Q%u[%3u] (nseg=%d)", qnum, ix, bf->bf_nseg);
163 printf(" (DS.V:%p DS.P:%p) I: %08x L:%08x F:%04x%s\n",
168 printf(" (D[0] = %08x(%08x), D[1] = %08x(%08x)\n",
171 printf(" (D[2] = %08x(%08x), D[3] = %08x(%08x)\n",
174 printf(" Seq: %d swtry: %d ADDBAW?: %d DOBAW?: %d\n",
179 printf("
[all...]
H A Dif_ath_keycache.c100 printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
102 printf("%02x", hk->kv_val[i]);
103 printf(" mac %s", ether_sprintf(mac));
105 printf(" %s ", sc->sc_splitmic ? "mic" : "rxmic");
107 printf("%02x", hk->kv_mic[i]);
109 printf(" txmic ");
111 printf("%02x", hk->kv_txmic[i]);
114 printf("\n");
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c86 #define DPRINTF(x) do { if (ipw_debug > 0) printf x; } while (0)
87 #define DPRINTFN(n, x) do { if (ipw_debug >= (n)) printf x; } while (0)
1525 printf("sending %s(%u, %u, %u, %u)", ipw_cmdname(type), type,
1530 printf(" data: 0x");
1532 printf("%1D", (u_char *)data + len - i, "");
1534 printf("\n");
2091 printf("Setting ESSID to ");
2093 printf("\n");
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2484 printf("%s: bad firmware error log address 0x%08x\n", __func__,
2489 printf("%s: could not read firmware error log\n", __func__);
2495 printf("%s: invalid count field (count = %u)\n", __func__,
2502 printf("firmware error log (count = %u):\n", count);
2507 printf(" error type = \"%s\" (0x%08X)\n",
2511 printf(" error data = 0x%08X\n",
2513 printf(" branch link = 0x%08X%08X\n",
2515 printf(" interrupt link = 0x%08X%08X\n",
2517 printf(" time = %u\n", dump.time);
2523 printf("drive
[all...]
H A Dif_wpi_debug.h53 printf(__VA_ARGS__); \
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c2094 printf("\n%s:\n", name);
2096 printf("[%2d] %3d %3d %3d %3d\n", i/4, table[i+0], table[i+1], table[i+2], table[i+3]);
2769 printf(" Result %s", results[result]);
2771 printf(" Result %d", result);
2776 printf("\n%02x", cp[i]);
2778 printf(" %02x", cp[i]);
2780 printf("\n");
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dksocket.h30 #define kmessage(fmt, ...) printf(fmt "\n", ##__VA_ARGS__)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c62 # define BROKEN_GCC_FORMAT_ATTRIBUTE __attribute__((format(printf, 6, 0)))
309 * @format: printf-style formatting string
346 * @format: printf-style formatting string
430 * @format: printf-style formatting string
521 * @format: printf-style formatting string
543 * @format: printf-style formatting string
575 * @format: printf-style formatting string
608 * @format: printf-style formatting string
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp678 printf("IPCP: TOGoodEvent() state=%d\n", State());
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp37 // printf("direct constructor\n");
48 // printf("Copy constructor\n");
60 // printf("Destructor\n");
104 // printf("Set To %ld begin=============================\n", ID);
106 printf("No fFD\n");
113 // printf("SetTo info:%p\n", &info);
117 // printf("%s fine: name:%s, fID:%ld\n", __func__, info.info.name, fID);
121 // printf("%s fail: name:%s, fID:%ld\n", __func__, "", fID);
125 // printf("Set To %ld end =============================\n", ID);
147 printf("
[all...]
H A DPPPManager.cpp351 printf("No interface, count, first round: %" B_PRId32 "\n", *count);
359 //printf("interfaces addr: %p\n, requestCount: %ld", interfaces,
363 printf("No interface, count second round: %" B_PRId32 "\n", *count);
449 printf("ERROR: Could not get ppp name:%s\n", name);
453 // printf("first ID:%ld count:%ld\n", interfaces[0], count);
458 // printf("internal info is at: %p\n", &info);
490 // printf("\n\t");
502 // printf("%s\n", type);
506 // printf("%s\n", type);
510 // printf("
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp102 printf("Checking for Spam Server.\n");
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.cpp87 printf("IMAP: message added %s, uid %" B_PRIu32 "\n", ref.name,
96 printf("IMAP: message deleted, uid %" B_PRIu32 "\n", token.uid);
104 printf("IMAP: flags changed %s, uid %" B_PRIu32 ", from %" B_PRIx32 " to %"
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp18 # define TRACE(x...) printf(x)

Completed in 180 milliseconds

1234567891011>>