Symbol: bdesc
usr/src/cmd/backup/dump/dumptape.c
123
static struct bdesc *bufp; /* buffer descriptors */
usr/src/cmd/backup/dump/dumptape.c
124
static struct bdesc **current; /* output buffer to fill */
usr/src/cmd/backup/dump/dumptape.c
177
static void checkpoint(struct bdesc *, int);
usr/src/cmd/backup/dump/dumptape.c
1932
struct bdesc *last =
usr/src/cmd/backup/dump/dumptape.c
1934
struct bdesc *bp = bufp; /* current buf in tape block */
usr/src/cmd/backup/dump/dumptape.c
1935
struct bdesc *begin = bufp; /* first buf of tape block */
usr/src/cmd/backup/dump/dumptape.c
1936
struct bdesc *end = bufp + (ntrec-1); /* last buf of tape block */
usr/src/cmd/backup/dump/dumptape.c
2152
checkpoint(struct bdesc *bp, int cmd)
usr/src/cmd/backup/dump/dumptape.c
230
+ (((size_t)sizeof (struct bdesc)) * NBUF * ntrec)
usr/src/cmd/backup/dump/dumptape.c
235
+ (size_t)sizeof (struct bdesc **)
usr/src/cmd/backup/dump/dumptape.c
255
bufp = (struct bdesc *)(obuf + NBUF*writesize);
usr/src/cmd/backup/dump/dumptape.c
259
current = (struct bdesc **)&bufp[NBUF*ntrec];
usr/src/cmd/backup/dump/dumptape.c
325
struct bdesc *bp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1106
bdesc = (caddr_t)dmp->b_rptr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1108
(void) sprintf(bdesc, "ISP 8100 available "
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1132
bdesc = (caddr_t)dmp->b_rptr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1133
bdesc += IOCTL_HEADER_LEN;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1134
bcopy(bp, bdesc, pheader->payload_length);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1154
bdesc = qlge->ioctl_buf_ptr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1155
bdesc += qlge->ioctl_transferred_bytes;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1168
bcopy(bp, bdesc, pheader->payload_length);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1219
bdesc = (caddr_t)dmp->b_rptr;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1221
(void) sprintf(bdesc, "ISP 8100 supported dump"
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1384
bdesc = qlge->ioctl_buf_ptr +
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1396
rval = qlge_dump_fcode(qlge, (uint8_t *)bdesc,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
1401
bdesc += size;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_dbg.c
970
caddr_t bp, bdesc;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
227
caddr_t bp, bdesc;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
277
bdesc = (caddr_t)temp + addr_desc;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
278
bcopy(bp, bdesc, (end_byte - start_byte + 1));
usr/src/uts/common/io/usb/usba/usba_bos.c
110
usba_bos_save(usba_device_t *ud, const mblk_t *mp, usb_bos_descr_t *bdesc)
usr/src/uts/common/io/usb/usba/usba_bos.c
117
if (bdesc->bLength != USB_BOS_PACKED_SIZE ||
usr/src/uts/common/io/usb/usba/usba_bos.c
118
bdesc->bNumDeviceCaps == 0 || len < USB_BOS_PACKED_SIZE ||
usr/src/uts/common/io/usb/usba/usba_bos.c
119
len < bdesc->wTotalLength) {
usr/src/uts/common/io/usb/usba/usba_bos.c
123
len = MIN(len, bdesc->wTotalLength);
usr/src/uts/common/io/usb/usba/usba_bos.c
150
if (ncaps != bdesc->bNumDeviceCaps) {
usr/src/uts/common/io/usb/usba/usba_bos.c
157
len = MIN(MBLKL(mp), bdesc->wTotalLength) - USB_BOS_PACKED_SIZE;
usr/src/uts/common/xen/io/xnf.c
2188
xnf_rxbuf_hang(xnf_t *xnfp, xnf_buf_t *bdesc)
usr/src/uts/common/xen/io/xnf.c
2200
reqp->id = bdesc->id = hang_ix;
usr/src/uts/common/xen/io/xnf.c
2201
reqp->gref = bdesc->grant_ref;
usr/src/uts/common/xen/io/xnf.c
2203
xnfp->xnf_rx_pkt_info[hang_ix] = bdesc;
usr/src/uts/common/xen/io/xnf.c
2284
xnf_buf_t *bdesc;
usr/src/uts/common/xen/io/xnf.c
2288
bdesc = xnfp->xnf_rx_pkt_info[rxidx];
usr/src/uts/common/xen/io/xnf.c
2315
ASSERT3U(bdesc->id, ==, rsp.id);
usr/src/uts/common/xen/io/xnf.c
2344
} else if (bdesc->grant_ref == INVALID_GRANT_REF) {
usr/src/uts/common/xen/io/xnf.c
2373
mp = desballoc((unsigned char *)bdesc->buf,
usr/src/uts/common/xen/io/xnf.c
2374
bdesc->len, 0, &bdesc->free_rtn);
usr/src/uts/common/xen/io/xnf.c
2395
(void) gnttab_end_foreign_access_ref(bdesc->grant_ref,
usr/src/uts/common/xen/io/xnf.c
2397
xnf_gref_put(xnfp, bdesc->grant_ref);
usr/src/uts/common/xen/io/xnf.c
2398
bdesc->grant_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
2400
bdesc = nbuf;
usr/src/uts/common/xen/io/xnf.c
2414
bcopy(bdesc->buf + off, mp->b_wptr, len);
usr/src/uts/common/xen/io/xnf.c
2430
xnf_rxbuf_hang(xnfp, bdesc);
usr/src/uts/common/xen/io/xnf.c
2712
xnf_buf_t *bdesc = buf;
usr/src/uts/common/xen/io/xnf.c
2723
ddiflags, 0, &bdesc->dma_handle) != DDI_SUCCESS)
usr/src/uts/common/xen/io/xnf.c
2727
if (ddi_dma_mem_alloc(bdesc->dma_handle,
usr/src/uts/common/xen/io/xnf.c
2729
&bdesc->buf, &len, &bdesc->acc_handle) != DDI_SUCCESS)
usr/src/uts/common/xen/io/xnf.c
2733
if (ddi_dma_addr_bind_handle(bdesc->dma_handle, NULL,
usr/src/uts/common/xen/io/xnf.c
2734
bdesc->buf, len, DDI_DMA_RDWR | DDI_DMA_STREAMING,
usr/src/uts/common/xen/io/xnf.c
2739
bdesc->free_rtn.free_func = xnf_buf_recycle;
usr/src/uts/common/xen/io/xnf.c
2740
bdesc->free_rtn.free_arg = (caddr_t)bdesc;
usr/src/uts/common/xen/io/xnf.c
2741
bdesc->xnfp = xnfp;
usr/src/uts/common/xen/io/xnf.c
2742
bdesc->buf_phys = dma_cookie.dmac_laddress;
usr/src/uts/common/xen/io/xnf.c
2743
bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys));
usr/src/uts/common/xen/io/xnf.c
2744
bdesc->len = dma_cookie.dmac_size;
usr/src/uts/common/xen/io/xnf.c
2745
bdesc->grant_ref = INVALID_GRANT_REF;
usr/src/uts/common/xen/io/xnf.c
2746
bdesc->gen = xnfp->xnf_gen;
usr/src/uts/common/xen/io/xnf.c
2753
ddi_dma_mem_free(&bdesc->acc_handle);
usr/src/uts/common/xen/io/xnf.c
2756
ddi_dma_free_handle(&bdesc->dma_handle);
usr/src/uts/common/xen/io/xnf.c
2767
xnf_buf_t *bdesc = buf;
usr/src/uts/common/xen/io/xnf.c
2770
(void) ddi_dma_unbind_handle(bdesc->dma_handle);
usr/src/uts/common/xen/io/xnf.c
2771
ddi_dma_mem_free(&bdesc->acc_handle);
usr/src/uts/common/xen/io/xnf.c
2772
ddi_dma_free_handle(&bdesc->dma_handle);
usr/src/uts/common/xen/io/xnf.c
2832
xnf_buf_refresh(xnf_buf_t *bdesc)
usr/src/uts/common/xen/io/xnf.c
2834
bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys));
usr/src/uts/common/xen/io/xnf.c
2835
bdesc->gen = bdesc->xnfp->xnf_gen;
usr/src/uts/common/xen/io/xnf.c
2843
xnf_buf_recycle(xnf_buf_t *bdesc)
usr/src/uts/common/xen/io/xnf.c
2845
xnf_t *xnfp = bdesc->xnfp;
usr/src/uts/common/xen/io/xnf.c
2847
xnf_buf_put(xnfp, bdesc, B_TRUE);
usr/src/uts/common/xen/io/xnf.c
743
xnf_buf_t *bdesc;
usr/src/uts/common/xen/io/xnf.c
745
bdesc = xnf_buf_get(xnfp, KM_SLEEP, B_FALSE);
usr/src/uts/common/xen/io/xnf.c
746
VERIFY(bdesc != NULL);
usr/src/uts/common/xen/io/xnf.c
747
xnf_rxbuf_hang(xnfp, bdesc);