Home
last modified time | relevance | path

Searched refs:SES_WITHIN_PAGE_STRUCT (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure.c91 if (!SES_WITHIN_PAGE_STRUCT(tip, shpip, len)) in enc_parse_help()
112 if (!SES_WITHIN_PAGE_STRUCT(hpip, hpip, len)) in enc_parse_help()
150 if (!SES_WITHIN_PAGE_STRUCT(dip, ssip, len)) in enc_parse_string_in()
171 if (!SES_WITHIN_PAGE_STRUCT(sip, sip, len)) in enc_parse_string_in()
222 if (!SES_WITHIN_PAGE_STRUCT(upip, upip, len)) in enc_parse_dlucode()
232 if (!SES_WITHIN_PAGE_STRUCT(dip, upip, len)) in enc_parse_dlucode()
272 if (!SES_WITHIN_PAGE_STRUCT(spip, spip, len)) in enc_parse_subnick()
278 if (!SES_WITHIN_PAGE_STRUCT(dip, spip, len)) in enc_parse_subnick()
H A Dses2_pages.c82 if (!SES_WITHIN_PAGE_STRUCT(dep, data, pagelen)) in ses2_aes_index()
174 if (!SES_WITHIN_PAGE_STRUCT(tp, data, pagelen)) in ses2_threshold_index()
206 if (!SES_WITHIN_PAGE_STRUCT(dp, data, pagelen)) in ses2_element_index()
215 if (!SES_WITHIN_PAGE_STRUCT(dp, data, pagelen)) in ses2_element_index()
H A Dses2_element.c685 if (!SES_WITHIN_PAGE_STRUCT(fp, dep, len)) in elem_parse_aes_device()
859 if (!SES_WITHIN_PAGE_STRUCT(fp, dep, len)) in elem_parse_aes_misc()
/illumos-gate/usr/src/lib/scsi/plugins/ses/SUN/common/
H A Dsun_pages.c54 if (!SES_WITHIN_PAGE_STRUCT(addr, data, pagelen)) in sun_fruid_index()
58 if (!SES_WITHIN_PAGE_STRUCT(sfdip, data, pagelen)) in sun_fruid_index()
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c175 if (!SES_WITHIN_PAGE_STRUCT(eip, pp->ssp_page, pp->ssp_len)) in ses_build_snap_skel()
197 if (!SES_WITHIN_PAGE_STRUCT(eip, pp->ssp_page, pp->ssp_len)) in ses_build_snap_skel()
224 if (!SES_WITHIN_PAGE_STRUCT(tip, pp->ssp_page, pp->ssp_len)) in ses_build_snap_skel()
H A Dlibses_plugin.h159 #define SES_WITHIN_PAGE_STRUCT(sp, data, len) \ macro