Searched refs:ht_mem_rman (Results 1 – 3 of 3) sorted by relevance
296 r->ht_mem_rman.rm_start = 0; in bhndb_alloc_resources()297 r->ht_mem_rman.rm_end = ~0; in bhndb_alloc_resources()298 r->ht_mem_rman.rm_type = RMAN_ARRAY; in bhndb_alloc_resources()299 r->ht_mem_rman.rm_descr = "BHNDB host memory"; in bhndb_alloc_resources()300 if ((error = rman_init(&r->ht_mem_rman))) { in bhndb_alloc_resources()462 error = rman_manage_region(&r->ht_mem_rman, in bhndb_alloc_resources()476 rman_fini(&r->ht_mem_rman); in bhndb_alloc_resources()621 rman_fini(&br->ht_mem_rman); in bhndb_free_resources()
200 struct rman ht_mem_rman; /**< host memory manager */ member
811 return (&sc->bus_res->ht_mem_rman); in bhndb_get_rman()