Searched refs:bdesc (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xnf.c | 611 xnf_buf_t *bdesc; in xnf_setup_rings() local 613 bdesc = xnf_buf_get(xnfp, KM_SLEEP, B_FALSE); in xnf_setup_rings() 614 VERIFY(bdesc != NULL); in xnf_setup_rings() 615 xnf_rxbuf_hang(xnfp, bdesc); in xnf_setup_rings() 1903 xnf_rxbuf_hang(xnf_t *xnfp, xnf_buf_t *bdesc) in xnf_rxbuf_hang() argument 1915 reqp->id = bdesc->id = hang_ix; in xnf_rxbuf_hang() 1916 reqp->gref = bdesc->grant_ref; in xnf_rxbuf_hang() 1918 xnfp->xnf_rx_pkt_info[hang_ix] = bdesc; in xnf_rxbuf_hang() 1948 xnf_buf_t *bdesc; in xnf_rx_collect() local 1967 bdesc = xnfp->xnf_rx_pkt_info[rxpkt->id]; in xnf_rx_collect() [all …]
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 112 struct bdesc { struct 122 static struct bdesc *bufp; /* buffer descriptors */ argument 123 static struct bdesc **current; /* output buffer to fill */ 177 static void checkpoint(struct bdesc *, int); 257 + (((size_t)sizeof (struct bdesc)) * NBUF * ntrec) in alloctape() 262 + (size_t)sizeof (struct bdesc **) in alloctape() 282 bufp = (struct bdesc *)(obuf + NBUF*writesize); in alloctape() 286 current = (struct bdesc **)&bufp[NBUF*ntrec]; in alloctape() 364 struct bdesc *bp; in bufclear() 2021 struct bdesc *last = in dowrite() [all …]
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 970 caddr_t bp, bdesc; in ql_chip_ioctl() local 1106 bdesc = (caddr_t)dmp->b_rptr; in ql_chip_ioctl() 1108 (void) sprintf(bdesc, "ISP 8100 available " in ql_chip_ioctl() 1132 bdesc = (caddr_t)dmp->b_rptr; in ql_chip_ioctl() 1133 bdesc += IOCTL_HEADER_LEN; in ql_chip_ioctl() 1134 bcopy(bp, bdesc, pheader->payload_length); in ql_chip_ioctl() 1154 bdesc = qlge->ioctl_buf_ptr; in ql_chip_ioctl() 1155 bdesc += qlge->ioctl_transferred_bytes; in ql_chip_ioctl() 1168 bcopy(bp, bdesc, pheader->payload_length); in ql_chip_ioctl() 1219 bdesc = (caddr_t)dmp->b_rptr; in ql_chip_ioctl() [all …]
|
H A D | qlge_flash.c | 227 caddr_t bp, bdesc; in qlge_load_flash() local 277 bdesc = (caddr_t)temp + addr_desc; in qlge_load_flash() 278 bcopy(bp, bdesc, (end_byte - start_byte + 1)); in qlge_load_flash()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1758 board_desc_t *bdesc; in drmach_iopc_op() local 1763 bdesc = (board_desc_t *)pda_get_board_info(ph, b); in drmach_iopc_op() 1767 bda_ioc = bdesc->bda_ioc; in drmach_iopc_op() 3041 board_desc_t *bdesc; in drmach_mem_update_interconnect() local 3046 bdesc = (board_desc_t *)pda_get_board_info(ph, b); in drmach_mem_update_interconnect() 3055 bda_proc = bdesc->bda_proc; in drmach_mem_update_interconnect() 3074 bda_ioc = bdesc->bda_ioc; in drmach_mem_update_interconnect() 3453 board_desc_t *bdesc; in drmach_pt_dump_pdainfo() local 3472 bdesc = (board_desc_t *)pda_get_board_info(ph, board); in drmach_pt_dump_pdainfo() 3473 if (bdesc == NULL) { in drmach_pt_dump_pdainfo() [all …]
|