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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_list.h 36 typedef struct dt_list { struct
37 struct dt_list *dl_prev;
38 struct dt_list *dl_next;
dt_program.h 37 #include <dt_list.h>
dt_xlator.h 35 #include <dt_list.h>
dt_list.c 40 #include <dt_list.h>
dt_proc.h 35 #include <dt_list.h>
dt_provider.h 34 #include <dt_list.h>
dt_ident.h 39 #include <dt_list.h>
dt_parser.h 48 #include <dt_list.h>
dt_impl.h 61 #include <dt_list.h>
dt_provider.c 48 #include <dt_list.h>
  /src/sbin/dump/
itime.c 57 SLIST_ENTRY(dumptime) dt_list;
113 SLIST_INSERT_HEAD(&dthead, dtwalk, dt_list);
123 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
  /src/external/ibm-public/postfix/dist/src/local/
forward.c 357 HTABLE_INFO **dt_list; local
377 for (dt = dt_list = htable_list(forward_dt); *dt; dt++) {
395 myfree((void *) dt_list);
  /src/external/cddl/osnet/lib/libdtrace/
Makefile 28 dt_list.c \
  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 4550 gfc_symbol *dt_list = gfc_derived_types; local
4555 if (dt_list)
4557 while (dt_list->dt_next != gfc_derived_types)
4559 if (dt_list->from_intmod != INTMOD_NONE
4560 && dt_list->intmod_sym_id == sym_id)
4561 return dt_list;
4563 dt_list = dt_list->dt_next;
resolve.cc 1990 gfc_symbol *dt_list, *dt_first; local
1992 dt_list = dt_first = gfc_derived_types;
1993 for (; dt_list; dt_list = dt_list->dt_next)
1995 if (strcmp(dt_list->name, name) == 0)
1997 if (dt_first == dt_list->dt_next)
15259 /* Add a derived type to the dt_list. The dt_list is used in trans-types.cc
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 4396 gfc_symbol *dt_list = gfc_derived_types; local
4401 if (dt_list)
4403 while (dt_list->dt_next != gfc_derived_types)
4405 if (dt_list->from_intmod != INTMOD_NONE
4406 && dt_list->intmod_sym_id == sym_id)
4407 return dt_list;
4409 dt_list = dt_list->dt_next;
resolve.cc 1952 gfc_symbol *dt_list, *dt_first; local
1954 dt_list = dt_first = gfc_derived_types;
1955 for (; dt_list; dt_list = dt_list->dt_next)
1957 if (strcmp(dt_list->name, name) == 0)
1959 if (dt_first == dt_list->dt_next)
14461 /* Add a derived type to the dt_list. The dt_list is used in trans-types.cc

Completed in 63 milliseconds