Searched refs:dt_list (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_list.h36 typedef struct dt_list { struct
37 struct dt_list *dl_prev;
38 struct dt_list *dl_next;
H A Ddt_program.h37 #include <dt_list.h>
H A Ddt_xlator.h35 #include <dt_list.h>
H A Ddt_list.c40 #include <dt_list.h>
H A Ddt_proc.h35 #include <dt_list.h>
H A Ddt_provider.h34 #include <dt_list.h>
H A Ddt_ident.h39 #include <dt_list.h>
H A Ddt_parser.h48 #include <dt_list.h>
H A Ddt_impl.h61 #include <dt_list.h>
H A Ddt_provider.c48 #include <dt_list.h>
/freebsd-11-stable/sbin/dump/
H A Ditime.c58 SLIST_ENTRY(dumptime) dt_list;
114 SLIST_INSERT_HEAD(&dthead, dtwalk, dt_list);
123 for (i = nddates - 1; i >= 0; i--, dtwalk = SLIST_NEXT(dtwalk, dt_list))
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile25 dt_list.c \

Completed in 109 milliseconds