HomeSort by: relevance | last modified time | path
    Searched refs:bst_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/include/
bus_defs.h 105 void *bst_ctx; member in struct:bus_space_tag
  /src/sys/arch/x86/x86/
bus_space.c 169 return (*it->bst_ov->ov_space_map)(it->bst_ctx, t, bpa, size,
197 return (*it->bst_ov->ov_space_reservation_map)(it->bst_ctx, t,
263 return (*it->bst_ov->ov_space_reserve)(it->bst_ctx, t,
313 return (*it->bst_ov->ov_space_reserve_subregion)(it->bst_ctx, t,
366 (*it->bst_ov->ov_space_release)(it->bst_ctx, t, bsr);
404 return (*it->bst_ov->ov_space_alloc)(it->bst_ctx, t,
593 (*it->bst_ov->ov_space_reservation_unmap)(it->bst_ctx,
614 (*it->bst_ov->ov_space_unmap)(it->bst_ctx, t, bsh, size);
634 (*it->bst_ov->ov_space_free)(it->bst_ctx, t, bsh, size);
996 bst->bst_ctx = ctx
    [all...]

Completed in 11 milliseconds