Home
last modified time | relevance | path

Searched refs:vprint (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/boostdep/depinst/
Ddepinst.py21 def vprint( level, *args ): function
68 vprint( 0, 'Cannot determine module for header', h )
89 vprint( 1, 'Adding dependency', mod )
95 vprint( 1, 'Scanning directory', d )
106 vprint( 2, 'Scanning file', fn )
121 vprint( 1, 'Scanning module', m )
131 vprint( 1, 'Reading exceptions.txt' )
159 vprint( 1, 'Reading .gitmodules' )
182 vprint( 0, 'Installing:', ', '.join(modules) )
193 vprint( 1, 'Executing:', command )
[all …]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.c130 void vprint(char *format, ...) in vprint() function
188 vprint("signal hander entered for sig %s\n", gcp->signame); in signal_handler()
240 vprint("%s: established handler for %s\n", in set_signals()
261 vprint("%s: wakened by signal %s\n", __FUNCTION__, glctx.signame); in wait_for_signal()
330 vprint("!!!%s from 0x%lx thru 0x%lx\n", in touch_memory()
484 vprint("%s: pagesize = %d\n", gcp->program_name, gcp->pagesize); in main()
486 vprint("%s: NUMA available - max node: %d\n", in main()
Dmemtoy.h96 extern void vprint(char*, ...);
Dsegment.c274 vprint("%s: mmap()ed anon seg %s at 0x%lx-0x%lx\n", in map_anon_segment()
407 vprint("%s: mmap()ed file seg %s at 0x%lx-0x%lx\n", in map_file_segment()
435 vprint("%s: shm seg %s id: %d\n", in get_shm_segment()
455 vprint("%s: mmap()ed shm seg %s at 0x%lx-0x%lx\n", in map_shm_segment()
Dcommands.c1299 vprint("%s>%s\n", gcp->program_name, cmdline); in process_commands()