Searched refs:SES_WITHIN_PAGE_STRUCT (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_enclosure.c | 91 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 D | ses2_pages.c | 79 if (!SES_WITHIN_PAGE_STRUCT(dep, data, pagelen)) in ses2_aes_index() 140 if (!SES_WITHIN_PAGE_STRUCT(tp, data, pagelen)) in ses2_threshold_index() 172 if (!SES_WITHIN_PAGE_STRUCT(dp, data, pagelen)) in ses2_element_index() 181 if (!SES_WITHIN_PAGE_STRUCT(dp, data, pagelen)) in ses2_element_index()
|
H A D | ses2_element.c | 683 if (!SES_WITHIN_PAGE_STRUCT(fp, dep, len)) in elem_parse_aes_device() 857 if (!SES_WITHIN_PAGE_STRUCT(fp, dep, len)) in elem_parse_aes_misc()
|
/titanic_41/usr/src/lib/scsi/plugins/ses/SUN/common/ |
H A D | sun_pages.c | 54 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()
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | ses_node.c | 175 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 D | libses_plugin.h | 159 #define SES_WITHIN_PAGE_STRUCT(sp, data, len) \ macro
|