Searched refs:newdhp (Results 1 – 1 of 1) sorted by relevance
544 devmap_handle_t *newdhp = NULL; in devmap_handle_dup() local548 newdhp = kmem_alloc(sizeof (devmap_handle_t), KM_SLEEP); in devmap_handle_dup()552 bcopy(dhp, newdhp, sizeof (devmap_handle_t)); in devmap_handle_dup()554 newdhp->dh_seg = newseg; in devmap_handle_dup()555 newdhp->dh_next = NULL; in devmap_handle_dup()557 newdhp_save->dh_next = newdhp; in devmap_handle_dup()559 *new_dhp = newdhp; in devmap_handle_dup()560 newdhp_save = newdhp; in devmap_handle_dup()562 callbackops = &newdhp->dh_callbackops; in devmap_handle_dup()565 newdhp->dh_softlock = devmap_softlock_init( in devmap_handle_dup()[all …]