Symbol: set_area_protection
headers/os/kernel/OS.h
109
extern status_t set_area_protection(area_id id, uint32 newProtection);
src/bin/debug/strace/area.cpp
101
Syscall *set_area_protection = get_syscall("_kern_set_area_protection");
src/bin/debug/strace/area.cpp
102
set_area_protection->GetParameter("newProtection")->SetHandler(
src/kits/app/Message.cpp
1194
set_area_protection(fHeader->message_area, B_READ_AREA);
src/kits/media/MediaDefs.cpp
824
set_area_protection(meta_data_area, B_READ_AREA);
src/servers/app/DirectWindowInfo.cpp
106
set_area_protection(area, B_READ_AREA | B_WRITE_AREA | B_CLONEABLE_AREA);
src/system/kernel/arch/x86/arch_altcodepatch.cpp
39
set_area_protection(info->text_region.id, kernelProtection | B_KERNEL_WRITE_AREA);
src/system/kernel/arch/x86/arch_altcodepatch.cpp
53
set_area_protection(info->text_region.id, kernelProtection);
src/system/kernel/debug/BreakpointManager.cpp
739
error = set_area_protection(area,
src/system/kernel/debug/BreakpointManager.cpp
754
set_area_protection(area, areaInfo.protection);
src/system/kernel/debug/system_profiler.cpp
1717
status_t status = set_area_protection(newArea, B_READ_AREA);
src/system/kernel/elf.cpp
1334
set_area_protection(image->text_region.id,
src/system/kernel/elf.cpp
2360
set_area_protection(image->text_region.id,
src/tests/system/kernel/vm/mmap_cut_tests.cpp
107
set_area_protection(area_for(ptr + B_PAGE_SIZE * 3), B_READ_AREA | B_WRITE_AREA);
src/tests/system/kernel/vm/set_area_protection_test1.cpp
130
status_t error = set_area_protection(areas[i],