Lines Matching refs:pool
15 void printpooldata(pool, opts) in printpooldata() argument
16 ip_pool_t *pool; in printpooldata()
21 if ((pool->ipo_flags & IPOOL_ANON) != 0)
22 PRINTF("# 'anonymous' tree %s\n", pool->ipo_name);
25 PRINTF("Name: %s", pool->ipo_name);
26 if ((pool->ipo_flags & IPOOL_ANON) == IPOOL_ANON)
32 switch (pool->ipo_unit)
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,
68 pool->ipo_hits);
69 PRINTF("\tNodes Starting at %p\n", pool->ipo_list);