Searched refs:area (Results 151 - 175 of 278) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/x86/
H A Darch_vm.cpp68 area_id area; member in struct:__anon1884::memory_type_range
172 if (range->area == areaID)
584 range->area = areaID;
618 B_PRIx64 ", %" B_PRIu32 ")\n", range->area, range->base,
627 dprintf("remove_memory_type_range(): no range known for area %" B_PRId32
652 // account for DMA area and mark the pages unusable
737 // That's why we do not allow any area that user can access, but not execute
750 arch_vm_unset_memory_type(struct VMArea *area) argument
752 if (area->MemoryType() == 0)
755 remove_memory_type_range(area
760 arch_vm_set_memory_type(struct VMArea *area, phys_addr_t physicalBase, uint32 type) argument
[all...]
H A Darch_debug.cpp411 VMArea *area = NULL; local
414 area = thread->team->address_space->LookupArea(ip);
416 if (area != NULL) {
417 kprintf("%" B_PRId32 ":%s@%p + %#lx\n", area->id, area->name,
418 (void*)area->Base(), ip - area->Base());
792 VMArea *area = NULL; local
794 area = thread->team->address_space->LookupArea(eip);
795 if (area !
[all...]
/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp248 No check whether there's an actually accessible area is performed, though.
700 // If the region to be written crosses area boundaries, we split it up into
711 // get the area for the address (we need to use _user_area_for(), since
712 // we're looking for a user area)
713 area_id area = _user_area_for(address); local
714 if (area < 0) {
715 TRACE("BreakpointManager::_WriteMemory(): area not found for "
716 "address: %p: %lx\n", address, area);
717 error = area;
722 status_t error = get_area_info(area,
[all...]
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp374 WindowArea* area = areaList.ItemAt(i); local
375 SATWindow* topWindow = area->TopWindow();
400 WindowArea* area = areaList.ItemAt(i); local
401 if (area->WindowList().HasItem(satWindow))
403 SATWindow* topWindow = area->TopWindow();
609 WindowArea* area = satWindow->GetWindowArea();
610 if (area == NULL)
613 area->MoveToTopLayer(satWindow);
627 if (currentArea == area)
H A DSATGroup.h188 /*! SATGroup adds new windows to the area. */
254 /*! Add a window to an existing window area. */
255 bool AddWindow(SATWindow* window, WindowArea* area,
276 void WindowAreaRemoved(WindowArea* area);
295 WindowArea* area);
311 void _FollowSeed(WindowArea* area, WindowArea* veto,
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp48 Layer::Compose(const BBitmap* into, BRect area) argument
56 if (!into || !area.IsValid() || (status = into->InitCheck()) < B_OK)
60 area = area & fBitmap->Bounds();
63 if (!r.IsValid() || (fFlags & FLAG_INVISIBLE) || !r.Intersects(area))
66 r = r & area;
/haiku/src/libs/alm/
H A DArea.cpp32 * Gets the left tab of the area.
34 * @return the left tab of the area
44 * Gets the right tab of the area.
46 * @return the right tab of the area
56 * Gets the top tab of the area.
66 * Gets the bottom tab of the area.
76 * Sets the left tab of the area.
78 * @param left the left tab of the area
95 * Sets the right tab of the area.
97 * @param right the right tab of the area
422 SetWidthAs(Area* area, float factor) argument
437 SetHeightAs(Area* area, float factor) argument
[all...]
/haiku/headers/libs/alm/
H A DArea.h44 * Rectangular area in the GUI, defined by a tab on each side.
94 SetWidthAs(Area* area, float factor = 1.0f);
97 SetHeightAs(Area* area, float factor = 1.0f);
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h45 area_id area; // area of data member in struct:__anon1656::__anon1657
53 area_id area; // area containing GATT member in struct:__anon1656::__anon1658
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequests.cpp446 //PRINT((" relocating address: area: %ld, offset: %ld, size: %ld...\n",
453 area_id area = address->GetArea(); local
454 if (area < 0) {
468 // clone the area
470 area = clone_area("cloned request data", &data,
476 area);
477 if (area < 0)
478 RETURN_ERROR(area);
479 fAreas[(*fAreaCount)++] = area;
482 error = get_area_info(area,
[all...]
/haiku/src/kits/shared/
H A DIconView.cpp158 IconView::Draw(BRect area) argument
166 BView::Draw(area);
/haiku/headers/os/interface/
H A DBitmap.h59 BBitmap(area_id area, ptrdiff_t areaOffset,
142 area_id area = -1,
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h54 area_id area; // only if in area, otherwise -1 member in struct:UserlandFSUtil::RequestAllocator::DeferredInitInfo
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h60 virtual void AreaInvalidated(const BRect& area);
/haiku/src/tools/restest/
H A DResourceFile.h52 const void* _ReadResourceInfo(const MemArea& area,
/haiku/src/bin/
H A Dlistarea.c10 /** Lists area info for all currently running teams */
64 areaInfo.area,
/haiku/src/tests/system/libroot/posix/
H A Dbrk_test.c38 next_area_info.area, next_area_info.address,
44 fprintf(stderr, "PROBLEM: Couldn't get area info");
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.cpp180 // create an area to cover the page table
192 // now that the vm is initialized, create an area that represents
196 area_id area;
204 area = create_area("kernel_pgdir", &temp, B_EXACT_ADDRESS, B_PAGE_SIZE,
206 if (area < B_OK)
207 return area;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.cpp180 // create an area to cover the page table
192 // now that the vm is initialized, create an area that represents
196 area_id area;
204 area = create_area("kernel_pgdir", &temp, B_EXACT_ADDRESS, B_PAGE_SIZE,
206 if (area < B_OK)
207 return area;
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.h44 area_id area; member in struct:_es1370_mem
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp231 Area* area = layout->AreaFor(scrollView); local
232 area->SetLeftInset(0);
233 area->SetRightInset(0);
234 area->SetBottomInset(0);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp186 VMArea* area = FindArea(pc);
187 if (area != NULL) {
188 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
219 VMArea* area = FindAreaEx(thread, pc); local
220 if (area != NULL) {
221 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
/haiku/src/bin/unzip/
H A Dunshrink.c47 other algorithms leave the uncompressed data in the work area, typically
91 #define parent G.area.shrink.Parent
92 #define Value G.area.shrink.value /* "value" conflicts with Pyramid ioctl.h */
93 #define stack G.area.shrink.Stack
/haiku/src/system/runtime_loader/
H A Dheap.cpp270 area_id area = _kern_create_area("rld heap", &base, local
272 if (area < 0)
273 return area;
275 // declare the whole area as one chunk, and add it to the free tree
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp84 area_id area; member in struct:aperture_memory
393 get_area_base_and_size(area_id area, addr_t &base, size_t &size) argument
396 status_t status = get_area_info(area, &info);
488 memory->area = -1;
591 memory->area = create_area("GART memory", &address, B_ANY_KERNEL_ADDRESS,
594 if (memory->area < B_OK) {
708 // Remove the stolen area from the allocation
736 delete_area(memory->area);
737 memory->area = -1;
1117 bind_aperture(aperture_id id, area_id area, addr_ argument
[all...]

Completed in 136 milliseconds

1234567891011>>