Searched defs:iioc (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libipp/ |
H A D | libipp.c | 703 ippctl_ioctl_t iioc; local 748 iioc.ii_buf = cbuf; 749 iioc.ii_buflen = cbuflen; 756 if ((rc = ioctl(fd, IPPCTL_CMD, &iioc)) < 0) { 801 iioc.ii_buf = dbuf; 802 iioc.ii_buflen = dbuflen; 809 if ((rc = ioctl(fd, IPPCTL_DATA, &iioc)) < 0) {
|
/illumos-gate/usr/src/uts/common/ipp/ |
H A D | ippctl.c | 602 ippctl_ioctl_t iioc; local 631 if (ddi_copyin(arg, (caddr_t)&iioc, sizeof (ippctl_ioctl_t), 635 ubuf = iioc.ii_buf; 636 ubuflen = iioc.ii_buflen; 642 if (ddi_copyin(arg, (caddr_t)&iioc, sizeof (ippctl_ioctl_t), 646 ubuf = iioc.ii_buf; 647 ubuflen = iioc.ii_buflen; 687 ippctl_ioctl_t iioc; local 713 if (ddi_copyin(arg, (caddr_t)&iioc, sizeof (ippctl_ioctl_t), 717 ubuf = iioc [all...] |
Completed in 46 milliseconds