Home
last modified time | relevance | path

Searched refs:tailsz (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c627 size_t nbufs, bufsz, tailsz; in av1394_ic_ixl_seg_decomp() local
645 tailsz = bufsz + (segsz - bufsz * nbufs); in av1394_ic_ixl_seg_decomp()
646 } while ((tailsz > maxsz) && ((segsz / (nbufs + 1)) > 1)); in av1394_ic_ixl_seg_decomp()
650 *tailszp = tailsz * pktsz; in av1394_ic_ixl_seg_decomp()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2193 int tailsz; in usbser_rx_massage_data() local
2221 tailsz = _PTRDIFF(mp->b_wptr, p); in usbser_rx_massage_data()
2222 if ((newmp = allocb(tailsz + 1, BPRI_HI)) == NULL) { in usbser_rx_massage_data()
2231 if (tailsz > 0) { in usbser_rx_massage_data()
2232 bcopy(p, newmp->b_wptr, tailsz); in usbser_rx_massage_data()
2233 newmp->b_wptr += tailsz; in usbser_rx_massage_data()