Lines Matching defs:length

271 	{ 0x1a, 0x00, "parameter list length error" },
308 { 0x26, 0x0b, "inline data length exceeded" },
363 { 0x33, 0x00, "tape length error" },
790 * Get pointer to the next descriptor. The "additional length"
791 * field holds the length of the descriptor except for the
792 * "type" and "additional length" fields, so we need to add 2 to
793 * get the total length.
813 "Incorrect length indicator: ",
816 "Additional sense length: ",
878 "Additional sense length: ",
921 * <Descriptor type> <Descriptor length> <Descriptor data> ...
986 dprintf("Incorrect length indicator: "
997 * length" field holds the length of the descriptor except
998 * for the "type" and "additional length" fields, so
999 * we need to add 2 to get the total length.
1248 "length %d incorrect\n", page_code, hdr->bdesc_length);
1266 page_data_len = (hdr->length +
1267 sizeof (header->ms_header.length)) -
1270 dprintf("Mode sense page 0x%x: incorrect page length "
1285 (hdr->length +
1286 sizeof (header->ms_header.length)) -
1304 if (((int)pg->length) > maximum) {
1306 "length %d - expected max %d\n",
1307 page_code, pg->length, maximum);
1343 ushort_t length, bdesc_length;
1383 length = BE_16(hdr->length);
1390 "length %d incorrect\n", page_code, bdesc_length);
1408 page_data_len = (length + sizeof (header->ms_header.length)) -
1411 dprintf("Mode sense page 0x%x: incorrect page length "
1427 (length + sizeof (header->ms_header.length)) -
1445 if (((int)pg->length) > maximum) {
1447 "length %d - expected max %d\n",
1448 page_code, pg->length, maximum);
1481 assert(header->ms_header.length == 0);
1550 assert(header->ms_header.length == 0);
1653 * Ensure we have a host-understandable length field