Home
last modified time | relevance | path

Searched refs:nm_rec (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c284 (sizeof (struct nm_rec) - sizeof (struct nm_name))); in create_record()
375 &((struct nm_rec *)new_rec)->r_rec_hdr); in expand_record()
501 &((struct nm_rec *)this_rec)->r_rec_hdr); in alloc_entry()
839 (sizeof (struct nm_rec) - sizeof (struct nm_name))); in update_entry()
843 &((struct nm_rec *)record)->r_rec_hdr); in update_entry()
847 ((caddr_t)&((struct nm_rec *)record)->r_name[0])); in update_entry()
882 &((struct nm_rec *)record)->r_rec_hdr); in update_entry()
886 ((caddr_t)&((struct nm_rec *) in update_entry()
913 (sizeof (struct nm_rec) - sizeof (struct nm_name))); in remove_entry()
917 &((struct nm_rec *)record)->r_rec_hdr); in remove_entry()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c231 struct nm_rec nm_record; in process_nmn_record()
266 if (mdb_vread(&nm_record, sizeof (struct nm_rec), addr) in process_nmn_record()
267 != sizeof (struct nm_rec)) { in process_nmn_record()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_names.h89 struct nm_rec { struct
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c660 struct nm_rec *namesp_rec; in get_disks_from_didnamespace()
684 namesp_rec = (struct nm_rec *)((caddr_t)(&rbp_nm->rb_data)); in get_disks_from_didnamespace()
790 offset = sizeof (struct nm_rec) - in get_disks_from_didnamespace()
2529 struct nm_rec *nmp; in meta_get_and_report_set_info()
2702 nmp = (struct nm_rec *)(nm + sizeof (mddb_rb_t)); in meta_get_and_report_set_info()
H A Dmeta_statconcise.c1244 struct nm_rec *nm_record; in extract_mduser_data()
1250 nm_record = (struct nm_rec *)((caddr_t)(&rbp_nm->rb_data)); in extract_mduser_data()