Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c563 struct nm_next_hdr *first_nh; in rem_entry() local
573 first_nh = get_first_record(setno, 0, devid_nm | NM_NOTSHARED); in rem_entry()
574 ASSERT(first_nh != NULL); in rem_entry()
597 destroy_key(first_nh, devid_nm | NM_NOTSHARED, ent_key); in rem_entry()
613 struct nm_next_hdr *first_nh; in rem_shr_entry() local
622 first_nh = get_first_record(setno, 0, devid_nm | NM_SHARED); in rem_shr_entry()
623 ASSERT(first_nh != NULL); in rem_shr_entry()
652 destroy_key(first_nh, devid_nm | NM_SHARED, ent_key); in rem_shr_entry()