Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/camcontrol/
Dmodeedit.c598 mph->page_code &= SMS_PAGE_CODE;/* Isolate just the page code. */ in editlist_save()
896 mph->page_code &= SMS_PAGE_CODE; in mode_list()
/freebsd-9-stable/tools/tools/vhba/medium/
Dvhba_medium.c127 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbamedium_act()
/freebsd-9-stable/tools/tools/vhba/simple/
Dvhba_simple.c127 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbasimple_act()
/freebsd-9-stable/tools/tools/vhba/lots/
Dvhba_lots.c127 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbalots_act()
/freebsd-9-stable/tools/tools/vhba/faulty/
Dvhba_faulty.c141 uint8_t page = cdb[2] & SMS_PAGE_CODE; in faulty_act()
/freebsd-9-stable/tools/tools/vhba/rptluns/
Dvhba_rptluns.c156 uint8_t page = cdb[2] & SMS_PAGE_CODE; in vhbarptluns_act()
/freebsd-9-stable/tools/tools/vhba/mptest/
Dvhba_mptest.c167 uint8_t page = cdb[2] & SMS_PAGE_CODE; in mptest_act()
/freebsd-9-stable/sys/dev/aacraid/
Daacraid_cam.c801 switch (msp->page & SMS_PAGE_CODE) { in aac_container_special_command()
/freebsd-9-stable/sys/cam/scsi/
Dscsi_all.h191 #define SMS_PAGE_CODE 0x3F macro
/freebsd-9-stable/sys/cam/ctl/
Dctl.c6465 page_code = cdb->page & SMS_PAGE_CODE; in ctl_mode_sense()
6484 page_code = cdb->page & SMS_PAGE_CODE; in ctl_mode_sense()