Lines Matching refs:page

994     uint8_t page, uint8_t subpage)
1004 page && lun->mode_pages.index[i].subpage == subpage)
1020 msg.mode.page_code = page;
3992 * mode page parameters for a particuar lun.
4021 ("subpage %#x for page %#x is incorrect!",
4043 ("subpage %#x for page %#x is incorrect!",
4091 ("subpage %#x for page %#x is incorrect!",
4140 * cylinder size in the mode page. If we're over,
4169 ("subpage %#x for page %#x is incorrect!",
4191 ("subpage %#x for page %#x is incorrect!",
4278 panic("subpage %#x for page %#x is incorrect!",
4302 struct ctl_logical_block_provisioning_page *page;
4313 page = &lun->mode_pages.lbp_page[CTL_PAGE_SAVED];
4318 page->descr[0].flags |= SLBPPD_ENABLED |
4325 page->descr[0].count);
4331 page->descr[1].flags |= SLBPPD_ENABLED |
4338 page->descr[1].count);
4344 page->descr[2].flags |= SLBPPD_ENABLED |
4351 page->descr[2].count);
4357 page->descr[3].flags |= SLBPPD_ENABLED |
4364 page->descr[3].count);
4374 panic("subpage %#x for page %#x is incorrect!",
4381 ("subpage %#x for page %#x is incorrect!",
4400 panic("invalid page code value %#x", page_code);
4689 * Initialize the mode and log page index.
6018 * If neither page has a subpage code, then we've got a
6044 * If we couldn't find the page, or if we don't have a mode select
6070 * the mode page header, or if they didn't specify enough data in
6071 * the CDB to avoid truncating this page, kick out the request.
6092 * Run through the mode page, checking to make sure that the bits
6137 * Decrement these before we call the page handler, since we may
6148 * If the page handler returns CTL_RETVAL_QUEUED, then we need to
6150 * the mode page. If it returns anything other than
6159 * If the initiator sent us more than one page, parse the next one.
6344 pc = (cdb->page & SMS_PAGE_CTRL_MASK) >> 6;
6345 page_code = cdb->page & SMS_PAGE_CODE;
6368 pc = (cdb->page & SMS_PAGE_CTRL_MASK) >> 6;
6369 page_code = cdb->page & SMS_PAGE_CODE;
6411 /* Make sure the page is supported for this dev type */
6442 /* Make sure the page is supported for this dev type */
6453 /* Look for the right page code */
6586 * page to the latest values.
6609 /* Look for the right page code */
6618 /* Make sure the page is supported for this dev type */
6631 * page to the latest values.
6842 pc = (cdb->page & SLS_PAGE_CTRL_MASK) >> 6;
6843 page_code = cdb->page & SLS_PAGE_CODE;
6851 /* Look for the right page code */
6881 header->page = page_index->page_code;
6883 header->page |= SL_DS;
6885 header->page |= SL_SPF;
6892 * page to the latest values.
9368 * SCSI VPD page 0x00, the Supported VPD Pages page.
9433 * SCSI VPD page 0x80, the Unit Serial Number page.
9481 * SCSI VPD page 0x86, the Extended INQUIRY Data page.
9587 * SCSI VPD page 0x83, the Device Identification page.
12997 * RECOVERED ERROR or NO SENSE, depending on MRIE mode page field.
13416 struct ctl_logical_block_provisioning_page *page;
13440 page = &lun->MODE_LBP;
13442 if ((page->descr[i].flags & SLBPPD_ENABLED) == 0)
13444 thres = scsi_4btoul(page->descr[i].count);
13446 switch (page->descr[i].resource) {
13467 if ((page->descr[i].flags & SLBPPD_ARMING_MASK)
13477 scsi_u64to8b((uint8_t *)&page->descr[i] -
13478 (uint8_t *)page, lun->ua_tpt_info);