Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/tools/vhba/lots/
Dvhba_lots.c127 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbalots_act()
/freebsd-12-stable/tools/tools/vhba/simple/
Dvhba_simple.c127 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbasimple_act()
/freebsd-12-stable/tools/tools/vhba/medium/
Dvhba_medium.c127 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbamedium_act()
/freebsd-12-stable/tools/tools/vhba/faulty/
Dvhba_faulty.c141 uint8_t page = cdb[2] & SMS_PAGE_CODE; in faulty_act()
/freebsd-12-stable/tools/tools/vhba/rptluns/
Dvhba_rptluns.c156 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbarptluns_act()
/freebsd-12-stable/sbin/camcontrol/
Dmodeedit.c1194 page = mph->page_code & SMS_PAGE_CODE; in mode_list()
1199 page = mphsp->page_code & SMS_PAGE_CODE; in mode_list()
/freebsd-12-stable/tools/tools/vhba/mptest/
Dvhba_mptest.c167 uint8_t page = cdb[2] & SMS_PAGE_CODE; in mptest_act()
/freebsd-12-stable/sys/dev/aacraid/
Daacraid_cam.c801 switch (msp->page & SMS_PAGE_CODE) { in aac_container_special_command()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_all.h195 #define SMS_PAGE_CODE 0x3F macro
/freebsd-12-stable/sys/cam/ctl/
Dctl.c6369 page_code = cdb->page & SMS_PAGE_CODE; in ctl_mode_sense()
6393 page_code = cdb->page & SMS_PAGE_CODE; in ctl_mode_sense()