Searched refs:dd_next (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| D | dt_decl.c | 91 ddp->dd_next = NULL; in dt_decl_alloc() 102 ndp = ddp->dd_next; in dt_decl_free() 115 while (ddp->dd_next != NULL) { in dt_decl_reset() 116 dsp->ds_decl = ddp->dd_next; in dt_decl_reset() 117 ddp->dd_next = NULL; in dt_decl_reset() 135 assert(ddp->dd_next == NULL); in dt_decl_push() 136 ddp->dd_next = top; in dt_decl_push() 380 while (ndp->dd_next != NULL && ndp->dd_next->dd_kind == CTF_K_ARRAY) in dt_decl_array() 381 ndp = ndp->dd_next; /* skip to bottom-most array declaration */ in dt_decl_array() 388 dsp->ds_decl = ddp->dd_next; in dt_decl_array() [all …]
|
| D | dt_decl.h | 52 struct dt_decl *dd_next; /* next declaration in list */ member
|
| D | dt_parser.c | 1633 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_decl() 2276 if (dt_decl_type(ddp->dd_next, &dtt) != 0) in dt_node_inline()
|
| /netbsd/src/sys/arch/next68k/dev/ |
| D | nextdma.c | 406 bus_addr_t dd_next; in nextdma_setup_curr_regs() local 416 dd_next = stat->nd_map->dm_segs[stat->nd_idx].ds_addr; in nextdma_setup_curr_regs() 426 dd_next = turbo ? 0 : 0xdeadbeef; in nextdma_setup_curr_regs() 430 dd_saved_next = dd_next; in nextdma_setup_curr_regs() 439 nd_bsw4(DD_NEXT_INITBUF, dd_next); in nextdma_setup_curr_regs() 441 nd_bsw4(DD_NEXT, dd_next); in nextdma_setup_curr_regs() 450 if ((nd_bsr4(DD_NEXT_INITBUF) != dd_next) in nextdma_setup_curr_regs() 451 || (nd_bsr4(DD_NEXT) != dd_next) in nextdma_setup_curr_regs() 900 u_long dd_next; in nextdma_print() local 917 dd_next = nd_bsr4(DD_NEXT); in nextdma_print() [all …]
|
| D | nextdmareg.h | 64 char *dd_next; /* next word to dma */
|
| /netbsd/src/sys/arch/next68k/stand/boot/ |
| D | en.c | 226 txdma->dd_next/* _initbuf */ = dma_buffers[0]; in en_put() 314 rxdma->dd_next = dma_buffers[0]; in en_get() 363 rlen = rxdma->dd_next - rxdma->dd_saved_next; in en_get() 366 rlen = rxdma->dd_next - rxdma->dd_saved_next; in en_get() 378 printf("DEBUG: rxdma->dd_next = 0x%lx\n",(u_long)rxdma->dd_next); in en_get()
|
| D | dmareg.h | 64 char *dd_next; /* next word to dma */ member
|
| D | scsi.c | 379 dma->dd_next = dma_buffer; in dma_start()
|
| /netbsd/src/sys/dev/marvell/ |
| D | gtidmac.c | 89 SLIST_ENTRY(gtidmac_dma_desc) dd_next; 1049 SLIST_REMOVE_HEAD(&sc->sc_dlist, dd_next); in gtidmac_setup() 1098 SLIST_REMOVE_HEAD(&sc->sc_dlist, dd_next); in gtidmac_setup() 1109 SLIST_INSERT_AFTER(dd, nxtdd, dd_next); in gtidmac_setup() 1196 nxtdd = SLIST_NEXT(dd, dd_next); in gtidmac_finish() 1197 SLIST_INSERT_HEAD(&sc->sc_dlist, dd, dd_next); in gtidmac_finish() 1340 SLIST_REMOVE_HEAD(&sc->sc_dlist_xore, dd_next); in mvxore_setup() 1390 SLIST_REMOVE_HEAD(&sc->sc_dlist_xore, dd_next); in mvxore_setup() 1397 SLIST_INSERT_AFTER(dd, nxtdd, dd_next); in mvxore_setup() 1476 nxtdd = SLIST_NEXT(dd, dd_next); in mvxore_finish() [all …]
|