Searched refs:flags (Results 151 - 175 of 2022) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp12 CachedExtent::Create(uint64 offset, uint64 length, uint64 flags) argument
21 if ((flags & BTRFS_EXTENT_FLAG_ALLOCATED) != 0)
23 self->flags = flags;
42 return (flags & BTRFS_EXTENT_FLAG_ALLOCATED) != 0;
49 return (flags & BTRFS_EXTENT_FLAG_DATA) != 0;
93 while (found != NULL && (found->flags != type || found->length < size))
113 uint64 flags = node->flags & (~BTRFS_EXTENT_FLAG_ALLOCATED); local
116 flags);
382 uint64 flags = Flags(); local
488 _InsertExtent(CachedExtentTree* tree, uint64 start, uint64 length, uint64 flags) argument
532 _LoadExtentTree(uint64 flags) argument
647 AllocateTreeBlock(uint64& found, uint64 start, uint64 flags) argument
678 AllocateDataBlock(uint64& found, uint64 size, uint64 start, uint64 flags) argument
[all...]
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp55 const rgb_color& base, const rgb_color& background, uint32 flags,
59 1.0, 1.0, flags, borders);
65 float radius, const rgb_color& base, const rgb_color& background, uint32 flags,
69 1.0, 1.0, flags, borders);
77 const rgb_color& background, uint32 flags,
81 1.0, 1.0, flags, borders);
87 const BRect& updateRect, const rgb_color& base, uint32 flags,
91 flags, borders, orientation);
97 const BRect& updateRect, float radius, const rgb_color& base, uint32 flags,
101 flags, border
54 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
64 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
74 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
86 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
96 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
106 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
117 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
167 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
177 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
187 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
199 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
209 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
229 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
241 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
269 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
307 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
362 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
403 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
413 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
454 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
633 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
726 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color leftFillColor, rgb_color rightFillColor, float sliderScale, uint32 flags, orientation orientation) argument
771 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
922 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1000 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1182 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
1297 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
1312 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1321 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1376 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1386 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1396 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1411 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
1572 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
1596 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1644 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1801 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
1828 _DrawMenuFieldBackgroundOutside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
1885 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
2077 _EdgeLightColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
2085 _EdgeShadowColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
2095 _BevelLightColor(const rgb_color& base, uint32 flags) argument
2103 _BevelShadowColor(const rgb_color& base, uint32 flags) argument
2142 _MakeButtonGradient(BGradientLinear& gradient, BRect& rect, const rgb_color& base, uint32 flags, orientation orientation) const argument
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c61 LOG(1, ("SETMODE: (ENTER) initial modeflags: $%08x\n", target.flags));
95 if (target.flags & DUALHEAD_BITS) /*if some dualhead mode*/
110 if (!(target2.flags & TV_BITS))
148 if ((target2.flags & TV_BITS) && (si->ps.card_type >= G450))
174 switch (target.flags & DUALHEAD_BITS)
215 switch (target.flags & DUALHEAD_BITS)
246 switch (target.flags & DUALHEAD_BITS)
294 switch (target.flags & DUALHEAD_BITS)
310 if (!(target2.flags & TV_BITS)) result = g400_crtc2_set_timing(target2);
313 if (si->ps.tvout && (target2.flags
549 SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags) argument
[all...]
/haiku/src/add-ons/kernel/drivers/timer/
H A Darch_acpi.h53 uint32 flags; member in struct:acpi_madt
80 uint32 flags; /* 1 = enabled */ member in struct:acpi_local_apic
99 uint16 flags; /* MPS INTI flags. See Table 5-25 in member in struct:acpi_int_source_override
106 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in member in struct:acpi_nmi_source
118 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in member in struct:acpi_local_apic_nmi
154 uint32 flags; /* Local SAPIC flags, se member in struct:acpi_local_sapic
165 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in member in struct:acpi_platform_interrupt_source
185 uint32 flags; /* 1 = enabled. */ member in struct:acpi_local_x2_apic
193 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in member in struct:acpi_local_x2_apic_nmi
[all...]
/haiku/src/kits/storage/
H A DPathFinder.cpp65 path_base_directory baseDirectory, const char* subPath, uint32 flags,
81 baseDirectory, subPath, flags, pathBuffer, sizeof(pathBuffer));
84 baseDirectory, subPath, flags, pathBuffer, sizeof(pathBuffer));
96 uint32 flags, BPath& _path)
98 return FindPath(NULL, baseDirectory, subPath, flags, _path);
119 path_base_directory baseDirectory, const char* subPath, uint32 flags,
127 status_t error = find_paths_etc(architecture, baseDirectory, subPath, flags,
149 uint32 flags, BStringList& _paths)
151 return FindPaths(NULL, baseDirectory, subPath, flags, _paths);
64 FindPath(const char* architecture, path_base_directory baseDirectory, const char* subPath, uint32 flags, BPath& _path) argument
95 FindPath(path_base_directory baseDirectory, const char* subPath, uint32 flags, BPath& _path) argument
118 FindPaths(const char* architecture, path_base_directory baseDirectory, const char* subPath, uint32 flags, BStringList& _paths) argument
148 FindPaths(path_base_directory baseDirectory, const char* subPath, uint32 flags, BStringList& _paths) argument
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp92 mmap(void* address, size_t length, int protection, int flags, int fd, argument
102 if ((flags & MAP_ANONYMOUS) != 0) {
110 if (((flags & MAP_SHARED) != 0) == ((flags & MAP_PRIVATE) != 0)) {
116 int mapping = (flags & MAP_SHARED) != 0
120 if ((flags & MAP_FIXED) != 0)
135 if ((flags & MAP_NORESERVE) != 0)
177 msync(void* address, size_t length, int flags) argument
179 RETURN_AND_SET_ERRNO_TEST_CANCEL(_kern_sync_memory(address, length, flags));
/haiku/headers/private/net/
H A Dnet_stack_interface.h40 ssize_t (*recv)(net_socket* socket, void* data, size_t length, int flags);
42 int flags, struct sockaddr* address,
44 ssize_t (*recvmsg)(net_socket* socket, struct msghdr* message, int flags);
47 int flags);
49 int flags, const struct sockaddr* address,
52 int flags);
/haiku/src/bin/
H A Dlistfont.cpp96 "height (a, d, l) flags\n\n");
113 uint32 flags; local
114 if (get_font_style(family, s, &style, &face, &flags) < B_OK)
133 if ((flags & B_IS_FIXED) != 0)
136 if ((flags & B_HAS_TUNED_FONT) != 0) {
139 else if ((flags & B_IS_FIXED) != 0)
153 "flags 0x%" B_PRIx32 ", "
158 info.flags,
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c54 /* Those are flags in the conversion format. */
273 register int flags; /* Modifiers for current format element. */ local
472 flags = 0;
495 flags |= WIDTH;
507 flags |= SUPPRESS;
510 flags |= GROUP;
513 flags |= I18N;
519 flags |= WIDTH;
540 flags |= CHAR;
543 flags |
[all...]
/haiku/src/add-ons/accelerants/skeleton/
H A DSetDisplayMode.c60 LOG(1, ("SETMODE: (ENTER) initial modeflags: $%08x\n", target.flags));
68 /* if not dualhead capable card clear dualhead flags */
69 if (!(target.flags & DUALHEAD_CAPABLE))
71 target.flags &= ~DUALHEAD_BITS;
73 /* if not TVout capable card clear TVout flags */
74 if (!(target.flags & TV_CAPABLE))
76 target.flags &= ~TV_BITS;
78 LOG(1, ("SETMODE: (CONT.) validated command modeflags: $%08x\n", target.flags));
95 if (target.flags & DUALHEAD_BITS) /*if some dualhead mode*/
104 /* validate flags fo
416 SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags) argument
[all...]
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp36 uint32 flags)
56 //" flags: %lx vs %lx\n"
58 //info.port, port, info.flags, flags, info.signature, signature);
63 && info.flags == flags && info.ref == ref
113 uint32 flags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY; local
123 CHK(check_app_info(info1, runner1, signature, flags)
124 || check_app_info(info1, runner2, signature, flags));
129 CHK(check_app_info(info2, runner2, signature, flags));
35 check_app_info(app_info &info, AppRunner &runner, const char *signature, uint32 flags) argument
182 uint32 flags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY; local
258 uint32 flags = B_MULTIPLE_LAUNCH | B_ARGV_ONLY; local
[all...]
/haiku/src/add-ons/accelerants/via/
H A DSetDisplayMode.c60 LOG(1, ("SETMODE: (ENTER) initial modeflags: $%08x\n", target.flags));
68 /* if not dualhead capable card clear dualhead flags */
69 if (!(target.flags & DUALHEAD_CAPABLE))
71 target.flags &= ~DUALHEAD_BITS;
73 /* if not TVout capable card clear TVout flags */
74 if (!(target.flags & TV_CAPABLE))
76 target.flags &= ~TV_BITS;
78 LOG(1, ("SETMODE: (CONT.) validated command modeflags: $%08x\n", target.flags));
95 if (target.flags & DUALHEAD_BITS) /*if some dualhead mode*/
104 /* validate flags fo
436 SET_INDEXED_COLORS(uint count, uint8 first, uint8 *color_data, uint32 flags) argument
[all...]
/haiku/src/kits/interface/
H A DControlLook.cpp99 BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags,
102 DrawLabel(view, label, icon, rect, updateRect, base, flags,
109 uint32 flags, float& _left, float& _top, float& _right, float& _bottom)
111 GetFrameInsets(frameType, flags, _left, _top, _right, _bottom);
114 GetBackgroundInsets(backgroundType, flags, left, top, right, bottom);
142 const BRect& updateRect, const rgb_color& base, uint32 flags,
145 controlLook->DrawTabFrame(view, rect, updateRect, base, flags, borders,
154 const BRect& updateRect, const rgb_color& base, uint32 flags,
157 controlLook->DrawScrollBarButton(view, rect, updateRect, base, flags,
166 const BRect& updateRect, const rgb_color& base, uint32 flags,
98 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
108 GetInsets(frame_type frameType, background_type backgroundType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
[all...]
/haiku/headers/os/net/
H A DNetworkNotifications.h43 extern status_t start_watching_network(uint32 flags, const BMessenger& target);
44 extern status_t start_watching_network(uint32 flags, const BHandler* handler,
/haiku/headers/private/kernel/fs/
H A Dnode_monitor.h22 extern status_t add_node_listener(dev_t device, ino_t node, uint32 flags,
37 extern status_t _user_start_watching(dev_t device, ino_t node, uint32 flags,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h39 volatile int flags; member in struct:cache_ent
67 int flags; member in struct:block_cache
/haiku/src/add-ons/print/transports/shared/
H A DSocket.h28 int read(char *buffer, int size, int flags = 0);
29 int write(const char *buffer, int size, int flags = 0);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp18 uint32 flags)
19 : InputTextView(frame, name, textRect, resizingMode, flags),
15 StringTextView(BRect frame, const char* name, BRect textRect, uint32 resizingMode, uint32 flags) argument
/haiku/src/apps/soundrecorder/
H A DDrawButton.cpp12 const unsigned char *off, BMessage *msg, int32 resize, int32 flags)
13 : BControl(frame, name, "", msg, resize, flags | B_WILL_DRAW),
11 DrawButton(BRect frame, const char *name, const unsigned char *on, const unsigned char *off, BMessage *msg, int32 resize, int32 flags) argument
/haiku/src/libs/glut/
H A DglutInit.cpp174 int flags, x, y, width, height; local
181 flags = XParseGeometry(geometry, &x, &y,
183 if (WidthValue & flags) {
189 if (HeightValue & flags) {
195 if (XValue & flags) {
196 if (XNegative & flags)
202 if (YValue & flags) {
203 if (YNegative & flags)
/haiku/src/preferences/screen/
H A Dmultimon.cpp58 *setting = mode.timing.flags;
79 mode.timing.flags = value;
101 mode.timing.flags = idx;
107 *setting = mode.timing.flags;
205 modeList[0].timing.flags |= RADEON_MODE_MULTIMON_REQUEST;
206 modeList[0].timing.flags &= ~RADEON_MODE_MULTIMON_REPLY;
214 if ((modeList[0].timing.flags & RADEON_MODE_MULTIMON_REQUEST) == 0
215 && (modeList[0].timing.flags & RADEON_MODE_MULTIMON_REPLY) != 0)
/haiku/src/servers/app/
H A DBitmapManager.h31 color_space space, uint32 flags,
38 color_space space, uint32 flags,
/haiku/src/system/boot/arch/m68k/
H A Dmmu.h21 extern addr_t mmu_map_physical_memory(addr_t physicalAddress, size_t size, uint32 flags);
38 void (*map_page)(addr_t virtualAddress, addr_t pa, uint32 flags);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.h21 extern addr_t mmu_map_physical_memory(addr_t physicalAddress, size_t size, uint32 flags);
38 void (*map_page)(addr_t virtualAddress, addr_t pa, uint32 flags);
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.h22 extern addr_t mmu_map_physical_memory(addr_t physicalAddress, size_t size, uint32 flags);
39 void (*map_page)(addr_t virtualAddress, addr_t pa, uint32 flags);

Completed in 114 milliseconds

1234567891011>>