Home
last modified time | relevance | path

Searched refs:unresolved_pool (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c61 static uu_list_pool_t *unresolved_pool; variable
68 unresolved_pool = uu_list_pool_create( in initialize_pools()
75 if (unresolved_pool == NULL || in initialize_pools()
92 if (unresolved_pool == NULL) in dis_namelist_create()
95 if ((listp = uu_list_create(unresolved_pool, NULL, 0)) == NULL) in dis_namelist_create()