Home
last modified time | relevance | path

Searched refs:SMPH_SPF (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/camcontrol/
H A Dmodeedit.c617 if ((mph->page_code & SMPH_SPF) == 0) { in editlist_populate()
759 if ((mph->page_code & SMPH_SPF) == 0) { in editlist_save()
1022 if ((mph->page_code & SMPH_SPF) == 0) { in modepage_dump()
1191 if ((mph->page_code & SMPH_SPF) == 0) { in mode_list()
/freebsd/sys/cam/ctl/
H A Dctl_private.h233 {SMS_CONTROL_MODE_PAGE | SMPH_SPF, 0x01,
238 {SMS_INFO_EXCEPTIONS_PAGE | SMPH_SPF, 0x02,
H A Dctl.c205 /*page_code*/SMS_CONTROL_MODE_PAGE | SMPH_SPF,
214 /*page_code*/SMS_CONTROL_MODE_PAGE | SMPH_SPF,
244 /*page_code*/SMS_INFO_EXCEPTIONS_PAGE | SMPH_SPF,
270 /*page_code*/SMS_INFO_EXCEPTIONS_PAGE | SMPH_SPF,
6039 } else if ((page_header->page_code & SMPH_SPF) in ctl_do_mode_select()
6070 if (((page_index->page_code & SMPH_SPF) == 0) in ctl_do_mode_select()
6071 && ((page_header->page_code & SMPH_SPF) == 0)) { in ctl_do_mode_select()
6080 if ((page_index->page_code & SMPH_SPF) in ctl_do_mode_select()
6081 && (page_header->page_code & SMPH_SPF)) { in ctl_do_mode_select()
6109 if (page_index->page_code & SMPH_SPF) { in ctl_do_mode_select()
/freebsd/sys/cam/scsi/
H A Dscsi_all.h3697 #define SMPH_SPF 0x40 macro