Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c546 devmap_handle_t *newdhp = NULL; in devmap_handle_dup() local
550 newdhp = kmem_alloc(sizeof (devmap_handle_t), KM_SLEEP); in devmap_handle_dup()
554 bcopy(dhp, newdhp, sizeof (devmap_handle_t)); in devmap_handle_dup()
556 newdhp->dh_seg = newseg; in devmap_handle_dup()
557 newdhp->dh_next = NULL; in devmap_handle_dup()
559 newdhp_save->dh_next = newdhp; in devmap_handle_dup()
561 *new_dhp = newdhp; in devmap_handle_dup()
562 newdhp_save = newdhp; in devmap_handle_dup()
564 callbackops = &newdhp->dh_callbackops; in devmap_handle_dup()
567 newdhp->dh_softlock = devmap_softlock_init( in devmap_handle_dup()
[all …]