Home
last modified time | relevance | path

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

/illumos-gate/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()
114 ddp->dd_next = NULL; in dt_decl_reset()
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()
406 ddp->dd_next = ndp->dd_next; in dt_decl_array()
407 ndp->dd_next = ddp; in dt_decl_array()
458 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN)) in dt_decl_func()
459 pdp = pdp->dd_next; in dt_decl_func()
464 ddp->dd_next = pdp->dd_next; in dt_decl_func()
[all …]
H A Ddt_decl.h52 struct dt_decl *dd_next; /* next declaration in list */ member
H A Ddt_parser.c1640 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_decl()
2282 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_inline()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.h85 struct dd *dd_next; /* next one on this list */ member