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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.c89 ddp->dd_next = NULL;
100 ndp = ddp->dd_next;
113 while (ddp->dd_next != NULL) {
114 dsp->ds_decl = ddp->dd_next;
115 ddp->dd_next = NULL;
133 assert(ddp->dd_next == NULL);
134 ddp->dd_next = top;
383 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY)
384 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.c1586 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
2209 if (dt_decl_type(ddp->dd_next, &dtt) != 0)
/netbsd-6-1-5-RELEASE/sys/arch/next68k/stand/boot/
H A Ddmareg.h64 char *dd_next; /* next word to dma */ member in struct:dma_dev
H A Den.c228 txdma->dd_next/* _initbuf */ = dma_buffers[0];
311 rxdma->dd_next = dma_buffers[0];
360 rlen = rxdma->dd_next - rxdma->dd_saved_next;
363 rlen = rxdma->dd_next - rxdma->dd_saved_next;
375 printf("DEBUG: rxdma->dd_next = 0x%lx\n",(u_long)rxdma->dd_next);
H A Dscsi.c390 dma->dd_next = dma_buffer;
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Dnextdmareg.h62 char *dd_next; /* next word to dma */
H A Dnextdma.c335 bus_addr_t dd_next; local
345 dd_next = stat->nd_map->dm_segs[stat->nd_idx].ds_addr;
354 dd_next = turbo ? 0 : 0xdeadbeef;
358 dd_saved_next = dd_next;
367 nd_bsw4 (DD_NEXT_INITBUF, dd_next);
369 nd_bsw4 (DD_NEXT, dd_next);
376 if ((nd_bsr4 (DD_NEXT_INITBUF) != dd_next)
377 || (nd_bsr4 (DD_NEXT) != dd_next)
805 u_long dd_next; local
821 dd_next
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/marvell/
H A Dgtidmac.c89 SLIST_ENTRY(gtidmac_dma_desc) dd_next;
424 SLIST_INSERT_HEAD(&sc->sc_dlist, dd, dd_next);
537 SLIST_INSERT_HEAD(&sc->sc_dlist_xore, dd, dd_next);
1119 SLIST_REMOVE_HEAD(&sc->sc_dlist, dd_next);
1168 SLIST_REMOVE_HEAD(&sc->sc_dlist, dd_next);
1179 SLIST_INSERT_AFTER(dd, nxtdd, dd_next);
1266 nxtdd = SLIST_NEXT(dd, dd_next);
1267 SLIST_INSERT_HEAD(&sc->sc_dlist, dd, dd_next);
1410 SLIST_REMOVE_HEAD(&sc->sc_dlist_xore, dd_next);
1460 SLIST_REMOVE_HEAD(&sc->sc_dlist_xore, dd_next);
[all...]

Completed in 96 milliseconds