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

/illumos-gate/usr/src/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.h37 #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.h52 #include <dt_list.h>
H A Ddt_provider.c44 #include <dt_list.h>
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h86 } dt_list; typedef in typeref:struct:dt_list_tag
88 static dt_list *dt_needed = NULL; /* ptr to link list of dtneeded */
H A Dstatic_prof.c70 output_dtneeded(dt_list * list)
73 dt_list *p = list;
1400 static dt_list *
1401 add_dtneeded(dt_list * p,
1402 dt_list * node)
1404 dt_list *head = p, *tail;
1442 dt_list *tmp_lib;
1455 tmp_lib = (dt_list *) malloc(sizeof (dt_list));
1687 dt_list *
[all...]
/illumos-gate/usr/src/lib/libdtrace/
H A DMakefile.com46 dt_list.c \

Completed in 135 milliseconds