Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c2238 struct did_shr_name *did_shr_n; in md_get_invdid() local
2296 did_shr_n = (struct did_shr_name *)lookup_shared_entry( in md_get_invdid()
2299 if ((did_shr_n->did_data & NM_DEVID_VALID) != NULL) { in md_get_invdid()
2308 (ddi_devid_t)did_shr_n-> did_devid); in md_get_invdid()
2313 did_shr_n->did_data |= NM_DEVID_VALID; in md_get_invdid()
2365 struct did_shr_name *did_shr_n; in md_validate_devid() local
2427 did_shr_n = (struct did_shr_name *)lookup_shared_entry( in md_validate_devid()
2430 if ((did_shr_n->did_data & NM_DEVID_VALID) != 0) { in md_validate_devid()
2439 (ddi_devid_t)did_shr_n->did_devid); in md_validate_devid()
2444 did_shr_n->did_data |= NM_DEVID_VALID; in md_validate_devid()
[all …]