Lines Matching refs:ioctl
752 * Set up an ioctl structure to point at the packed nvlist.
759 * Issue a command ioctl, passing the ioctl structure.
763 if ((rc = ioctl(fd, IPPCTL_CMD, &iioc)) < 0) {
764 DBG0(DBG_ERR, "command ioctl failed\n");
805 * Set up an ioctl structure to point at the data buffer.
812 * Issue a data ioctl, passing the ioctl structure.
816 if ((rc = ioctl(fd, IPPCTL_DATA, &iioc)) < 0) {
817 DBG0(DBG_ERR, "data ioctl failed\n");