Searched refs:fFlags (Results 76 - 100 of 148) sorted by relevance

123456

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h115 uint32 fFlags; member in class:BPrivate::DiskDevice::KDiskSystem
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp53 fFlags(flags),
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp34 fFlags(0)
63 if (!r.IsValid() || (fFlags & FLAG_INVISIBLE) || !r.Intersects(area))
423 if (archive->FindInt32("flags", (int32*)&fFlags) < B_OK)
424 fFlags = 0;
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h93 uint32 fFlags; member in class:Layer
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h132 uint32 fFlags; member in class:ViewLayer
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp510 fFlags(0),
520 fFlags = flags;
552 bool recursive = (fFlags & B_WATCH_RECURSIVELY) != 0;
553 DoInternal(recursive && (fFlags & B_WATCH_DIRECTORIES_ONLY) != 0,
554 recursive && (fFlags & B_WATCH_FILES_ONLY) != 0, recursive,
555 !recursive && (fFlags & B_WATCH_DIRECTORY) == 0,
556 (fFlags & B_WATCH_STAT) != 0);
589 FATAL_IF_ERROR(BPathMonitor::StartWatching(absolutePath, fFlags, this),
776 uint32 fFlags; member in struct:Test
/haiku/headers/os/interface/
H A DButton.h105 uint32 fFlags; member in class:BButton
/haiku/src/system/kernel/slab/
H A DSlab.cpp129 fFlags(flags),
141 fName, fObjectSize, fAlignment, fMaxByteUsage, fFlags,
150 uint32 fFlags; member in class:SlabObjectCacheTracing::Create
176 fFlags(flags),
185 " -> object: %p", fCache, fFlags, fObject);
189 uint32 fFlags; member in class:SlabObjectCacheTracing::Alloc
221 fFlags(flags)
229 "flags: 0x%" B_PRIx32, fCache, fCount, fFlags);
234 uint32 fFlags; member in class:SlabObjectCacheTracing::Reserve
/haiku/src/kits/tracker/
H A DNavMenu.cpp271 fFlags(0),
304 fFlags(0),
421 fFlags = uint8((fFlags & ~kVolumesOnly)
423 if (fFlags & kVolumesOnly)
518 if ((fFlags & kVolumesOnly) != 0) {
751 if ((fFlags & kShowParent) != 0) {
837 fFlags = uint8((fFlags & ~kShowParent) | (show ? kShowParent : 0));
/haiku/src/kits/storage/
H A DPathMonitor.cpp545 uint32 Flags() const { return fFlags; }
619 uint32 fFlags; member in class:__anon3::PathHandler
736 fFlags(flags),
760 if ((fFlags & B_WATCH_RECURSIVELY) != 0) {
763 fFlags &= ~uint32(B_WATCH_NAME | B_WATCH_DIRECTORY);
767 fFlags &= ~uint32(B_WATCH_FILES_ONLY | B_WATCH_DIRECTORIES_ONLY
854 fPath.String(), fFlags);
972 uint32 watchFlags = (fFlags & WATCH_NODE_FLAG_MASK)
1261 if ((fFlags & B_WATCH_DIRECTORY) != 0) {
1442 if ((fFlags
[all...]
/haiku/src/kits/interface/
H A DFont.cpp369 link.Read<uint32>(&font->fFlags);
511 fFlags(0),
693 fFlags = flags;
790 return fFlags;
1085 link.Attach<uint32>(fFlags);
1127 link.Attach<uint32>(fFlags);
1244 link.Attach<uint32>(fFlags);
1286 link.Attach<uint32>(fFlags);
1330 link.Attach<uint32>(fFlags);
1384 fFlags
[all...]
/haiku/headers/private/kernel/
H A Dtracing.h59 uint32 Flags() const { return fFlags; }
68 uint32 fFlags; member in class:TraceOutput
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp64 fFlags(flags)
132 if (fFlags & M_DRAW_UNDER_ENDPOINTS) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h178 uint32 fFlags; member in class:Volume
193 return fFlags & VOLUME_READ_ONLY;
H A DVolume.cpp127 fFlags(0),
163 fFlags |= VOLUME_READ_ONLY;
187 fFlags |= VOLUME_READ_ONLY;
232 fFlags |= VOLUME_READ_ONLY;
265 fFlags |= VOLUME_READ_ONLY;
H A DQuery.cpp1238 fFlags(flags),
1253 if ((fFlags & B_LIVE_QUERY) != 0)
1260 if ((fFlags & B_LIVE_QUERY) != 0)
1318 &fIterator, fFlags & B_QUERY_NON_INDEXED);
1350 if ((fFlags & B_LIVE_QUERY) == 0) {
1353 fFlags |= B_LIVE_QUERY;
1386 } else if ((fFlags & B_ATTR_CHANGE_NOTIFICATION) != 0) {
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp106 fFlags(0),
160 fFlags |= VOLUME_READ_ONLY;
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp85 uint32 fFlags; member in class:Test
304 fFlags(flags),
314 if (fSuite.IsContiguous() || (fFlags & B_PHYSICAL_IO_REQUEST) != 0
317 = ((fFlags & B_PHYSICAL_IO_REQUEST) == 0
360 if ((fFlags & B_PHYSICAL_IO_REQUEST) != 0) {
374 if ((fFlags & B_PHYSICAL_IO_REQUEST) != 0) {
551 fLength, fIsWrite, fFlags);
674 dprintf(" flags: %#lx\n", fFlags);
/haiku/src/servers/app/
H A DView.h68 { return fFlags; }
256 uint32 fFlags; member in class:View
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp124 fFlags(0)
144 fFlags(0)
164 fFlags(other.fFlags)
181 fFlags = flags;
235 fFlags = intValue;
265 spwd.sp_flag = fFlags;
296 || (error = message.AddInt32("flags", fFlags)) != B_OK) {
324 fprintf(file, "%d\n", fFlags);
342 int fFlags; member in class:AuthenticationManager::User
[all...]
/haiku/src/kits/media/
H A DParameterWeb.cpp679 fFlags(0)
726 fFlags = flags;
733 return fFlags;
897 if (fFlags != 0)
946 if (fFlags != 0) {
948 write_to_buffer<uint32>(&buffer, fFlags);
1054 fFlags = read_from_buffer_swap32<int32>(&buffer, isSwapped);
1056 fFlags = 0;
1264 fFlags = flags;
1271 return fFlags;
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp39 fFlags(B_FS_IS_PERSISTENT | B_FS_HAS_ATTR | B_FS_HAS_MIME
79 fFlags |= B_FS_IS_READONLY;
238 info.flags = fFlags;
/haiku/headers/os/media/
H A DSoundPlayer.h199 int32 fFlags; member in class:BSoundPlayer
/haiku/headers/private/locale/
H A DHashMapCatalog.h44 uint32 fFlags; member in class:BPrivate::CatKey
47 // state (and potential other flags) lives in the fFlags member.
/haiku/headers/private/storage/
H A DDiskSystemAddOn.h51 uint32 fFlags; member in class:BDiskSystemAddOn

Completed in 142 milliseconds

123456