Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c880 sm->sms_id = BSWAP_16(sm->sms_id); in sbd_swap_section_hdr()
939 if (h.sms_id == sms->sms_id) { in sbd_load_section_hdr()
1023 sms.sms_id = sms_id; in sbd_read_meta_section()
1043 if ((*ppsms)->sms_id != SMS_ID_UNUSED) { in sbd_read_meta_section()
1106 if (t.sms_id != sms->sms_id) { in sbd_write_meta_section()
1118 t.sms_id = SMS_ID_UNUSED; in sbd_write_meta_section()
1133 t.sms_id = sms->sms_id; in sbd_write_meta_section()
1173 if (t.sms_id == SMS_ID_UNUSED) { in sbd_write_meta_section()
1223 t.sms_id = SMS_ID_UNUSED; in sbd_write_meta_section()
1276 new_sms.sms_id = sms->sms_id; in sbd_write_meta_section()
[all …]
H A Dstmf_sbd.h102 uint16_t sms_id; /* Section identifier */ member
H A Dsbd_impl.h87 uint16_t sms_id; /* Section identifier */ member
H A Dsbd_pgr.c292 spi->pgr_sms_header.sms_id = SMS_ID_PGR_INFO; in sbd_pgr_meta_init()
481 spi->pgr_sms_header.sms_id = SMS_ID_PGR_INFO; in sbd_pgr_meta_write()