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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h151 struct nm_next_hdr hh_names; member in struct:nm_header_hdr
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c424 (uintptr_t)&(((struct nm_header_hdr *)did_addr)->hh_names);
429 names_addr = (uintptr_t)&(((struct nm_header_hdr *)addr)->hh_names);
431 mdb_printf("hh_names: %p \n", names_addr);
435 mdb_printf("did hh_names: %p \n", did_names_addr);
439 mdb_printf("hh_names:");
445 mdb_printf("did hh_names:");
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c228 hhdr->hh_names.nmn_record = &(hhdr->hh_header->h_names);
411 md_set[setno].s_did_nm)->hh_names);
425 &((struct nm_header_hdr *)md_set[setno].s_nm)->hh_names);
3879 hdr->hh_names.nmn_record = &(hdr->hh_header->h_names);
3884 build_rec_hdr_list(&hdr->hh_names, hdr_recid,
3951 for (nh = hhdr->hh_names.nmn_nextp; nh; nh = nnh) {

Completed in 511 milliseconds