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

/osnet-11/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 21 milliseconds