Searched refs:object_lists (Results 1 – 1 of 1) sorted by relevance
102 nwamd_object_list_t object_lists[] = { variable154 i < sizeof (object_lists) / sizeof (struct nwamd_object_list); in nwamd_object_lists_init()156 object_lists[i].object_list = uu_list_create(object_list_pool, in nwamd_object_lists_init()158 if (object_lists[i].object_list == NULL) in nwamd_object_lists_init()172 i < sizeof (object_lists) / sizeof (struct nwamd_object_list); in nwamd_object_lists_fini()174 while ((object = uu_list_teardown(object_lists[i].object_list, in nwamd_object_lists_fini()178 uu_list_destroy(object_lists[i].object_list); in nwamd_object_lists_fini()187 assert(type < sizeof (object_lists) / sizeof (object_lists[0])); in nwamd_get_object_list()188 return (&object_lists[type]); in nwamd_get_object_list()