Searched refs:encl_ptr (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c2851 IB_page_config *encl_ptr; local
2855 encl_ptr = (struct ib_page_config *)(void *)from_ptr;
2858 if ((encl_ptr->enc_len > MAX_VEND_SPECIFIC_ENC) ||
2859 (encl_ptr->enc_len == 0)) {
2862 if ((encl_ptr->enc_num_elem > MAX_IB_ELEMENTS) ||
2863 (encl_ptr->enc_num_elem == 0)) {
2867 size = HEADER_LEN + 4 + HEADER_LEN + encl_ptr->enc_len;
2874 size = (sizeof (struct type_desc_hdr))*encl_ptr->enc_num_elem;
2977 IB_page_2 *encl_ptr; local
3021 encl_ptr
[all...]

Completed in 45 milliseconds