Searched refs:iioc (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/ipp/
H A Dippctl.c602 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...]
/opensolaris-onvv-gate/usr/src/lib/libipp/
H A Dlibipp.c710 ippctl_ioctl_t iioc; local
755 iioc.ii_buf = cbuf;
756 iioc.ii_buflen = cbuflen;
763 if ((rc = ioctl(fd, IPPCTL_CMD, &iioc)) < 0) {
808 iioc.ii_buf = dbuf;
809 iioc.ii_buflen = dbuflen;
816 if ((rc = ioctl(fd, IPPCTL_DATA, &iioc)) < 0) {

Completed in 107 milliseconds