Searched refs:list_add (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/tools/ctf/common/ |
H A D | list.c | 47 list_add(list_t **list, void *data) in list_add() function 68 list_add(nextp, data); in slist_add()
|
H A D | list.h | 42 void list_add(list_t **, void *);
|
/titanic_41/usr/src/uts/common/io/drm/ |
H A D | drm_linux_list.h | 57 #define list_add(entry, head, con_ptr) { \ macro
|
H A D | drm_mm.c | 196 list_add(&cur->fl_entry, &mm->fl_entry, (caddr_t)cur); in drm_mm_put_block()
|
H A D | drm_gem.c | 99 list_add(entry, &head->next[key], NULL); in idr_list_get_new_above()
|
/titanic_41/usr/src/uts/common/io/mega_sas/ |
H A D | list.h | 196 #pragma inline(list_add, list_add_tail, __list_del, list_del,
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | hash.c | 110 list_add(&hash->h_buckets[bucket], key); in hash_add()
|
H A D | merge.c | 680 list_add(mcd->md_iitba, sii); in merge_type_cb() 708 list_add(mcd->md_tdtbr, tgtp); in remap_node() 841 list_add(&mcd->md_tgt->td_fwdlist, new); in conjure_forward()
|
H A D | st_parse.c | 963 list_add(&typedbitfldmems, mlp); in soudef()
|
H A D | ctf.c | 1084 list_add(&td->td_fwdlist, tdp); in resurrect_types()
|