Searched refs:devmap_find_handle (Results 1 – 1 of 1) sorted by relevance
242 static devmap_handle_t *devmap_find_handle(devmap_handle_t *dhp_head,675 dhpp = tdhp = devmap_find_handle(dhp, addr); in segdev_unmap()1092 dhph = devmap_find_handle(dhph, addr); in devmap_handle_unmap_tail()1346 dhp = devmap_find_handle(dhp_head, addr); in segdev_softunlock()1484 ASSERT(dhp == devmap_find_handle( in segdev_faultpage()1627 if ((dhp = devmap_find_handle(dhp_head, addr)) == NULL) in segdev_fault()2093 if ((dhp = devmap_find_handle(dhp_head, addr)) == NULL) in segdev_setprot()2152 dhp = tdhp = devmap_find_handle(dhp_head, addr); in segdev_setprot()2769 devmap_find_handle(devmap_handle_t *dhp_head, caddr_t addr) in devmap_find_handle() function