Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c192 struct nm_header_hdr *hhdr; in create_hdr() local
219 hhdr = kmem_zalloc(sizeof (*hhdr), KM_SLEEP); in create_hdr()
222 md_set[setno].s_did_nm = hhdr; in create_hdr()
224 md_set[setno].s_nm = hhdr; in create_hdr()
227 hhdr->hh_header = (struct nm_header *)mddb_getrecaddr(nmid); in create_hdr()
228 hhdr->hh_names.nmn_record = &(hhdr->hh_header->h_names); in create_hdr()
229 hhdr->hh_shared.nmn_record = &(hhdr->hh_header->h_shared); in create_hdr()
236 hhdr->hh_header->h_names.r_next_key = 0; in create_hdr()
237 hhdr->hh_header->h_shared.r_next_key = 1; in create_hdr()
239 hhdr->hh_header->h_names.r_next_key = 1; in create_hdr()
[all …]
H A Dmd_mddb.c12396 struct nm_header *hhdr; in md_imp_nm() local
12407 hhdr = (struct nm_header *) in md_imp_nm()
12410 hdr = &hhdr->h_names; in md_imp_nm()
12416 hdr = &hhdr->h_shared; in md_imp_nm()