Home | History | Annotate | Download | only in hw

Lines Matching defs:page

462                         /* Supported page codes, mandatory */
474 outbuf[r->iov.iov_len++] = 0x00; // this page
477 outbuf[r->iov.iov_len++] = 0x00; // list of supported pages (this page)
498 /* Supported page codes */
505 outbuf[r->iov.iov_len++] = 0x80; // this page
515 /* Device identification page, mandatory */
530 outbuf[r->iov.iov_len++] = 0x83; // this page
555 BADF("Error: Inquiry (STANDARD) page or code "
560 /* PAGE CODE == 0 */
613 int page;
615 page = buf[2] & 0x3f;
616 DPRINTF("Mode Sense (page %d, len %d)\n", page, len);
625 if (page == 4) {
628 /* Rigid disk device geometry page. */
656 } else if (page == 5) {
659 /* Flexible disk device geometry page. */
694 } else if ((page == 8 || page == 0x3f)) {
695 /* Caching page. */
702 if ((page == 0x3f || page == 0x2a)
704 /* CD Capabilities and Mechanical Status page. */