Searched refs:shn_size (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 980 size_t nm_len = 0, shn_size; in remove_shared_entry() local 1016 shn_size = DID_SHR_NAMSIZ((struct did_shr_name *)shn); in remove_shared_entry() 1020 shn_size = SHR_NAMSIZ((struct nm_shared_name *)shn); in remove_shared_entry() 1025 shn_size, offset, devid_nm)); in remove_shared_entry() 1032 (char *)shn, shn_size, offset, in remove_shared_entry() 1045 (char *)shn, shn_size, offset, in remove_shared_entry() 1051 (caddr_t)shn, shn_size, &offset); in remove_shared_entry() 1393 size_t nm_len = 0, shn_size; in lookup_shared_entry() local 1446 shn_size = DID_SHR_NAMSIZ((struct did_shr_name *)shn); in lookup_shared_entry() 1450 shn_size = SHR_NAMSIZ((struct nm_shared_name *)shn); in lookup_shared_entry() [all …]
|