Lines Matching defs:istr
78 struct strioctl istr;
80 istr.ic_cmd = ISPTM;
81 istr.ic_len = 0;
82 istr.ic_timout = 0;
83 istr.ic_dp = NULL;
85 if (ioctl(fd, I_STR, &istr) < 0 || fstat64(fd, &status) < 0)
123 struct strioctl istr;
125 istr.ic_cmd = UNLKPT;
126 istr.ic_len = 0;
127 istr.ic_timout = 0;
128 istr.ic_dp = NULL;
130 if (ioctl(fd, I_STR, &istr) < 0)
139 struct strioctl istr;
155 istr.ic_cmd = OWNERPT;
156 istr.ic_len = sizeof (pt_own_t);
157 istr.ic_timout = 0;
158 istr.ic_dp = (char *)&pto;
160 if (ioctl(fd, I_STR, &istr) != 0) {
175 struct strioctl istr;
177 istr.ic_cmd = ZONEPT;
178 istr.ic_len = sizeof (zoneid);
179 istr.ic_timout = 0;
180 istr.ic_dp = (char *)&zoneid;
182 if (ioctl(fd, I_STR, &istr) != 0) {