Searched refs:alloc_list (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c55 new_ent->next = handle->alloc_list;
56 handle->alloc_list = new_ent;
69 p = &handle->alloc_list;
84 while ((p1 = handle->alloc_list) != NULL) {
85 handle->alloc_list = p1->next;
H A Dmema_test.h49 struct mtest_alloc_ent *alloc_list; member in struct:mtest_handle

Completed in 15 milliseconds