Home
last modified time | relevance | path

Searched refs:dd_next (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_decl.c88 ddp->dd_next = NULL; in dt_decl_alloc()
99 ndp = ddp->dd_next; in dt_decl_free()
112 while (ddp->dd_next != NULL) { in dt_decl_reset()
113 dsp->ds_decl = ddp->dd_next; in dt_decl_reset()
114 ddp->dd_next = NULL; in dt_decl_reset()
132 assert(ddp->dd_next == NULL); in dt_decl_push()
133 ddp->dd_next = top; in dt_decl_push()
397 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY) in dt_decl_array()
398 ndp = ndp->dd_next; /* skip to bottom-most array declaration */ in dt_decl_array()
405 dsp->ds_decl = ddp->dd_next; in dt_decl_array()
[all …]
H A Ddt_decl.h52 struct dt_decl *dd_next; /* next declaration in list */ member
H A Ddt_parser.c1628 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_decl()
2270 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_inline()
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c80 struct dumpdates *dd_next; member
418 ddheadp = ddheadp->dd_next; in dd_free()
420 save = ddheadp->dd_next; in dd_free()
538 ddwalk->dd_next = ddheadp->dd_next; in readdumptimes()
539 ddheadp->dd_next = ddwalk; in readdumptimes()
698 for (ddp = ddhead.dd_next; ddp; ddp = ddp->dd_next) { in putdumptime()
717 for (ddp = ddhead.dd_next; ddp; ddp = ddp->dd_next) in putdumptime()
812 for (; ddp; ddp = ddp->dd_next) in find_date()
902 if ((ddp = ddhead.dd_next) == 0) { in ndmpd_get_dumptime()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.h87 struct dd *dd_next; /* next one on this list */ member