Home
last modified time | relevance | path

Searched refs:bdesc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c750 xnf_buf_t *bdesc; in xnf_setup_rings() local
753 VERIFY(bdesc != NULL); in xnf_setup_rings()
2291 xnf_buf_t *bdesc; in xnf_rx_one_packet() local
2381 bdesc->len, 0, &bdesc->free_rtn); in xnf_rx_one_packet()
2407 bdesc = nbuf; in xnf_rx_one_packet()
2736 &bdesc->buf, &len, &bdesc->acc_handle) != DDI_SUCCESS) in xnf_buf_constructor()
2747 bdesc->free_rtn.free_arg = (caddr_t)bdesc; in xnf_buf_constructor()
2748 bdesc->xnfp = xnfp; in xnf_buf_constructor()
2750 bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys)); in xnf_buf_constructor()
2841 bdesc->buf_mfn = pfn_to_mfn(xnf_btop(bdesc->buf_phys)); in xnf_buf_refresh()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_bos.c110 usba_bos_save(usba_device_t *ud, const mblk_t *mp, usb_bos_descr_t *bdesc) in usba_bos_save() argument
117 if (bdesc->bLength != USB_BOS_PACKED_SIZE || in usba_bos_save()
118 bdesc->bNumDeviceCaps == 0 || len < USB_BOS_PACKED_SIZE || in usba_bos_save()
119 len < bdesc->wTotalLength) { in usba_bos_save()
123 len = MIN(len, bdesc->wTotalLength); in usba_bos_save()
150 if (ncaps != bdesc->bNumDeviceCaps) { in usba_bos_save()
157 len = MIN(MBLKL(mp), bdesc->wTotalLength) - USB_BOS_PACKED_SIZE; in usba_bos_save()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c113 struct bdesc { struct
123 static struct bdesc *bufp; /* buffer descriptors */ argument
124 static struct bdesc **current; /* output buffer to fill */
177 static void checkpoint(struct bdesc *, int);
230 + (((size_t)sizeof (struct bdesc)) * NBUF * ntrec) in alloctape()
235 + (size_t)sizeof (struct bdesc **) in alloctape()
255 bufp = (struct bdesc *)(obuf + NBUF*writesize); in alloctape()
259 current = (struct bdesc **)&bufp[NBUF*ntrec]; in alloctape()
325 struct bdesc *bp; in bufclear()
1932 struct bdesc *last = in dowrite()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c970 caddr_t bp, bdesc; in ql_chip_ioctl() local
1106 bdesc = (caddr_t)dmp->b_rptr; 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()
1384 bdesc = qlge->ioctl_buf_ptr + in ql_chip_ioctl()
[all …]
H A Dqlge_flash.c227 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()