Searched refs:dd_next (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_decl.c | 91 ddp->dd_next = NULL; in dt_decl_alloc() 102 ndp = ddp->dd_next; in dt_decl_free() 117 ddp->dd_next = NULL; in dt_decl_reset() 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() 389 ddp->dd_next = ndp->dd_next; in dt_decl_array() 390 ndp->dd_next = ddp; in dt_decl_array() 441 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr & DT_DA_PAREN)) in dt_decl_func() 442 pdp = pdp->dd_next; in dt_decl_func() 447 ddp->dd_next = pdp->dd_next; in dt_decl_func() [all …]
|
H A D | dt_decl.h | 52 struct dt_decl *dd_next; /* next declaration in list */ member
|
H A 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/sys/arch/next68k/dev/ |
H A D | nextdma.c | 407 bus_addr_t dd_next; in nextdma_setup_curr_regs() local 417 dd_next = stat->nd_map->dm_segs[stat->nd_idx].ds_addr; in nextdma_setup_curr_regs() 427 dd_next = turbo ? 0 : 0xdeadbeef; in nextdma_setup_curr_regs() 431 dd_saved_next = dd_next; in nextdma_setup_curr_regs() 440 nd_bsw4(DD_NEXT_INITBUF, dd_next); in nextdma_setup_curr_regs() 442 nd_bsw4(DD_NEXT, dd_next); in nextdma_setup_curr_regs() 451 if ((nd_bsr4(DD_NEXT_INITBUF) != dd_next) in nextdma_setup_curr_regs() 452 || (nd_bsr4(DD_NEXT) != dd_next) in nextdma_setup_curr_regs() 901 u_long dd_next; in nextdma_print() local 918 dd_next = nd_bsr4(DD_NEXT); in nextdma_print() [all …]
|
H A D | nextdmareg.h | 64 char *dd_next; /* next word to dma */
|
/netbsd/sys/arch/next68k/stand/boot/ |
H A 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()
|
H A D | dmareg.h | 64 char *dd_next; /* next word to dma */ member
|
H A D | scsi.c | 379 dma->dd_next = dma_buffer; in dma_start()
|
/netbsd/sys/dev/marvell/ |
H A 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() 1397 SLIST_INSERT_AFTER(dd, nxtdd, dd_next); in mvxore_setup() 1476 nxtdd = SLIST_NEXT(dd, dd_next); in mvxore_finish() 1956 dd = SLIST_NEXT(dd, dd_next); in gtidmac_dump_idmacdesc() [all …]
|