Searched refs:printf (Results 201 - 225 of 1262) sorted by last modified time

1234567891011>>

/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp134 printf("\n");
170 printf("scheduling analysis: %lu threads, %llu wait objects, "
226 printf("\nthread %ld \"%s\":\n", thread->id, thread->name);
227 printf(" run time: %lld us (%lld runs)\n", thread->total_run_time,
229 printf(" wait time: %lld us\n", waitTime);
230 printf(" latencies: %lld us (%lld)\n", thread->total_latency,
232 printf(" preemptions: %lld us (%lld)\n", thread->total_rerun_time,
234 printf(" unspecified: %lld us\n", thread->unspecified_wait_time);
236 printf(" waited on:\n");
248 printf("
[all...]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp955 //printf("drawing events for thread %ld: %ld events\n", thread->Index(), eventCount);
1037 //printf("MainWindow::SchedulingPage::SchedulingView::_UpdateData()\n");
1038 //printf(" time range: %lld - %lld\n", startTime, endTime);
1043 //printf(" compactState: %p\n", compactState);
1055 //printf(" event offset: %lld, input init error: %s\n", compactState != NULL ? compactState->EventOffset() : 0, strerror(error));
1113 printf("failed to read event!\n");
1182 //printf(" IORequest cluster: %lld - %lld\n", startTime, endTime);
1412 //printf(" thread added: %ld\n", event->thread);
1434 //printf(" thread removed: %ld\n", event->thread);
1452 printf("Schedul
[all...]
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliDumpMemoryCommand.cpp69 printf("Unable to evaluate expression: %s\n", strerror(B_NO_MEMORY));
86 printf("Error: invalid parameter \"%s\"\n", argv[2]);
96 printf("%s\n", output.String());
H A DCliDumpStringCommand.cpp58 printf("Unable to evaluate expression: %s\n", strerror(B_NO_MEMORY));
70 printf("%p \"", (char*)address);
80 printf("\\n");
82 printf("\\t");
87 printf("%c", c);
92 printf("\"\n");
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp55 # define STRACE(x) printf x
253 printf("ERROR: couldn't find the app_server's main port!");
519 // printf("getCloneInfo: %p\n", getCloneInfo);
634 printf("DWindowHWInterface::Shutdown()\n");
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c24 #include <printf.h>
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp39 # define TRACE_ALWAYS(x...) printf(x)
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp158 printf("FUSEFileSystem::CreateVolume()\n");
345 printf("FUSEFileSystem::_InitializationThread(): main() returned!\n");
607 printf("userlandfs_create_file_system()\n");
614 printf("userlandfs_create_file_system(): found main: %p\n", mainFunction);
/haiku/src/tests/kits/net/
H A Dwlan_test.cpp45 printf("%-32s %s %4g dB %s C%02" B_PRIx32 " K%02" B_PRIx32
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp31 # define TRACE(x, ...) printf(x, __VA_ARGS__);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp52 printf("Error trying to start the render thread!\n");
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp372 printf("MSG_FORMAT\n");
416 printf("MSG_SURFACE_TEST\n");
421 printf("B_DEVICE_UPDATE\n");
620 //printf("MainWindow::_SetToDiskAndPartition(disk: %ld, partition: %ld, "
631 printf("error switching disks: %s\n", strerror(status));
/haiku/src/apps/mediaconverter/
H A DMediaConverterApp.cpp445 printf("fixing color space (B_RGBA32 -> B_RGB32)");
510 printf("MediaConverterApp::_ConvertFile() - no tracks found!\n");
524 printf("MediaConverterApp::_ConvertFile()"
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.c1798 printf(" Run list not present.\n");
1805 printf(" VCN LCN len\n");
1811 printf(" ...\n");
1821 printf("%8lld %8s %8lld\n",
1824 printf("%8lld %8lld %8lld\n",
1830 printf(" (%d entries)\n", len+1);
1831 printf("\n");
1847 printf("dst:\n");
1849 printf("src:\n");
1854 printf("re
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp214 printf("IMAP: mark as read %s: %d\n", ref.name, flags);
237 printf("IMAP: fetch body %s\n", ref.name);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp663 printf("account name %s, id %i, in %p, out %p\n", settings.Name(),
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c1777 printf("%s: %s%s on chan %u (bss chan %u) ",
1782 printf(" from %s\n", ether_sprintf((u_int8_t *)wh->i_addr2));
1783 printf("%s: caps 0x%x bintval %u erp 0x%x\n",
2571 printf("%s: %sassociation failed (status %d)"
2756 printf("%s: station %s deauthenticated "
2807 printf("%s: station %s disassociated "
/haiku/src/kits/interface/
H A DMenuField.cpp18 // for printf in TRACE
54 printf("%s", _to.String()); printf(x); }
/haiku/src/bin/
H A Dfstrim.cpp110 printf("%s\n", message);
113 printf("Answer [yes/NO]: ");
254 printf("Range to trim (bytes): offset = %" B_PRIu64
270 printf("Trimmed %" B_PRIu64 " bytes (%s) from device%s.\n",
H A Dsetvolume.cpp91 printf("Muted\n");
95 printf("Unmuted\n");
99 printf("%s\n", muted ? "Muted" : "Unmuted");
154 printf("Current volume: %g (min = %g, max = %g)\n", volume, gain->MinValue(), gain->MaxValue());
/haiku/src/servers/index/
H A DCatchUpManager.cpp97 printf("CatchUpAnalyser:: entryList.size() %i\n", (int)entryList.size());
106 printf("Catch up: %i/%i\n", (int)i,(int)entryList.size());
112 printf("Catched up.\n");
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dstring_utils.c14 #define printf dprintf macro
154 printf("'%s'\n", p);
H A Dparse_duckduckgo_html.c20 #define printf dprintf macro
29 #define PRST printf(DBG "step %d\n", dbgstep++)
57 printf(DBG"sanity check...\n");
77 printf(DBG"parsing...\n");
107 //printf(DBG"[%ld] found token 1\n", numres);
113 //printf(DBG"[%ld] found token 2\n", numres);
126 //printf(DBG"[%ld] found token 3\n", numres);
164 //printf(DBG"[%ld] found token 4\n", numres);
169 //printf(DBG"[%ld] found token 5\n", numres);
199 printf(DB
[all...]
H A Dquery.c11 #define printf dprintf macro
80 //printf("cC = %c%c\n", c, C);
149 for (i=0;i<indent;i++) printf("%c", INDC);
150 printf(": %s {\n", strqop(tree->op));
153 for (i=0;i<indent;i++) printf("%c", INDC);
154 printf("}\n");
156 for (i=0;i<indent;i++) printf("%c", INDC);
157 printf(": {%s} %s {%s}\n", tree->lv.str, strqop(tree->op), tree->rv.str);
171 printf("parse_query_string: %s\n", strerror(err));
180 printf("'
[all...]
H A Dksocket.h30 #define kmessage(fmt, ...) printf(fmt "\n", ##__VA_ARGS__)
52 #define kmessage(fmt, ...) printf(fmt "\n", ##__VA_ARGS__)

Completed in 152 milliseconds

1234567891011>>