Searched refs:devmap_find_handle (Results 1 – 1 of 1) sorted by relevance
243 static devmap_handle_t *devmap_find_handle(devmap_handle_t *dhp_head,677 dhpp = tdhp = devmap_find_handle(dhp, addr); in segdev_unmap()1094 dhph = devmap_find_handle(dhph, addr); in devmap_handle_unmap_tail()1348 dhp = devmap_find_handle(dhp_head, addr); in segdev_softunlock()1486 ASSERT(dhp == devmap_find_handle( in segdev_faultpage()1629 if ((dhp = devmap_find_handle(dhp_head, addr)) == NULL) in segdev_fault()2095 if ((dhp = devmap_find_handle(dhp_head, addr)) == NULL) in segdev_setprot()2154 dhp = tdhp = devmap_find_handle(dhp_head, addr); in segdev_setprot()2773 devmap_find_handle(devmap_handle_t *dhp_head, caddr_t addr) in devmap_find_handle() function