Searched refs:flags (Results 226 - 250 of 2022) sorted by relevance

1234567891011>>

/haiku/headers/private/system/
H A Dfind_directory_private.h25 const char* subPath, uint32 flags, char* pathBuffer, size_t bufferSize);
33 const char* subPath, uint32 flags, char* pathBuffer, size_t bufferSize);
39 path_base_directory baseDirectory, const char* subPath, uint32 flags,
/haiku/headers/private/package/hpkg/
H A DPackageReaderImpl.h35 status_t Init(const char* fileName, uint32 flags);
36 status_t Init(int fd, bool keepFD, uint32 flags);
38 uint32 flags, hpkg_header* _header = NULL);
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp171 uint32 flags = fSettings.TimeFlags(); local
175 flags &= ~ENABLE_DPMS_OFF;
177 flags &= ~ENABLE_DPMS_SUSPEND;
179 flags &= ~ENABLE_DPMS_STAND_BY;
181 if ((flags & ENABLE_DPMS_MASK) == 0)
185 && (flags & (ENABLE_DPMS_OFF | ENABLE_DPMS_SUSPEND))
187 flags &= ~ENABLE_DPMS_SUSPEND;
189 && (flags & (ENABLE_DPMS_SUSPEND | ENABLE_DPMS_STAND_BY))
191 flags &= ~ENABLE_DPMS_STAND_BY;
195 if (flags
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.h27 uint32 flags, uint32 size);
48 flags(_flags),
53 uint32 flags; member in struct:IMAPMailbox::MessageFlagsAndSize
/haiku/src/tests/servers/app/constrain_clipping_region/
H A Dmain.cpp13 TestView1(BRect frame, const char* name, uint32 resizeFlags, uint32 flags) argument
14 : BView(frame, name, resizeFlags, flags)
40 TestView2(BRect frame, const char* name, uint32 resizeFlags, uint32 flags) argument
41 : BView(frame, name, resizeFlags, flags)
74 TestView3(BRect frame, const char* name, uint32 resizeFlags, uint32 flags) argument
75 : BView(frame, name, resizeFlags, flags)
120 TestView4(BRect frame, const char* name, uint32 resizeFlags, uint32 flags) argument
121 : BView(frame, name, resizeFlags, flags)
175 TestView5(BRect frame, const char* name, uint32 resizeFlags, uint32 flags) argument
176 : BView(frame, name, resizeFlags, flags)
213 TestView6(BRect frame, const char* name, uint32 resizeFlags, uint32 flags) argument
[all...]
/haiku/headers/private/kernel/fs/
H A DKPath.h27 KPath(const char* path, int32 flags = DEFAULT,
32 status_t SetTo(const char* path, int32 flags = DEFAULT,
39 int32 flags = DEFAULT);
/haiku/src/system/kernel/cache/
H A Dvnode_store.h24 size_t count, uint32 flags,
27 size_t count, uint32 flags,
31 generic_size_t numBytes, uint32 flags,
H A Dvnode_store.cpp47 uint32 flags, generic_size_t* _numBytes)
52 flags, _numBytes);
73 if ((flags & B_PHYSICAL_IO_REQUEST) != 0)
87 uint32 flags, generic_size_t* _numBytes)
89 return vfs_write_pages(fVnode, NULL, offset, vecs, count, flags, _numBytes);
95 generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback)
98 numBytes, flags, callback);
46 Read(off_t offset, const generic_io_vec* vecs, size_t count, uint32 flags, generic_size_t* _numBytes) argument
86 Write(off_t offset, const generic_io_vec* vecs, size_t count, uint32 flags, generic_size_t* _numBytes) argument
94 WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback) argument
/haiku/src/system/libroot/os/
H A Dtime.cpp74 uint32 flags = B_RELATIVE_TIMEOUT; local
84 flags = B_ABSOLUTE_TIMEOUT;
95 when, interval, flags, &oldInfo);
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Drwlock.h19 rw_init_flags(struct rwlock* rwl, const char* name, int flags) argument
34 rw_enter(struct rwlock* rwl, int flags) argument
36 const int op = (flags & RW_OPMASK);
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp142 uint32 flags = 0;
144 flags |= B_USER_MUTEX_SHARED;
146 return _kern_mutex_sem_release(sem, flags);
169 uint32 flags = 0; local
171 flags |= B_USER_MUTEX_SHARED;
177 flags = B_ABSOLUTE_REAL_TIME_TIMEOUT;
180 flags = B_ABSOLUTE_TIMEOUT;
191 return _kern_mutex_sem_acquire(sem, NULL, flags, timeoutMicros);
223 uint32 flags = 0; local
229 flags
[all...]
/haiku/headers/compatibility/bsd/sys/
H A Devent.h49 .flags = (c), \
65 (kevp)->flags = (c); \
79 unsigned short flags; /* action flags for kqueue */ member in struct:kevent
90 /* flags */
98 /* data/hint flags for EVFILT_PROC */
/haiku/src/libs/compat/freebsd_network/
H A Dcondvar.cpp46 const uint32 flags = timeout ? B_RELATIVE_TIMEOUT : 0; local
53 flags, bigtimeout);
62 status = entry.Wait(flags, bigtimeout);
H A Dmbuf.c46 m_init(struct mbuf *m, int how, short type, int flags) argument
57 m->m_flags = flags;
59 if (flags & M_PKTHDR)
121 construct_pkt_mbuf(int how, struct mbuf *memoryBuffer, short type, int flags) argument
123 if (m_init(memoryBuffer, how, type, flags) < 0)
133 m_getcl(int how, short type, int flags) argument
140 if (construct_pkt_mbuf(how, memoryBuffer, type, flags) < 0) {
150 _m_get(int how, short type, int flags) argument
157 m_init(memoryBuffer, how, type, flags);
171 m_get2(int size, int how, short type, int flags) argument
197 m_getjcl(int how, short type, int flags, int size) argument
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp74 uint32 flags = B_IS_CONTROL; local
77 flags |= B_DISABLED;
81 flags |= B_FOCUSED;
86 flags |= B_ACTIVATED;
89 flags |= B_PARTIALLY_ACTIVATED;
97 flags |= B_BLEND_FRAME;
100 return flags;
109 const rgb_color& base, const rgb_color& background, uint32 flags,
113 background, 1.0, 1.0, flags, borders);
119 float radius, const rgb_color& base, const rgb_color& background, uint32 flags,
108 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
118 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
128 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
141 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
151 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
161 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
173 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
229 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
239 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
252 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags) argument
262 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
272 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, bool popupIndicator, uint32 flags) argument
282 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
294 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
326 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
419 DrawCheckBox(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
491 DrawRadioButton(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags) argument
562 DrawScrollBarBorder(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
617 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
645 DrawScrollBarBackground(BView* view, BRect& rect1, BRect& rect2, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
655 DrawScrollBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
751 DrawScrollBarThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation, uint32 knobStyle) argument
940 DrawScrollViewFrame(BView* view, BRect& rect, const BRect& updateRect, BRect verticalScrollBarFrame, BRect horizontalScrollBarFrame, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 _borders) argument
1024 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
1113 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
1153 DrawSliderBar(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, rgb_color fillColor, uint32 flags, orientation orientation) argument
1306 DrawSliderThumb(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1390 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, orientation orientation) argument
1399 DrawSliderTriangle(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& fill, uint32 flags, orientation orientation) argument
1517 DrawSliderHashMarks(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, int32 count, hash_mark_location location, uint32 flags, orientation orientation) argument
1607 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1641 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1823 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1925 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
2040 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2064 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2085 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2174 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const rgb_color* textColor) argument
2184 DrawLabel(BView* view, const char* label, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2194 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
2316 DrawLabel(BView* view, const char* label, const BBitmap* icon, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, const BAlignment& alignment, const rgb_color* textColor) argument
2389 GetFrameInsets(frame_type frameType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
2419 GetBackgroundInsets(background_type backgroundType, uint32 flags, float& _left, float& _top, float& _right, float& _bottom) argument
2461 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2471 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2481 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
2496 _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
2666 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
2779 _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
2814 _DrawFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2839 _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
3000 _DrawPopUpMarker(BView* view, const BRect& rect, const rgb_color& base, uint32 flags) argument
3029 _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
3078 _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
3679 _EdgeLightColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
3712 _EdgeShadowColor(const rgb_color& base, float contrast, float brightness, uint32 flags) argument
3742 _FrameLightColor(const rgb_color& base, uint32 flags) argument
3773 _FrameShadowColor(const rgb_color& base, uint32 flags) argument
3812 _BevelLightColor(const rgb_color& base, uint32 flags) argument
3827 _BevelShadowColor(const rgb_color& base, uint32 flags) argument
3898 _MakeButtonGradient(BGradientLinear& gradient, BRect& rect, const rgb_color& base, uint32 flags, orientation orientation) const argument
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp280 int flags = fcntl(fSocket, F_GETFL); local
281 if (flags < 0) {
287 flags |= O_NONBLOCK;
289 flags &= ~O_NONBLOCK;
291 if (fcntl(fSocket, F_SETFL, flags) < 0) {
509 BNetEndpoint::Receive(void* buffer, size_t length, int flags) argument
517 ssize_t bytesReceived = recv(fSocket, buffer, length, flags);
526 BNetEndpoint::Receive(BNetBuffer& buffer, size_t length, int flags) argument
529 ssize_t bytesReceived = Receive(chunk.Data(), length, flags);
538 BNetAddress& address, int flags)
537 ReceiveFrom(void* buffer, size_t length, BNetAddress& address, int flags) argument
561 ReceiveFrom(BNetBuffer& buffer, size_t length, BNetAddress& address, int flags) argument
573 Send(const void* buffer, size_t length, int flags) argument
587 Send(BNetBuffer& buffer, int flags) argument
594 SendTo(const void* buffer, size_t length, const BNetAddress& address, int flags) argument
614 SendTo(BNetBuffer& buffer, const BNetAddress& address, int flags) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c68 * @flags: Flags which affect the output style
73 u32 flags; member in struct:ntfs_logging
146 * ntfs_log_get_flags - Get a list of logging style flags
148 * Find out which logging flags are enabled.
150 * Returns: Logging flags in a 32-bit field
154 return ntfs_log.flags;
158 * ntfs_log_set_flags - Enable extra logging style flags
159 * @flags: 32-bit field of logging flags to set
161 * Enable one or more logging flags
166 ntfs_log_set_flags(u32 flags) argument
183 ntfs_log_clear_flags(u32 flags) argument
[all...]
/haiku/src/bin/network/arp/
H A Darp.cpp111 set_flags(uint32 &flags, const char *argument) argument
114 flags &= ~ARP_FLAG_PERMANENT;
116 flags |= ARP_FLAG_PUBLISH;
118 flags |= ARP_FLAG_REJECT;
164 if (control.flags != 0) {
178 if ((control.flags & kFlags[i].value) != 0) {
237 set_entry(sockaddr_in *address, uint8 *ethernetAddress, uint32 flags) argument
242 control.flags = flags;
316 uint32 flags local
427 uint32 flags = ARP_FLAG_PERMANENT; local
[all...]
/haiku/headers/private/kernel/
H A Dcondition_variable.h32 status_t Wait(uint32 flags = 0, bigtime_t timeout = 0);
33 status_t Wait(const void* object, uint32 flags = 0,
71 status_t Wait(uint32 flags = 0, bigtime_t timeout = 0);
72 status_t Wait(mutex* lock, uint32 flags = 0, bigtime_t timeout = 0);
73 status_t Wait(recursive_lock* lock, uint32 flags = 0, bigtime_t timeout = 0);
H A Dthread.h148 status_t _user_wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
150 status_t _user_snooze_etc(bigtime_t timeout, int timebase, uint32 flags,
164 status_t _user_block_thread(uint32 flags, bigtime_t timeout);
180 blocking it with the given wait/interrupt flags.
185 \param flags Wait/interrupt flags to be considered. Relevant are:
193 thread_is_interrupted(Thread* thread, uint32 flags) argument
196 return ((flags & B_CAN_INTERRUPT) != 0
198 || ((flags & B_KILL_CAN_INTERRUPT) != 0
250 of the \c B_CAN_INTERRUPT or \c B_KILL_CAN_INTERRUPT flags specifie
326 thread_prepare_to_block(Thread* thread, uint32 flags, uint32 type, const void* object) argument
[all...]
/haiku/headers/os/media/
H A DMediaFile.h34 // flags for the BMediaFile constructor
60 BMediaFile(const entry_ref* ref, int32 flags);
61 BMediaFile(BDataIO* source, int32 flags);
66 int32 flags = 0);
69 int32 flags = 0);
71 int32 flags = 0);
77 BMediaFile(const BUrl& url, int32 flags);
81 int32 flags = 0);
126 uint32 flags = 0);
129 uint32 flags
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.h61 inline NodeListenerValue(NodeListener *listener, Node *node, uint32 flags) argument
62 : listener(listener), node(node), flags(flags) {}
69 uint32 flags; member in class:NodeListenerValue
79 uint32 flags)
80 : listener(listener), entry(entry), flags(flags) {}
87 uint32 flags; member in class:EntryListenerValue
97 status_t Mount(uint32 flags);
125 uint32 flags);
78 EntryListenerValue(EntryListener *listener, Entry *entry, uint32 flags) argument
[all...]
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp53 uint32 flags = BControlLook::B_PARTIALLY_ACTIVATED; local
74 be_control_look->DrawScrollBarBorder(this, rect, updateRect, base, flags,
85 base, flags, BControlLook::B_LEFT_ARROW, B_HORIZONTAL);
89 updateRect, base, flags, BControlLook::B_RIGHT_ARROW,
94 updateRect, base, flags, BControlLook::B_LEFT_ARROW,
99 base, flags, BControlLook::B_RIGHT_ARROW, B_HORIZONTAL);
120 rightOfThumb, updateRect, base, flags, B_HORIZONTAL);
122 ui_color(B_SCROLL_BAR_THUMB_COLOR), flags, B_HORIZONTAL, fKnobStyle);
249 uint32 flags = 0;
255 flags, BControlLoo
[all...]
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.h15 // values for SymbolLookupInfo::flags
26 uint32 flags; member in struct:SymbolLookupInfo
31 const elf_version_info* version = NULL, uint32 flags = 0,
37 flags(flags),
44 const elf_version_info* version = NULL, uint32 flags = 0,
50 flags(flags),
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus.h45 int flags; member in struct:resource_spec
68 unsigned long start, unsigned long end, unsigned long count, uint32 flags);
79 bus_alloc_resource_any(device_t dev, int type, int *rid, uint32 flags) argument
81 return bus_alloc_resource(dev, type, rid, 0, ~0, 1, flags);
86 unsigned long count, uint32 flags)
88 return (bus_alloc_resource(dev, type, rid, 0, ~0, count, flags));
93 int bus_setup_intr(device_t dev, struct resource *r, int flags,
85 bus_alloc_resource_anywhere(device_t dev, int type, int *rid, unsigned long count, uint32 flags) argument

Completed in 140 milliseconds

1234567891011>>