Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c4737 size_t cpsz = sz; in usb_eng_bufio() local
4755 cpsz = (size_t)engp->bufendp - (size_t)engp->bufpos; in usb_eng_bufio()
4756 (void) memcpy(*dst, *src, cpsz); in usb_eng_bufio()
4759 buf = (caddr_t)buf + cpsz; in usb_eng_bufio()
4761 cpsz = sz - cpsz; in usb_eng_bufio()
4764 if (cpsz) { in usb_eng_bufio()
4765 (void) memcpy(*dst, *src, cpsz); in usb_eng_bufio()
4768 engp->bufpos += cpsz; in usb_eng_bufio()
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1496 size_t cpsz, sz; in backend_copy_repository() local
1539 if ((res = backend_do_copy(src, srcfd, dst, dstfd, &cpsz)) != in backend_copy_repository()
1543 if (cpsz != s_buf.st_size) { in backend_copy_repository()