Home
last modified time | relevance | path

Searched refs:SMPH_PC_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl.c858 lun->mode_pages.index[i].page_code & SMPH_PC_MASK, in ctl_isc_announce_lun()
972 if ((lun->mode_pages.index[i].page_code & SMPH_PC_MASK) == in ctl_isc_announce_mode()
1435 if ((lun->mode_pages.index[i].page_code & SMPH_PC_MASK) == in ctl_isc_mode_sync()
4093 page_code = page_index->page_code & SMPH_PC_MASK; in ctl_init_page_index()
6062 if ((page_index->page_code & SMPH_PC_MASK) != in ctl_do_mode_select()
6063 (page_header->page_code & SMPH_PC_MASK)) in ctl_do_mode_select()
6275 lun->mode_pages.index[i].page_code & SMPH_PC_MASK, in ctl_mode_select()
6503 if ((page_index->page_code & SMPH_PC_MASK) != page_code) in ctl_mode_sense()
6659 if ((page_index->page_code & SMPH_PC_MASK) != page_code) in ctl_mode_sense()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h3698 #define SMPH_PC_MASK 0x3f macro
H A Dscsi_da.c4753 softc->mode_page = csio->data_ptr[off] & SMPH_PC_MASK; in dadone_probewp()