Lines Matching defs:pool
17 void printpooldata(pool, opts)
18 ip_pool_t *pool;
23 if ((pool->ipo_flags & IPOOL_ANON) != 0)
24 PRINTF("# 'anonymous' tree %s\n", pool->ipo_name);
27 PRINTF("Name: %s", pool->ipo_name);
28 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON)
34 switch (pool->ipo_unit)
61 PRINTF("unknown(%d)", pool->ipo_unit);
65 PRINTF(" type = tree number = %s\n", pool->ipo_name);
69 PRINTF("\tReferences: %d\tHits: %lu\n", pool->ipo_ref,
70 pool->ipo_hits);
71 PRINTF("\tNodes Starting at %p\n", pool->ipo_list);