Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c982 sbd_read_meta_section(sbd_lu_t *sl, sm_section_hdr_t **ppsms, uint16_t sms_id) in sbd_read_meta_section() argument
989 if (((*ppsms) == NULL) || ((*ppsms)->sms_offset == 0)) { in sbd_read_meta_section()
996 if ((*ppsms) == NULL) { in sbd_read_meta_section()
997 *ppsms = (sm_section_hdr_t *)kmem_zalloc( in sbd_read_meta_section()
1001 bcopy(&sms, *ppsms, sizeof (sm_section_hdr_t)); in sbd_read_meta_section()
1005 ret = sbd_read_meta(sl, (*ppsms)->sms_offset, (*ppsms)->sms_size, in sbd_read_meta_section()
1006 (uint8_t *)(*ppsms)); in sbd_read_meta_section()
1009 if ((*ppsms)->sms_data_order != SMS_DATA_ORDER) in sbd_read_meta_section()
1010 sbd_swap_section_hdr(*ppsms); in sbd_read_meta_section()
1011 if ((*ppsms)->sms_id != SMS_ID_UNUSED) { in sbd_read_meta_section()
[all …]