Symbol: sm_section_hdr_t
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1014
sbd_read_meta_section(sbd_lu_t *sl, sm_section_hdr_t **ppsms, uint16_t sms_id)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1017
sm_section_hdr_t sms;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1022
bzero(&sms, sizeof (sm_section_hdr_t));
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1029
*ppsms = (sm_section_hdr_t *)kmem_zalloc(
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1033
bcopy(&sms, *ppsms, sizeof (sm_section_hdr_t));
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1057
sbd_load_section_hdr_unbuffered(sbd_lu_t *sl, sm_section_hdr_t *sms)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1077
sbd_write_meta_section(sbd_lu_t *sl, sm_section_hdr_t *sms)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1079
sm_section_hdr_t t;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1086
sm_section_hdr_t sms_before_unused = {0};
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1265
sm_section_hdr_t new_sms;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1266
sm_section_hdr_t *unused_sms;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1302
sizeof (sm_section_hdr_t)) !=
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1304
sizeof (sm_section_hdr_t))) {
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1313
sizeof (sm_section_hdr_t), (uint8_t *)unused_sms);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
1420
ret = sbd_write_meta_section(sl, (sm_section_hdr_t *)sli);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2245
sret = sbd_read_meta_section(sl, (sm_section_hdr_t **)&sli,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
2428
sret = sbd_read_meta_section(sl, (sm_section_hdr_t **)&sli,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
836
sbd_calc_section_sum(sm_section_hdr_t *sm, uint32_t sz)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
874
sbd_swap_section_hdr(sm_section_hdr_t *sm)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
919
sbd_load_section_hdr(sbd_lu_t *sl, sm_section_hdr_t *sms)
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
921
sm_section_hdr_t h;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd.c
927
if ((ret = sbd_read_meta(sl, st, sizeof (sm_section_hdr_t),
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
132
sm_section_hdr_t pgr_sms_header;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_impl.h
187
sm_section_hdr_t sli_sms_header;
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
295
ret = sbd_write_meta_section(slu, (sm_section_hdr_t *)spi);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
328
ret = sbd_read_meta_section(slu, (sm_section_hdr_t **)&spi,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
511
ret = sbd_write_meta_section(slu, (sm_section_hdr_t *)spi);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
87
extern sbd_status_t sbd_write_meta_section(sbd_lu_t *, sm_section_hdr_t *);
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
88
extern sbd_status_t sbd_read_meta_section(sbd_lu_t *, sm_section_hdr_t **,
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
90
extern void sbd_swap_section_hdr(sm_section_hdr_t *);
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
116
sm_section_hdr_t sli_sms_header;
usr/src/uts/common/io/comstar/lu/stmf_sbd/stmf_sbd.h
130
sm_section_hdr_t sli_sms_header;