Searched refs:nm_rec_hdr (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h49 struct nm_rec_hdr { struct
58 struct nm_rec_hdr { struct
74 struct nm_rec_hdr sr_rec_hdr; /* Record header */
90 struct nm_rec_hdr r_rec_hdr; /* Record header */
111 struct nm_rec_hdr did_rec_hdr;
127 struct nm_rec_hdr min_rec_hdr;
145 struct nm_rec_hdr h_names; /* device-name structures */
146 struct nm_rec_hdr h_shared; /* shared structures */
/illumos-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;
254 struct nm_rec_hdr *rh = (struct nm_rec_hdr *)nh->nmn_record;
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 *)n
[all...]
H A Dmd.c1209 size = (int)((((struct nm_rec_hdr *)nh->nmn_record)->
1305 key < ((struct nm_rec_hdr *)nh->nmn_record)->r_next_key;
H A Dmd_mddb.c12395 struct nm_rec_hdr *hdr;
12428 hdr = (struct nm_rec_hdr *)
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c202 struct nm_rec_hdr rhdr;
206 * nm_shr_rec, and devid_shr_rec record is a nm_rec_hdr
208 if (mdb_vread(&rhdr, sizeof (struct nm_rec_hdr), addr) !=
209 sizeof (struct nm_rec_hdr)) {
210 mdb_warn("failed to read nm_rec_hdr at %p\n", addr);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c689 * Skip the nm_rec_hdr and iterate on the array of struct minor_name
2036 sizeof (struct nm_rec_hdr);
2038 sizeof (struct nm_rec_hdr);

Completed in 459 milliseconds