Lines Matching defs:length
257 /* set length */
363 * "actlen" - if non-NULL the actual transfer length will be stored in
396 uint16_t length;
409 length = UGETW(req->wLength);
453 if (length != 0) {
470 if (length > temp) {
475 length = temp;
478 *actlen = length;
480 if (length > 0) {
483 if (copyout(desc, data, length)) {
489 (void)memcpy_s(data, length, desc, length);
537 temp = length;
618 /* get actual length of DATA stage */
630 length = temp;
656 /* update length and data pointer */
657 length -= temp;
724 /* get request data length */
955 * argument specifies the minimum descriptor length. The "max_len"
956 * argument specifies the maximum descriptor length. If the real
957 * descriptor length is less than the minimum length the missing
960 * pointer is non-NULL, the actual length of the transfer will get
964 * to reflect the actual length instead. If "min_len" is not equal to
966 * the descriptor and base the maximum length on the first byte of the
1015 /* enforce correct length */
1036 /* set new minimum length */
1054 * using the first language ID. The maximum length "len" includes
1056 * big pluss 2 bytes, compared with the actual maximum string length !
1096 /* string length is too short */
1103 /* find maximum length */