Searched refs:print_debug (Results 1 – 6 of 6) sorted by relevance
| /src/tools/test/netfibs/ |
| H A D | reflector.sh | 91 print_debug() function 120 print_debug "Setting up interface ${IFACE}" 134 print_debug "Waiting 4 seconds for things to settle" 146 print_debug "_keyword=${_keyword}" 147 print_debug "_fibs=${_fibs}" 148 print_debug "_linklocal=${_linklocal}" 160 print_debug "Successfully received greeting. Peer at ${PEERLINKLOCAL}" 166 print_debug "Removing address from interface ${IFACE}" 183 print_debug "./reflect -p ${CTRLPORT} -T TCP6 " \ 186 print_debug "reflect terminated without error." [all …]
|
| H A D | initiator.sh | 82 print_debug() function 112 print_debug "Setting up interface ${IFACE}" 117 print_debug "Waiting 4 seconds for things to settle" 125 print_debug "Testing FIB ${i}" 151 print_debug "Setting up interface ${IFACE}" 157 print_debug "Waiting 4 seconds for things to settle" 166 print_debug "Testing FIB ${i}" 193 print_debug "Setting up interface ${IFACE}" 198 print_debug "Waiting 4 seconds for things to settle" 209 print_debug "Setting up interface ${IFACE}" [all …]
|
| H A D | forwarding.sh | 112 print_debug() function 141 print_debug "Setting up networking" 186 print_debug "Waiting 4 seconds for things to settle" 203 print_debug "Cleaned up networking" 215 *) print_debug "cannot ping6 ${_addr}, rc=${_rc}" 232 print_debug "${i}/${WAITS} trying to ping6 control addresses." 276 print_debug "Sending control msg #${i} to peer ${_addr}" 290 print_debug "_keyword=${_keyword}" 291 print_debug "_fibs=${_fibs}" 303 print_debug "Successfully exchanged control message with ${_addr}." [all …]
|
| /src/contrib/tcpdump/ |
| H A D | instrument-functions.c | 55 static void print_debug(void *this_fn, void *call_site, action_type action) 61 print_debug(this_fn, call_site, ENTER); in __cyg_profile_func_enter() 67 print_debug(this_fn, call_site, EXIT); in __cyg_profile_func_exit() 70 static void print_debug(void *this_fn, void *call_site, action_type action) in print_debug() function
|
| /src/contrib/libpcap/ |
| H A D | instrument-functions.c | 55 static void print_debug(void *this_fn, void *call_site, action_type action) 61 print_debug(this_fn, call_site, ENTER); in __cyg_profile_func_enter() 67 print_debug(this_fn, call_site, EXIT); in __cyg_profile_func_exit() 70 static void print_debug(void *this_fn, void *call_site, action_type action) in print_debug() function
|
| /src/contrib/elftoolchain/nm/ |
| H A D | nm.c | 146 bool print_debug; member 541 nm_opts.print_debug = true; in get_opt() 644 if (nm_opts.print_debug == false) in get_opt() 793 nm_opts.print_debug = false; in global_init()
|