Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c463 struct nm_rec_hdr *this_rh; in alloc_entry() local
492 this_rh = ((shared & NM_SHARED) ? in alloc_entry()
498 this_rh = ((shared & NM_SHARED) ? in alloc_entry()
504 if ((this_rh->r_alloc_size - this_rh->r_used_size) >= in alloc_entry()
507 name = (char *)this_rec + this_rh->r_used_size; in alloc_entry()
508 this_rh->r_used_size += (uint_t)needed_space; in alloc_entry()
830 struct nm_rec_hdr *this_rh; in update_entry() local
841 this_rh = ((devid_nm & NM_DEVID) ? in update_entry()
878 recid = this_rh->r_next_recid; in update_entry()
879 this_rh = ((devid_nm & NM_DEVID) ? in update_entry()
[all …]