Searched refs:dd_next (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.c86 ddp->dd_next = NULL;
97 ndp = ddp->dd_next;
110 while (ddp->dd_next != NULL) {
111 dsp->ds_decl = ddp->dd_next;
112 ddp->dd_next = NULL;
130 assert(ddp->dd_next == NULL);
131 ddp->dd_next = top;
380 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY)
381 ndp = ndp->dd_next; /* ski
[all...]
H A Ddt_decl.h50 struct dt_decl *dd_next; /* next declaration in list */ member in struct:dt_decl
H A Ddt_parser.c1580 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
2202 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c219 for (d = dd; d != NULL; d = d->dd_next) {
946 for (p = dd; p != NULL; p = p->dd_next)
1027 for (p = dd; p != NULL; p = p->dd_next) {
1331 for (p = dd; p != NULL; p = p->dd_next) {
1379 for (p = dd; p != NULL; p = p->dd_next) {
1403 p1 = p->dd_next;
1404 p->dd_next = NULL;
1407 p->dd_next = p1;
2057 next = p->dd_next;
2239 for (di = dd; di && count >= 0; di = di->dd_next) {
[all...]
H A Dmeta_set_tkr.c68 for (p = dd; p != NULL; p = p->dd_next) {
344 for (dd = drivedesc; dd != NULL; dd = dd->dd_next) {
707 for (d = dd; d != NULL; d = d->dd_next) {
780 for (d = dd; d != NULL; d = d->dd_next) {
H A Dmeta_metad_subr.c1691 copy_dd->dd_next = NULL;
1695 copy_dd = copy_dd_head->dd_next;
1712 copy_dd->dd_next = NULL;
1724 copy_dd_prev->dd_next = copy_dd;
1727 orig_dd = orig_dd->dd_next;
1729 copy_dd->dd_next = NULL;
H A Dmeta_set_drv.c520 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
862 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
1102 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
1429 for (ddp = curdd; ddp != NULL; ddp = ddp->dd_next)
1555 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
1997 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
H A Dmeta_mh.c293 for (p = ddlp; (p != NULL); p = p->dd_next)
414 for (p = ddlp; (p != NULL); p = p->dd_next)
H A Dmeta_set_prv.c101 dd.dd_next = NULL;
445 for (/* void */; (*dd != NULL); dd = &(*dd)->dd_next)
759 for (p = dd; p != NULL; p = p->dd_next) {
H A Dmeta_metad.c231 for (o_dd = v1_dd; o_dd != NULL; o_dd = o_dd->dd_next) {
238 dd = dd->dd_next;
257 for (dd = v2_dd; dd != NULL; dd = dd->dd_next) {
264 o_dd = o_dd->dd_next;
284 for (dd = v2_dd; dd != NULL; dd = dd->dd_next) {
289 new->dd_next = head;
311 for (o_dd = v1_dd; o_dd != NULL; o_dd = o_dd->dd_next) {
316 new->dd_next = head;
333 head = head->dd_next;
351 head = head->dd_next;
[all...]
H A Dmeta_db_balance.c635 for (d = curdd; d != NULL; d = d->dd_next) {
649 for (d = opdd; d != NULL; d = d->dd_next)
H A Dmeta_devadm.c1070 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
1647 for (d = dd; d != NULL; d = d->dd_next) {
H A Dmeta_import.c4048 for (d = dd; d != NULL; d = d->dd_next) {
4095 d_save = d->dd_next;
4097 d->dd_next = NULL;
4102 d->dd_next = d_save;
4218 for (d = dd; d != NULL; d = d->dd_next) {
H A Dmeta_db.c1648 for (p = dd; p != NULL; p = p->dd_next)
2082 for (p = dd; p != NULL; p = p->dd_next) {
H A Dmeta_set_hst.c256 for (ddp = dd; ddp != NULL; ddp = ddp->dd_next) {
2437 for (p = dd; p != NULL; p = p->dd_next) {
3393 for (p = dd; p != NULL; p = p->dd_next) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c628 for (; dd != NULL; dd = dd->dd_next) {

Completed in 96 milliseconds