HomeSort by: relevance | last modified time | path
    Searched refs:list_tail (Results 1 - 20 of 20) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
list.h 53 void *list_tail(list_t *);
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.h 171 struct coff_scope * list_tail; member in struct:coff_scope
coffgrok.c 86 if (top_scope->list_tail)
88 top_scope->list_tail->next = n;
94 top_scope->list_tail = n;
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.h 171 struct coff_scope * list_tail; member in struct:coff_scope
coffgrok.c 86 if (top_scope->list_tail)
88 top_scope->list_tail->next = n;
94 top_scope->list_tail = n;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
multilist.c 339 return (list_tail(&mls->mls_list));
refcount.c 183 ref = list_tail(&rc->rc_removed);
zil.c 1539 lwb = list_tail(&zilog->zl_lwb_list);
1865 lwb = list_tail(&zilog->zl_lwb_list);
1886 ASSERT(lwb == list_tail(&zilog->zl_lwb_list));
dsl_dataset.c 2500 snap = list_tail(&ddpa->clone_snaps);
2669 snap = list_tail(&ddpa->clone_snaps);
2897 while ((snap = list_tail(l)) != NULL) {
arc.c 6616 for (df = list_tail(buflist); df; df = df_prev) {
6931 for (hdr = list_tail(buflist); hdr; hdr = hdr_prev) {
dmu_send.c 2566 struct receive_objnode *last_object = list_tail(&list->list);
zvol.c 448 ze = list_tail(&ma->ma_zv->zv_extents);
  /src/external/cddl/osnet/dist/uts/common/os/
list.c 166 list_tail(list_t *list) function
  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 1779 obj_mach_o_indirect_sym *list_tail = NULL; local
1790 list_tail->next = isym;
1791 list_tail = isym;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 1779 obj_mach_o_indirect_sym *list_tail = NULL; local
1790 list_tail->next = isym;
1791 list_tail = isym;
  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 446 /* Queue PATTERN on LIST_TAIL. Return the address of the new queue
450 queue_pattern (rtx pattern, class queue_elem ***list_tail,
458 **list_tail = e;
459 *list_tail = &e->next;
dwarf2out.cc 21136 dw_loc_list_ref list, *list_tail;
21146 list_tail = &list;
21167 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21169 list_tail =&(*list_tail)->dw_loc_next;
21183 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21186 list_tail = &(*list_tail)->dw_loc_next;
21205 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21208 list_tail = &(*list_tail)->dw_loc_next
21122 dw_loc_list_ref list, *list_tail; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc 403 /* Queue PATTERN on LIST_TAIL. Return the address of the new queue
407 queue_pattern (rtx pattern, class queue_elem ***list_tail,
415 **list_tail = e;
416 *list_tail = &e->next;
dwarf2out.cc 21039 dw_loc_list_ref list, *list_tail;
21049 list_tail = &list;
21070 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21072 list_tail =&(*list_tail)->dw_loc_next;
21086 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21089 list_tail = &(*list_tail)->dw_loc_next;
21108 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21111 list_tail = &(*list_tail)->dw_loc_next
21025 dw_loc_list_ref list, *list_tail; local
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 4574 tmp_cb = list_tail(&zcl.zcl_callbacks);

Completed in 99 milliseconds