Searched refs:devid_dup (Results 1 – 1 of 1) sorted by relevance
1077 ddi_devid_t devid_dup; in e_devid_cache_path_to_devid() local1141 devid_dup = kmem_alloc(n, KM_SLEEP); /* caller must free */ in e_devid_cache_path_to_devid()1142 (void) bcopy(np->nvp_devid, devid_dup, n); in e_devid_cache_path_to_devid()1143 *devidp = devid_dup; in e_devid_cache_path_to_devid()