Searched refs:vprint (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.c | 130 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()
|
D | memtoy.h | 96 extern void vprint(char*, ...);
|
D | segment.c | 274 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()
|
D | commands.c | 1299 vprint("%s>%s\n", gcp->program_name, cmdline); in process_commands()
|