lmpl_own_len
new->lmpl_own_len = len;
cur->lmpl_own_len == len &&
bcmp(cur->lmpl_owner, id, cur->lmpl_own_len) == 0)) {
ASSERT(cur->lmpl_own_len < MAX_SHR_OWNER_LEN);
bcopy(cur->lmpl_owner, rid, cur->lmpl_own_len);
*rlen = cur->lmpl_own_len;
kmem_free(cur->lmpl_owner, cur->lmpl_own_len);