Lines Matching refs:STRUCT_FGET

4067 		pos = STRUCT_FGET(strmodinsert, pos);  in strioctl()
4156 pos = STRUCT_FGET(strmodinsert, pos); in strioctl()
4223 pos = STRUCT_FGET(strmodremove, pos); in strioctl()
4242 pos = STRUCT_FGET(strmodremove, pos); in strioctl()
4295 pos = STRUCT_FGET(strmodremove, pos); in strioctl()
4926 if ((STRUCT_FGET(strpeek, flags) & RS_HIPRI) && in strioctl()
4933 (STRUCT_FGET(strpeek, flags) & RS_HIPRI)) { in strioctl()
4986 if (STRUCT_FGET(strpeek, ctlbuf.maxlen) < 0) in strioctl()
4988 else if (STRUCT_FGET(strpeek, ctlbuf.maxlen) == 0) in strioctl()
4994 iov.iov_len = STRUCT_FGET(strpeek, ctlbuf.maxlen); in strioctl()
5001 ASSERT(STRUCT_FGET(strpeek, flags) == 0 ? in strioctl()
5020 STRUCT_FGET(strpeek, ctlbuf.maxlen) - in strioctl()
5029 if (STRUCT_FGET(strpeek, databuf.maxlen) < 0) in strioctl()
5031 else if (STRUCT_FGET(strpeek, databuf.maxlen) == 0) in strioctl()
5037 iov.iov_len = STRUCT_FGET(strpeek, databuf.maxlen); in strioctl()
5062 STRUCT_FGET(strpeek, databuf.maxlen) - in strioctl()
5073 if ((fmp == NULL) && STRUCT_FGET(strpeek, databuf.maxlen) > 0) { in strioctl()
5084 STRUCT_FSET(strpeek, databuf.len, STRUCT_FGET(strpeek, in strioctl()
5086 if (STRUCT_FGET(strpeek, databuf.len) == 0) { in strioctl()
5102 if (STRUCT_FGET(strpeek, ctlbuf.len) == -1 && in strioctl()
5103 STRUCT_FGET(strpeek, databuf.len) == -1) in strioctl()
5130 if (STRUCT_FGET(strfdinsert, offset) < 0 || in strioctl()
5131 (STRUCT_FGET(strfdinsert, offset) % in strioctl()
5134 if ((resftp = getf(STRUCT_FGET(strfdinsert, fildes))) != NULL) { in strioctl()
5136 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5148 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5180 if (STRUCT_FGET(strfdinsert, ctlbuf.len) < in strioctl()
5181 STRUCT_FGET(strfdinsert, offset) + sizeof (t_uscalar_t)) { in strioctl()
5182 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5189 if (STRUCT_FGET(strfdinsert, flags) & ~RS_HIPRI) { in strioctl()
5190 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5208 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5211 if ((msgsize = STRUCT_FGET(strfdinsert, databuf.len)) < 0) in strioctl()
5215 (STRUCT_FGET(strfdinsert, ctlbuf.len) > strctlsz)) { in strioctl()
5216 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5221 while (!(STRUCT_FGET(strfdinsert, flags) & RS_HIPRI) && in strioctl()
5226 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5232 STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5242 mctl.maxlen = STRUCT_FGET(strfdinsert, ctlbuf.maxlen); in strioctl()
5243 mctl.len = STRUCT_FGET(strfdinsert, ctlbuf.len); in strioctl()
5247 iov.iov_len = STRUCT_FGET(strfdinsert, databuf.len); in strioctl()
5258 STRUCT_FGET(strfdinsert, flags), &mp)) != 0 || !mp) { in strioctl()
5260 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5271 STRUCT_FGET(strfdinsert, offset))) = ival; in strioctl()
5279 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5462 nmods = STRUCT_FGET(strlist, sl_nmods); in strioctl()