/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 296 Printf("packet too short (%d bytes) from %s\n", cc, in check_reply() 325 Printf("packet too short (%d bytes) from %s\n", in check_reply() 413 Printf("%s is alive\n", targethost); in check_reply() 419 Printf("%s is alive\n", tmp_buf); in check_reply() 421 Printf("%s (%s) is alive\n", in check_reply() 450 Printf("%d bytes from %s: ", cc, in check_reply() 452 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply() 456 Printf("ICMP %d Unreachable from gateway %s\n", in check_reply() 460 Printf("ICMP %s from gateway %s\n", in check_reply() 464 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply() [all …]
|
H A D | ping_aux6.c | 320 Printf("Truncated message: msg_flags 0x%x from %s\n", in check_reply6() 328 Printf("packet too short (%d bytes) from %s\n", cc, in check_reply6() 343 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 364 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 448 Printf("%s is alive\n", targethost); in check_reply6() 454 Printf("%s is alive\n", tmp_buf); in check_reply6() 456 Printf("%s (%s) is alive\n", in check_reply6() 485 Printf("%d bytes from %s: ", cc, in check_reply6() 487 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply6() 491 Printf("ICMPv6 %d Unreachable from gateway " in check_reply6() [all …]
|
H A D | ping.c | 702 Printf("PING %s: %d data bytes\n", targethost, datalen); in main() 715 Printf("PING %s (%s): %d data bytes\n", in main() 1817 Printf("no answer from %s\n", targethost); in send_scheduled_probe() 1819 Printf("no answer from %s(%s)\n", targethost, in send_scheduled_probe() 2168 Printf("ping: wrote %s %d chars, ret=%d\n", in pinger() 2431 Printf("\n----%s PING Statistics----\n", targethost); in finish() 2432 Printf("%d packets transmitted, ", ntransmitted); in finish() 2433 Printf("%d packets received, ", nreceived); in finish() 2436 Printf("%d%% packet loss", in finish() 2440 Printf("%.2f times amplification", in finish() [all …]
|
H A D | ping.h | 64 #define Printf (void) printf macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 314 Printf("%s: wrote %s %d chars, ret=%d\n", in send_probe() 344 Printf("packet too short (%d bytes) from %s\n", in check_reply() 415 Printf("\n%d bytes from %s to ", cc, in check_reply() 417 Printf("%s: icmp type %d (%s) code %d\n", in check_reply() 420 Printf("%2d: x", i); in check_reply() 422 Printf("%2.2x", *lp++); in check_reply() 484 Printf(" %s", inet_ntoa(from_in->sin_addr)); in print_addr() 486 Printf(" %s (%s)", inet_name(&ip_addr, AF_INET), in print_addr() 491 Printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst)); in print_addr() 518 Printf(" !N"); in print_icmp_other() [all …]
|
H A D | traceroute_aux6.c | 363 Printf("%s: wrote %s %d chars, ret=%d\n", in send_probe6() 412 Printf("Truncated message: msg_flags 0x%x from %s\n", in check_reply6() 422 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 516 Printf("\n%d bytes from %s to ", cc, in check_reply6() 519 Printf("%s: icmp type %d (%s) code %d\n", in check_reply6() 524 Printf("%2d: x", i); in check_reply6() 526 Printf("%2.2x", *lp++); in check_reply6() 672 Printf(" %s", temp_buf); in print_addr6() 674 Printf(" %s (%s)", resolved_name, temp_buf); in print_addr6() 677 Printf(" %d bytes to %s", cc, inet_ntop(AF_INET6, in print_addr6() [all …]
|
H A D | traceroute.c | 480 Printf("(exiting)\n"); in main() 1594 Printf("(skipping)\n"); in traceroute() 1597 Printf("(exiting)\n"); in traceroute() 1631 Printf("%2d ", ttl); in traceroute() 1709 Printf(" %.3f ms", rtt); in traceroute() 1732 Printf(" !"); in traceroute() 1737 Printf(" (ttl=%d)", in traceroute() 1740 Printf(" (hop limit=%d)", in traceroute() 1764 Printf(" *"); in traceroute() 2078 Printf(" %.3f", rttmin); in print_stats() [all …]
|
H A D | traceroute.h | 67 #define Printf (void)printf macro
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithNames | 117 * /usr/sbin/dtrace -ln BEGIN'{Printf("FOUND");}'
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 163 usefulness of the Printf macros. Previously, Concatenate would abort the 387 type. This expands the utility of Concatenate and the Printf/Fprintf 1118 iASL: Added Printf/Fprintf macros for formatted output. These macros are 1119 translated to existing AML Concatenate and Store operations. Printf 1130 (new) Printf ("%o: Unexpected value for %o, %o at line %o",
|