Searched defs:PRINTF (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintpoolnode.c11 #define PRINTF (void)printf macro
18 PRINTF(" %s", np->ipn_info ? "! " : "");
20 PRINTF("\tAddress: %s", np->ipn_info ? "! " : "");
35 PRINTF("\t\tHits %qu\t\tBytes %qu\t\tName %s\n",
38 PRINTF("\t\tHits %lu\t\tBytes %lu\t\tName %s\n",
H A Dprintpooldata.c14 #define PRINTF (void)printf macro
24 PRINTF("# 'anonymous' tree %s\n", pool->ipo_name);
25 PRINTF("table role = ");
27 PRINTF("Name: %s", pool->ipo_name);
29 PRINTF("(anon)");
31 PRINTF("Role: ");
37 PRINTF("ipf");
40 PRINTF("nat");
43 PRINTF("state");
46 PRINTF("aut
[all...]
H A Dprinthashdata.c14 #define PRINTF (void)printf macro
25 PRINTF("# 'anonymous' table\n");
29 PRINTF("table");
32 PRINTF("group-map");
34 PRINTF(" in");
36 PRINTF(" out");
38 PRINTF(" ???");
41 PRINTF("%#x", hp->iph_type);
44 PRINTF(" role = ");
46 PRINTF("Has
[all...]
H A Dprinthashnode.c11 #define PRINTF (void)printf macro
33 PRINTF("\tAddress: %s",
37 PRINTF("\tAddress: %s",
48 PRINTF("\tHits %qu\tBytes %qu", ipe.ipe_hits, ipe.ipe_bytes);
50 PRINTF("\tHits %lu\tBytes %lu", ipe.ipe_hits, ipe.ipe_bytes);
52 PRINTF("\tRef. Count: %d\tGroup: %s\n", ipe.ipe_ref,
72 PRINTF(", group = %s", ipe.ipe_group);
H A Dprintstate.c10 #define PRINTF (void)printf macro
26 PRINTF("%s -> ", hostname(ips.is_v, &ips.is_src.in4));
27 PRINTF("%s pass %#x pr %d state %d/%d bkt %d\n",
30 PRINTF("\ttag %u ttl %lu", ips.is_tag, ips.is_die - now);
33 PRINTF("\n\t%hu -> %hu %x:%x %hu<<%d:%hu<<%d\n",
38 PRINTF("\tcmsk %04x smsk %04x isc %p s0 %08x/%08x\n",
41 PRINTF("\tFWD:ISN inc %x sumd %x\n",
43 PRINTF("\tREV:ISN inc %x sumd %x\n",
46 PRINTF("\tsbuf[0] [");
48 PRINTF("] sbu
[all...]
H A Dprintpool.c14 #define PRINTF (void)printf macro
34 PRINTF("# 'anonymous' tree %s\n", ipp.ipo_name);
35 PRINTF("table role = ");
37 PRINTF("Name: %s", ipp.ipo_name);
39 PRINTF("(anon)");
41 PRINTF("Role: ");
75 PRINTF(" type = tree number = %s\n", ipp.ipo_name);
76 PRINTF("\t{");
80 PRINTF("\tReferences: %d\tHits: %lu\n", ipp.ipo_ref,
82 PRINTF("\tNode
[all...]
H A Dprinthash.c14 #define PRINTF (void)printf macro
37 PRINTF("# 'anonymous' table\n");
41 PRINTF("table");
44 PRINTF("group-map");
46 PRINTF(" in");
48 PRINTF(" out");
50 PRINTF(" ???");
53 PRINTF("%#x", iph.iph_type);
56 PRINTF(" role = ");
58 PRINTF("Has
[all...]
H A Dprinthash_live.c16 #define PRINTF (void)printf macro
37 PRINTF("\t{");
79 PRINTF(" };\n");
H A Dprintpool_live.c16 #define PRINTF (void)printf macro
37 PRINTF("\t{");
79 PRINTF(" };\n");
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c45 #define PRINTF(msg) if (debug & ELFDEBUG) \ macro
53 #define PRINTF(msg) macro
/illumos-gate/usr/src/cmd/w/
H A Dw.c98 #define PRINTF(a) if (printf a < 0) { \ macro
278 PRINTF((gettext("up")));
280 PRINTF((gettext(
283 PRINTF((" %2d:%02d,", hrs, mins));
286 PRINTF((gettext(
289 PRINTF((gettext(
296 PRINTF((((nusers == 1) ?
302 PRINTF((gettext(", load average: %.2f, %.2f, %.2f\n"),
310 PRINTF((dcgettext(NULL, "User tty "
314 PRINTF((dcgettex
[all...]
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c735 #define PRINTF(a) (void) printf a macro
759 PRINTF(("%*s ", width, value));
779 PRINTF(("%-11s ", timestr));
785 PRINTF(("%-11s ", weekdaytime));
791 PRINTF(("%-11s ", monthtime));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c91 #define PRINTF (void)printf macro
499 PRINTF("opts %#x name %s\n", opts, device);
744 PRINTF("bad packets:\t\tin %lu\tout %lu\n",
747 PRINTF(" IPv6 packets:\t\tin %lu out %lu\n",
750 PRINTF(" input packets:\t\tblocked %lu passed %lu nomatch %lu",
753 PRINTF(" counted %lu short %lu\n",
755 PRINTF("output packets:\t\tblocked %lu passed %lu nomatch %lu",
758 PRINTF(" counted %lu short %lu\n",
760 PRINTF(" input packets logged:\tblocked %lu passed %lu\n",
762 PRINTF("outpu
[all...]
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h296 #define PRINTF (void)printf macro

Completed in 98 milliseconds