Lines Matching defs:subpage

859 			    lun->mode_pages.index[i].subpage);
963 uint8_t page, uint8_t subpage)
973 page && lun->mode_pages.index[i].subpage == subpage)
991 msg->mode.subpage = subpage;
1437 lun->mode_pages.index[i].subpage == msg->mode.subpage)
4096 KASSERT(page_index->subpage == SMS_SUBPAGE_PAGE_0,
4097 ("subpage %#x for page %#x is incorrect!",
4098 page_index->subpage, page_code));
4116 KASSERT(page_index->subpage == SMS_SUBPAGE_PAGE_0,
4117 ("subpage %#x for page %#x is incorrect!",
4118 page_index->subpage, page_code));
4138 KASSERT(page_index->subpage == SMS_SUBPAGE_PAGE_0,
4139 ("subpage %#x for page %#x is incorrect!",
4140 page_index->subpage, page_code));
4168 switch (page_index->subpage) {
4226 panic("subpage %#x for page %#x is incorrect!",
4227 page_index->subpage, page_code);
4232 switch (page_index->subpage) {
4322 panic("subpage %#x for page %#x is incorrect!",
4323 page_index->subpage, page_code);
4328 KASSERT(page_index->subpage == SMS_SUBPAGE_PAGE_0,
4329 ("subpage %#x for page %#x is incorrect!",
4330 page_index->subpage, page_code));
4387 lun->log_pages.subpages_page[k*2+1] = page_index->subpage;
5928 page_index->page_code, page_index->subpage);
6067 * If neither page has a subpage code, then we've got a
6077 * If both pages have subpages, then the subpage numbers
6085 if (page_index->subpage == sph->subpage) {
6276 lun->mode_pages.index[i].subpage);
6371 int pc, page_code, llba, subpage;
6395 subpage = cdb->subpage;
6419 subpage = cdb->subpage;
6445 if ((subpage != SMS_SUBPAGE_PAGE_0)
6446 && (subpage != SMS_SUBPAGE_ALL)) {
6472 * We don't use this subpage if the user didn't
6475 if ((page_index->subpage != 0)
6476 && (subpage == SMS_SUBPAGE_PAGE_0))
6506 /* Look for the right subpage or the subpage wildcard*/
6507 if ((page_index->subpage != subpage)
6508 && (subpage != SMS_SUBPAGE_ALL))
6624 * We don't use this subpage if the user didn't
6626 * to make sure the user only specified a subpage
6629 if ((page_index->subpage != 0)
6630 && (subpage == SMS_SUBPAGE_PAGE_0))
6662 /* Look for the right subpage or the subpage wildcard*/
6663 if ((page_index->subpage != subpage)
6664 && (subpage != SMS_SUBPAGE_ALL))
6882 int i, pc, page_code, subpage;
6893 subpage = cdb->subpage;
6904 /* Look for the right subpage or the subpage wildcard*/
6905 if (page_index->subpage != subpage)
6933 if (page_index->subpage) {
6935 header->subpage = page_index->subpage;