Lines Matching full:page
461 /* Supported page codes, mandatory */
473 outbuf[r->iov.iov_len++] = 0x00; // this page
476 outbuf[r->iov.iov_len++] = 0x00; // list of supported pages (this page)
497 /* Supported page codes */
504 outbuf[r->iov.iov_len++] = 0x80; // this page
514 /* Device identification page, mandatory */
529 outbuf[r->iov.iov_len++] = 0x83; // this page
554 BADF("Error: Inquiry (STANDARD) page or code "
559 /* PAGE CODE == 0 */
612 int page;
614 page = buf[2] & 0x3f;
615 DPRINTF("Mode Sense (page %d, len %d)\n", page, len);
624 if (page == 4) {
627 /* Rigid disk device geometry page. */
655 } else if (page == 5) {
658 /* Flexible disk device geometry page. */
693 } else if ((page == 8 || page == 0x3f)) {
694 /* Caching page. */
701 if ((page == 0x3f || page == 0x2a)
703 /* CD Capabilities and Mechanical Status page. */