Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c53 new_ent->next = handle->alloc_list; in mtest_allocate_buf()
54 handle->alloc_list = new_ent; in mtest_allocate_buf()
67 p = &handle->alloc_list; in mtest_deallocate_buf()
82 while ((p1 = handle->alloc_list) != NULL) { in mtest_deallocate_buf_all()
83 handle->alloc_list = p1->next; in mtest_deallocate_buf_all()
H A Dmema_test.h47 struct mtest_alloc_ent *alloc_list; member
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c49 struct alloc_list struct
56 struct alloc_list *next; argument
59 static struct alloc_list *halist = NULL;
65 struct alloc_list *alist = NULL; in add_alloc()
68 alist = (struct alloc_list *)malloc(sizeof (*alist)); in add_alloc()
91 struct alloc_list *alist, *alist_prev; in drop_alloc()
365 struct alloc_list *alist; in check_leaks()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h223 extern list_property_ptr_t alloc_list(void);
H A Dzonecfg_grammar.y69 if ((new_list = alloc_list()) == NULL) in simple_prop_val_func()
1087 if ((new_list = alloc_list()) == NULL)
H A Dzonecfg.c750 alloc_list(void) in alloc_list() function