Home
last modified time | relevance | path

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

/onnv-gate/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
/onnv-gate/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()
/onnv-gate/usr/src/cmd/filebench/common/
H A Dparser_gram.y97 static list_t *alloc_list();
381 if (($$ = alloc_list()) == NULL)
391 if (($$ = alloc_list()) == NULL)
406 if (($$ = alloc_list()) == NULL)
416 if (($$ = alloc_list()) == NULL)
505 if (($$ = alloc_list()) == NULL)
514 if (($$ = alloc_list()) == NULL)
529 if (($$ = alloc_list()) == NULL)
536 if (($$ = alloc_list()) == NULL)
551 if (($$ = alloc_list()) == NULL)
[all …]
/onnv-gate/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.c722 alloc_list(void) in alloc_list() function