Lines Matching defs:page

49  * descriptor in VPD page 0x83.
320 unsigned char evpd, unsigned char page,
324 { INQUIRY_CMD, evpd, page, 0, buflen, 0 };
405 log_debug("%s: Unable to get INQUIRY vpd %d page 0x%x.",
406 dev_scsi->kernel, evpd, page);
424 log_debug("%s: page 0 not available.", dev_scsi->kernel);
428 log_debug("%s: page 0 buffer too long %d", dev_scsi->kernel, buffer[3]);
441 * If the vendor id appears in the page assume the page is
478 * check_fill_0x83_id - check the page 0x83 id, if OK allocate and fill
616 /* Get device identification VPD page */
627 /* also pick up the page 80 serial number */
637 log_debug("%s: Invalid page 0x83", dev_scsi->kernel);
649 * a page 83 reply according to SCSI-2 format instead of SPC-2/3.
651 * The SCSI-2 page 83 format returns an IEEE WWN in binary
653 * 4-byte page 83 reply header.
659 * Reference the 7th byte of the page 83 reply to determine
664 * for a SCSI-2 conformant page 83 reply from these EMC
703 * Get device identification VPD page for older SCSI-2 device which is not
706 * Return the hard coded error code value 2 if the page 83 reply is not
723 log_debug("%s: Invalid page 0x83", dev_scsi->kernel);
728 * a page 83 reply according to SCSI-2 format instead of SPC-2/3.
730 * The SCSI-2 page 83 format returns an IEEE WWN in binary
732 * 4-byte page 83 reply header.
738 * Reference the 7th byte of the page 83 reply to determine
743 * for a SCSI-2 conformant page 83 reply from these EMC
770 /* Get unit serial number VPD page */
787 log_debug("%s: Invalid page 0x80", dev_scsi->kernel);
798 * Prepend 'S' to avoid unlikely collision with page 0x83 vendor
904 * Fallback to servicing a SPC-2/3 compliant page 83
905 * inquiry if the page 83 reply format does not
926 log_debug("%s: unsupported page code 0x%d", dev_scsi->kernel, page_code);
932 * Get page 0, the page of the pages. By default, try from best to
937 * Don't try anything else. Black list if a specific page
939 * optional fall-back to page 0x80 or page 0x83.