Searched refs:vprint (Results 1 – 7 of 7) sorted by relevance
/external/scapy/scapy/layers/tls/ |
D | automaton_srv.py | 97 self.vprint("Version : %s" % v) 99 self.vprint("Cipher suite : %s" % cs) 101 self.vprint("Master secret : %s" % repr_hex(ms)) 103 self.vprint("Client certificate chain: %r" % s.client_certs) 104 self.vprint() 128 self.vprint("Starting TLS server automaton.") 129 self.vprint("Receiving 'stop_server' will cause a graceful exit.") 130 self.vprint("Interrupting with Ctrl-Z might leave a loose socket hanging.") 143 self.vprint() 144 self.vprint(m) [all …]
|
D | automaton_cli.py | 96 self.vprint("Unrecognized TLS version option.") 115 self.vprint("Version : %s" % v) 117 self.vprint("Cipher suite : %s" % cs) 122 self.vprint("Master secret : %s" % repr_hex(ms)) 124 self.vprint("Server certificate chain: %r" % s.server_certs) 125 self.vprint() 130 self.vprint("Starting TLS client automaton.") 149 self.vprint() 150 self.vprint("Trying to connect on %s:%d" % (self.remote_ip, 155 self.vprint() [all …]
|
D | automaton.py | 133 self.vprint("Could not join host ! Retrying...") 223 def vprint(self, s=""): member in _TLSAutomaton
|
/external/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() 485 vprint("%s: pagesize = %d\n", gcp->program_name, gcp->pagesize); in main() 487 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 | 1232 vprint("%s>%s\n", gcp->program_name, cmdline); in process_commands()
|