Lines Matching refs:PRINTF
12 #define PRINTF (void)printf macro
22 PRINTF("# 'anonymous' tree %s\n", pool->ipo_name);
23 PRINTF("table role = ");
25 PRINTF("Name: %s", pool->ipo_name);
27 PRINTF("(anon)");
29 PRINTF("Role: ");
35 PRINTF("ipf");
38 PRINTF("nat");
41 PRINTF("state");
44 PRINTF("auth");
47 PRINTF("sync");
50 PRINTF("scan");
53 PRINTF("lookup");
56 PRINTF("count");
59 PRINTF("unknown(%d)", pool->ipo_unit);
63 PRINTF(" type = tree number = %s\n", pool->ipo_name);
67 PRINTF("\tReferences: %d\tHits: %lu\n", pool->ipo_ref,
69 PRINTF("\tNodes Starting at %p\n", pool->ipo_list);