Lines Matching refs:STRUCT_FGET
4193 pos = STRUCT_FGET(strmodinsert, pos); in strioctl()
4282 pos = STRUCT_FGET(strmodinsert, pos); in strioctl()
4349 pos = STRUCT_FGET(strmodremove, pos); in strioctl()
4368 pos = STRUCT_FGET(strmodremove, pos); in strioctl()
4421 pos = STRUCT_FGET(strmodremove, pos); in strioctl()
5052 if ((STRUCT_FGET(strpeek, flags) & RS_HIPRI) && in strioctl()
5059 (STRUCT_FGET(strpeek, flags) & RS_HIPRI)) { in strioctl()
5112 if (STRUCT_FGET(strpeek, ctlbuf.maxlen) < 0) in strioctl()
5114 else if (STRUCT_FGET(strpeek, ctlbuf.maxlen) == 0) in strioctl()
5120 iov.iov_len = STRUCT_FGET(strpeek, ctlbuf.maxlen); in strioctl()
5127 ASSERT(STRUCT_FGET(strpeek, flags) == 0 ? in strioctl()
5146 STRUCT_FGET(strpeek, ctlbuf.maxlen) - in strioctl()
5155 if (STRUCT_FGET(strpeek, databuf.maxlen) < 0) in strioctl()
5157 else if (STRUCT_FGET(strpeek, databuf.maxlen) == 0) in strioctl()
5163 iov.iov_len = STRUCT_FGET(strpeek, databuf.maxlen); in strioctl()
5188 STRUCT_FGET(strpeek, databuf.maxlen) - in strioctl()
5199 if ((fmp == NULL) && STRUCT_FGET(strpeek, databuf.maxlen) > 0) { in strioctl()
5210 STRUCT_FSET(strpeek, databuf.len, STRUCT_FGET(strpeek, in strioctl()
5212 if (STRUCT_FGET(strpeek, databuf.len) == 0) { in strioctl()
5228 if (STRUCT_FGET(strpeek, ctlbuf.len) == -1 && in strioctl()
5229 STRUCT_FGET(strpeek, databuf.len) == -1) in strioctl()
5256 if (STRUCT_FGET(strfdinsert, offset) < 0 || in strioctl()
5257 (STRUCT_FGET(strfdinsert, offset) % in strioctl()
5260 if ((resftp = getf(STRUCT_FGET(strfdinsert, fildes))) != NULL) { in strioctl()
5262 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5274 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5306 if (STRUCT_FGET(strfdinsert, ctlbuf.len) < in strioctl()
5307 STRUCT_FGET(strfdinsert, offset) + sizeof (t_uscalar_t)) { in strioctl()
5308 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5315 if (STRUCT_FGET(strfdinsert, flags) & ~RS_HIPRI) { in strioctl()
5316 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5334 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5337 if ((msgsize = STRUCT_FGET(strfdinsert, databuf.len)) < 0) in strioctl()
5341 (STRUCT_FGET(strfdinsert, ctlbuf.len) > strctlsz)) { in strioctl()
5342 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5347 while (!(STRUCT_FGET(strfdinsert, flags) & RS_HIPRI) && in strioctl()
5352 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5358 STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5368 mctl.maxlen = STRUCT_FGET(strfdinsert, ctlbuf.maxlen); in strioctl()
5369 mctl.len = STRUCT_FGET(strfdinsert, ctlbuf.len); in strioctl()
5373 iov.iov_len = STRUCT_FGET(strfdinsert, databuf.len); in strioctl()
5384 STRUCT_FGET(strfdinsert, flags), &mp)) != 0 || !mp) { in strioctl()
5386 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5397 STRUCT_FGET(strfdinsert, offset))) = ival; in strioctl()
5405 releasef(STRUCT_FGET(strfdinsert, fildes)); in strioctl()
5588 nmods = STRUCT_FGET(strlist, sl_nmods); in strioctl()