| /titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
| H A D | ping_aux.c | 293 Printf("packet too short (%d bytes) from %s\n", cc, in check_reply() 322 Printf("packet too short (%d bytes) from %s\n", in check_reply() 410 Printf("%s is alive\n", targethost); in check_reply() 416 Printf("%s is alive\n", tmp_buf); in check_reply() 418 Printf("%s (%s) is alive\n", in check_reply() 447 Printf("%d bytes from %s: ", cc, in check_reply() 449 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply() 453 Printf("ICMP %d Unreachable from gateway %s\n", in check_reply() 457 Printf("ICMP %s from gateway %s\n", in check_reply() 461 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply() [all …]
|
| H A D | ping_aux6.c | 318 Printf("Truncated message: msg_flags 0x%x from %s\n", in check_reply6() 326 Printf("packet too short (%d bytes) from %s\n", cc, in check_reply6() 341 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 362 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 446 Printf("%s is alive\n", targethost); in check_reply6() 452 Printf("%s is alive\n", tmp_buf); in check_reply6() 454 Printf("%s (%s) is alive\n", in check_reply6() 483 Printf("%d bytes from %s: ", cc, in check_reply6() 485 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply6() 489 Printf("ICMPv6 %d Unreachable from gateway " in check_reply6() [all …]
|
| H A D | ping.c | 674 Printf("PING %s: %d data bytes\n", targethost, datalen); in main() 687 Printf("PING %s (%s): %d data bytes\n", in main() 1747 Printf("no answer from %s\n", targethost); in send_scheduled_probe() 1749 Printf("no answer from %s(%s)\n", targethost, in send_scheduled_probe() 2098 Printf("ping: wrote %s %d chars, ret=%d\n", in pinger() 2354 Printf("\n----%s PING Statistics----\n", targethost); in finish() 2355 Printf("%d packets transmitted, ", ntransmitted); in finish() 2356 Printf("%d packets received, ", nreceived); in finish() 2359 Printf("%d%% packet loss", in finish() 2363 Printf("%.2f times amplification", in finish() [all …]
|
| H A D | ping.h | 62 #define Printf (void) printf macro
|
| /titanic_44/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_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | man.ListProbesWithNames | 117 * /usr/sbin/dtrace -ln BEGIN'{Printf("FOUND");}'
|
| /titanic_44/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",
|