Searched refs:SES_WITHIN_PAGE (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_enclosure.c | 100 if (!SES_WITHIN_PAGE(tip->ssti_subenclosure_help_text, in enc_parse_help() 115 if (!SES_WITHIN_PAGE(hpip->shpi_help_text, in enc_parse_help() 159 if (!SES_WITHIN_PAGE(dip->ssidi_data, textlen, in enc_parse_string_in() 176 if (!SES_WITHIN_PAGE(sip->ssipi_data, textlen, sip, len)) in enc_parse_string_in()
|
H A D | ses2_pages.c | 86 if (!SES_WITHIN_PAGE(dep, desclen, data, pagelen)) in ses2_aes_index() 161 if (!SES_WITHIN_PAGE(data, sizeof (*dp), data, pagelen)) in ses2_element_index() 186 if (!SES_WITHIN_PAGE(dp, in ses2_element_index()
|
/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 157 #define SES_WITHIN_PAGE(sp, size, data, len) \ macro 160 SES_WITHIN_PAGE((sp), sizeof (*(sp)), (data), (len))
|
H A D | ses_node.c | 206 if (!SES_WITHIN_PAGE(eip, eip->st_hdr.sehi_ed_len + in ses_build_snap_skel() 250 SES_WITHIN_PAGE(tp + toff, tip->sthi_text_len, in ses_build_snap_skel() 282 SES_WITHIN_PAGE(tp + toff, tip->sthi_text_len, in ses_build_snap_skel()
|
H A D | ses_snap.c | 351 if (!SES_WITHIN_PAGE(pip->sssdpi_pages + i, 1, pip, in pages_skel_create()
|