Searched refs:nmn_record (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c100 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
145 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
228 hhdr->hh_names.nmn_record = &(hhdr->hh_header->h_names);
229 hhdr->hh_shared.nmn_record = &(hhdr->hh_header->h_shared);
254 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
301 new_nh->nmn_record = mddb_getrecaddr(rh->r_next_recid);
303 ((struct nm_rec_hdr *)new_nh->nmn_record)->r_alloc_size = alloc_size;
304 ((struct nm_rec_hdr *)new_nh->nmn_record)->r_used_size =
318 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
320 parent_nh->nmn_record;
[all...]
H A Dmd.c1211 size = (int)((((struct nm_rec_hdr *)nh->nmn_record)->
1307 key < ((struct nm_rec_hdr *)nh->nmn_record)->r_next_key;
/opensolaris-onvv-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h70 void *nmn_record; member in struct:nm_next_hdr
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c214 mdb_printf("nmn_record: %p\n", addr);
378 (void) process_nmn_record_hdr((uintptr_t)nhdr.nmn_record);
389 process_nmn_record((uintptr_t)nhdr.nmn_record, shared, devid);

Completed in 114 milliseconds