Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c55 new_ent->next = handle->alloc_list; in mtest_allocate_buf()
56 handle->alloc_list = new_ent; in mtest_allocate_buf()
69 p = &handle->alloc_list; in mtest_deallocate_buf()
84 while ((p1 = handle->alloc_list) != NULL) { in mtest_deallocate_buf_all()
85 handle->alloc_list = p1->next; in mtest_deallocate_buf_all()
H A Dmema_test.h49 struct mtest_alloc_ent *alloc_list; member
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c51 struct alloc_list struct
58 struct alloc_list *next; argument
61 static struct alloc_list *halist = NULL;
67 struct alloc_list *alist = NULL; in add_alloc()
70 alist = (struct alloc_list *)malloc(sizeof (*alist)); in add_alloc()
93 struct alloc_list *alist, *alist_prev; in drop_alloc()
367 struct alloc_list *alist; in check_leaks()
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.h219 extern list_property_ptr_t alloc_list(void);
H A Dzonecfg_grammar.y69 if ((new_list = alloc_list()) == NULL) in simple_prop_val_func()
1082 if ((new_list = alloc_list()) == NULL)
H A Dzonecfg.c724 alloc_list(void) in alloc_list() function