Searched refs:readOnly (Results 1 - 14 of 14) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dreserved_areas_test.cpp46 bool readOnly = false;//(rand() % 256) > 127; local
47 if (!readOnly) {
57 area_id area = create_area(readOnly ? "read-only memory" : "r/w memory",
59 B_READ_AREA | (readOnly ? 0 : B_WRITE_AREA));
61 printf("new %s area %ld at %p\n", readOnly ? "read-only" : "r/w",
/haiku/headers/private/app/
H A DServerMemoryAllocator.h28 bool readOnly = false);
/haiku/src/servers/app/
H A DWorkspace.h27 bool readOnly = false);
H A DWorkspace.cpp82 Workspace::Workspace(Desktop& desktop, int32 index, bool readOnly) argument
89 || ( readOnly && desktop.WindowLocker().IsReadLocked()));
/haiku/src/kits/app/
H A DServerMemoryAllocator.cpp68 uint8*& _base, size_t size, bool readOnly)
80 if (!readOnly && size < kReserveMaxSize) {
91 mapping->local_area = clone_area(readOnly
93 B_CLONEABLE_AREA | B_READ_AREA | (readOnly ? 0 : B_WRITE_AREA),
67 AddArea(area_id serverArea, area_id& _area, uint8*& _base, size_t size, bool readOnly) argument
/haiku/src/bin/
H A Dmountvolume.cpp153 readOnly(false),
211 readOnly ? B_MOUNT_READ_ONLY : 0);
247 bool readOnly; member in struct:MountVisitor
410 mountVisitor.readOnly = true;
484 mountVisitor.readOnly ? B_MOUNT_READ_ONLY : 0);
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp493 bool readOnly = false; local
496 readOnly = true;
500 readOnly = true;
508 gReadOnlyBootDevice = readOnly;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp103 bool readOnly local
139 if (readOnly) {
159 if (readOnly) {
293 if (readOnly)
309 if (readOnly)
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp182 bool readOnly = (initInfo->use_geometry && initInfo->geometry.read_only);
185 int fd = open(initInfo->file_name, (readOnly ? O_RDONLY : O_RDWR));
211 if (!readOnly) {
/haiku/headers/os/drivers/
H A Dfs_cache.h61 bool readOnly);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_cache.h71 fssh_size_t blockSize, bool readOnly);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp621 bool readOnly = !fTextView->IsEditable(); local
622 message->AddBool("readOnly", readOnly);
623 if (readOnly) {
1968 StyledEditWindow::_SetReadOnly(bool readOnly) argument
1970 fReplaceItem->SetEnabled(!readOnly);
1971 fReplaceSameItem->SetEnabled(!readOnly);
1972 fFontMenu->SetEnabled(!readOnly);
1973 fAlignLeft->Menu()->SetEnabled(!readOnly);
1974 fWrapItem->SetEnabled(!readOnly);
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp120 fssh_size_t blockSize, bool readOnly);
472 bool readOnly)
482 read_only(readOnly)
1520 fssh_block_cache_create(int fd, fssh_off_t numBlocks, fssh_size_t blockSize, bool readOnly) argument
1523 readOnly);
471 block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize, bool readOnly) argument
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp244 bool readOnly);
1398 bool readOnly)
1416 read_only(readOnly)
3448 block_cache_create(int fd, off_t numBlocks, size_t blockSize, bool readOnly) argument
3451 readOnly);
1397 block_cache(int _fd, off_t numBlocks, size_t blockSize, bool readOnly) argument

Completed in 127 milliseconds