/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 285 Printf("packet too short (%d bytes) from %s\n", cc, in check_reply() 314 Printf("packet too short (%d bytes) from %s\n", in check_reply() 401 Printf("%s is alive\n", targethost); in check_reply() 407 Printf("%s is alive\n", tmp_buf); in check_reply() 409 Printf("%s (%s) is alive\n", in check_reply() 438 Printf("%d bytes from %s: ", cc, pr_name4(from)); in check_reply() 439 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply() 443 Printf("ICMP %d Unreachable from gateway %s\n", in check_reply() 446 Printf("ICMP %s from gateway %s\n", in check_reply() 449 Printf(" for %s from %s", pr_protocol(ip->ip_p), in check_reply() [all …]
|
H A D | ping_aux6.c | 309 Printf("Truncated message: msg_flags 0x%x from %s\n", in check_reply6() 316 Printf("packet too short (%d bytes) from %s\n", cc, in check_reply6() 331 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 350 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 432 Printf("%s is alive\n", targethost); in check_reply6() 438 Printf("%s is alive\n", tmp_buf); in check_reply6() 440 Printf("%s (%s) is alive\n", in check_reply6() 469 Printf("%d bytes from %s: ", cc, in check_reply6() 471 Printf("udp_port=%d. ", ntohs(up->uh_dport)); in check_reply6() 475 Printf("ICMPv6 %d Unreachable from gateway " in check_reply6() [all …]
|
H A D | ping.c | 688 Printf("PING %s: %d data bytes\n", targethost, datalen); in main() 701 Printf("PING %s (%s): %d data bytes\n", in main() 1813 Printf("no answer from %s\n", targethost); in send_scheduled_probe() 1815 Printf("no answer from %s(%s)\n", targethost, in send_scheduled_probe() 2174 Printf("ping: wrote %s %d chars, ret=%d\n", in pinger() 2498 Printf("\n----%s PING Statistics----\n", targethost); in finish() 2499 Printf("%d packets transmitted, ", ntransmitted); in finish() 2500 Printf("%d packets received, ", nreceived); in finish() 2503 Printf("%d%% packet loss", in finish() 2507 Printf("%.2f times amplification", in finish() [all …]
|
H A D | ping.h | 67 #define Printf (void) printf macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 312 Printf("%s: wrote %s %d chars, ret=%d\n", in send_probe() 342 Printf("packet too short (%d bytes) from %s\n", in check_reply() 413 Printf("\n%d bytes from %s to ", cc, in check_reply() 415 Printf("%s: icmp type %d (%s) code %d\n", in check_reply() 418 Printf("%2d: x", i); in check_reply() 420 Printf("%2.2x", *lp++); in check_reply() 482 Printf(" %s", inet_ntoa(from_in->sin_addr)); in print_addr() 484 Printf(" %s (%s)", inet_name(&ip_addr, AF_INET), in print_addr() 489 Printf(" %d bytes to %s", cc, inet_ntoa(ip->ip_dst)); in print_addr() 516 Printf(" !N"); in print_icmp_other() [all …]
|
H A D | traceroute_aux6.c | 361 Printf("%s: wrote %s %d chars, ret=%d\n", in send_probe6() 410 Printf("Truncated message: msg_flags 0x%x from %s\n", in check_reply6() 420 Printf("packet too short (%d bytes) from %s\n", in check_reply6() 514 Printf("\n%d bytes from %s to ", cc, in check_reply6() 517 Printf("%s: icmp type %d (%s) code %d\n", in check_reply6() 522 Printf("%2d: x", i); in check_reply6() 524 Printf("%2.2x", *lp++); in check_reply6() 670 Printf(" %s", temp_buf); in print_addr6() 672 Printf(" %s (%s)", resolved_name, temp_buf); in print_addr6() 675 Printf(" %d bytes to %s", cc, inet_ntop(AF_INET6, in print_addr6() [all …]
|
H A D | traceroute.c | 493 Printf("(exiting)\n"); in main() 1618 Printf("(skipping)\n"); in traceroute() 1621 Printf("(exiting)\n"); in traceroute() 1655 Printf("%2d ", ttl); in traceroute() 1733 Printf(" %.3f ms", rtt); in traceroute() 1756 Printf(" !"); in traceroute() 1761 Printf(" (ttl=%d)", in traceroute() 1764 Printf(" (hop limit=%d)", in traceroute() 1788 Printf(" *"); in traceroute() 2116 Printf(" %.3f", rttmin); in print_stats() [all …]
|
H A D | traceroute.h | 65 #define Printf (void)printf macro
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithNames | 115 * /usr/sbin/dtrace -ln BEGIN'{Printf("FOUND");}'
|
/illumos-gate/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",
|