Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/ipp/
H A Dippctl.c602 ippctl_ioctl_t iioc; in ippctl_copyin() local
631 if (ddi_copyin(arg, (caddr_t)&iioc, sizeof (ippctl_ioctl_t), in ippctl_copyin()
635 ubuf = iioc.ii_buf; in ippctl_copyin()
636 ubuflen = iioc.ii_buflen; in ippctl_copyin()
642 if (ddi_copyin(arg, (caddr_t)&iioc, sizeof (ippctl_ioctl_t), in ippctl_copyin()
646 ubuf = iioc.ii_buf; in ippctl_copyin()
647 ubuflen = iioc.ii_buflen; in ippctl_copyin()
687 ippctl_ioctl_t iioc; in ippctl_copyout() local
713 if (ddi_copyin(arg, (caddr_t)&iioc, sizeof (ippctl_ioctl_t), in ippctl_copyout()
717 ubuf = iioc.ii_buf; in ippctl_copyout()
[all …]
/titanic_41/usr/src/lib/libipp/
H A Dlibipp.c710 ippctl_ioctl_t iioc; in dispatch() local
755 iioc.ii_buf = cbuf; in dispatch()
756 iioc.ii_buflen = cbuflen; in dispatch()
763 if ((rc = ioctl(fd, IPPCTL_CMD, &iioc)) < 0) { in dispatch()
808 iioc.ii_buf = dbuf; in dispatch()
809 iioc.ii_buflen = dbuflen; in dispatch()
816 if ((rc = ioctl(fd, IPPCTL_DATA, &iioc)) < 0) { in dispatch()