Home
last modified time | relevance | path

Searched refs:isWritable (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dunistd.cpp306 uint32_t isWritable; in fssh_ioctl() local
307 if (ioctl(fd, DKIOCISWRITABLE, &isWritable) != 0) { in fssh_ioctl()
312 geometry->read_only = !isWritable; in fssh_ioctl()
/haiku/src/system/kernel/vm/
H A Dvm.cpp3025 bool isWritable; in vm_set_area_protection() local
3065 isWritable in vm_set_area_protection()
3071 if (!isWritable && becomesWritable && !cache->consumers.IsEmpty()) { in vm_set_area_protection()
3092 isWritable = !becomesWritable; in vm_set_area_protection()
3098 if (isWritable && !becomesWritable) { in vm_set_area_protection()
3126 } else if (!isWritable && becomesWritable) { in vm_set_area_protection()
6323 const bool isWritable in _user_set_memory_protection() local
6326 if (becomesWritable && !isWritable) in _user_set_memory_protection()
6328 else if (!becomesWritable && isWritable) in _user_set_memory_protection()