Home
last modified time | relevance | path

Searched refs:SMS_PAGE_CODE (Results 1 – 10 of 10) sorted by relevance

/freebsd/tools/tools/vhba/lots/
H A Dvhba_lots.c126 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbalots_act()
/freebsd/tools/tools/vhba/medium/
H A Dvhba_medium.c126 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbamedium_act()
/freebsd/tools/tools/vhba/simple/
H A Dvhba_simple.c126 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbasimple_act()
/freebsd/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c155 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbarptluns_act()
/freebsd/tools/tools/vhba/faulty/
H A Dvhba_faulty.c140 uint8_t page = cdb[2] & SMS_PAGE_CODE; in faulty_act()
/freebsd/sbin/camcontrol/
H A Dmodeedit.c1192 page = mph->page_code & SMS_PAGE_CODE; in mode_list()
1197 page = mphsp->page_code & SMS_PAGE_CODE; in mode_list()
/freebsd/tools/tools/vhba/mptest/
H A Dvhba_mptest.c166 uint8_t page = cdb[2] & SMS_PAGE_CODE; in mptest_act()
/freebsd/sys/dev/aacraid/
H A Daacraid_cam.c786 switch (msp->page & SMS_PAGE_CODE) { in aac_container_special_command()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h195 #define SMS_PAGE_CODE 0x3F macro
/freebsd/sys/cam/ctl/
H A Dctl.c6394 page_code = cdb->page & SMS_PAGE_CODE; in ctl_mode_sense()
6418 page_code = cdb->page & SMS_PAGE_CODE; in ctl_mode_sense()