Searched refs:openFlags (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/libroot/posix/stdlib/
H A Dpty.cpp17 posix_openpt(int openFlags) argument
19 return open("/dev/ptmx", openFlags);
/haiku/headers/private/kernel/
H A Devent_queue.h18 extern int _user_event_queue_create(int openFlags);
/haiku/src/kits/tracker/
H A DQueryContainerWindow.h55 uint32 openFlags);
H A DVirtualDirectoryWindow.h24 uint32 openFlags,
H A DVirtualDirectoryWindow.cpp66 uint32 openFlags, window_look look, window_feel feel, uint32 windowFlags,
69 BContainerWindow(windowList, openFlags, look, feel, windowFlags, workspace)
65 VirtualDirectoryWindow(LockingList<BWindow>* windowList, uint32 openFlags, window_look look, window_feel feel, uint32 windowFlags, uint32 workspace) argument
H A DDeskWindow.h51 BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags = 0);
H A DQueryContainerWindow.cpp59 uint32 openFlags)
61 BContainerWindow(windowList, openFlags)
58 BQueryContainerWindow(LockingList<BWindow>* windowList, uint32 openFlags) argument
H A DTracker.h206 OpenSelector openSelector = kOpen, uint32 openFlags = 0,
H A DFilePanelPriv.h64 uint32 openFlags = 0, window_look look = B_DOCUMENT_WINDOW_LOOK,
H A DDeskWindow.cpp187 BDeskWindow::BDeskWindow(LockingList<BWindow>* windowList, uint32 openFlags) argument
189 BContainerWindow(windowList, openFlags,
H A DContainerWindow.h93 BContainerWindow(LockingList<BWindow>* windowList, uint32 openFlags,
H A DTracker.cpp1072 OpenSelector openSelector, uint32 openFlags, bool checkAlreadyOpen,
1125 window = new BQueryContainerWindow(&fWindowList, openFlags);
1128 window = new VirtualDirectoryWindow(&fWindowList, openFlags);
1131 window = new BContainerWindow(&fWindowList, openFlags);
1071 OpenContainerWindow(Model* model, BMessage* originalRefsList, OpenSelector openSelector, uint32 openFlags, bool checkAlreadyOpen, const BMessage* stateMessage) argument
H A DFilePanelPriv.cpp171 BMessage* message, BRefFilter* filter, uint32 openFlags, window_look look,
174 BContainerWindow(0, openFlags, look, feel, windowFlags, workspace, false),
169 TFilePanel(file_panel_mode mode, BMessenger* target, const BEntry* startDir, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, uint32 openFlags, window_look look, window_feel feel, uint32 windowFlags, uint32 workspace, bool hideWhenDone) argument
H A DContainerWindow.cpp359 uint32 openFlags, window_look look, window_feel feel, uint32 windowFlags,
365 fOpenFlags(openFlags),
358 BContainerWindow(LockingList<BWindow>* list, uint32 openFlags, window_look look, window_feel feel, uint32 windowFlags, uint32 workspace, bool useLayout, bool isDeskWindow) argument
/haiku/headers/posix/
H A Dsemaphore.h28 sem_t* sem_open(const char* name, int openFlags,...);
H A Dstdlib.h182 extern int posix_openpt(int openFlags);
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp45 sem_open(const char* name, int openFlags,...) argument
56 if ((openFlags & O_CREAT) != 0) {
58 va_start(args, openFlags);
64 openFlags &= ~O_EXCL;
81 status_t error = _kern_realtime_sem_open(name, openFlags, mode, semCount,
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c88 int32 openFlags; member in struct:__anon2040
241 cookie->openFlags = args->u.integer;
242 printf("Opening socket connection, mode = %lx!\n", cookie->openFlags);
407 cookie->openFlags &= ~O_NONBLOCK;
411 cookie->openFlags |= O_NONBLOCK;
506 cookie->openFlags = 0;
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp200 status_t OpenNamedSem(const char* name, int openFlags, mode_t mode, argument
207 if ((openFlags & O_EXCL) != 0)
219 if ((openFlags & O_CREAT) == 0)
432 status_t OpenSem(const char* name, int openFlags, mode_t mode, argument
437 status_t error = sSemTable.OpenNamedSem(name, openFlags, mode, semCount,
/haiku/src/system/kernel/events/
H A Devent_queue.cpp614 _user_event_queue_create(int openFlags) argument
629 descriptor->open_mode = O_RDWR | openFlags;
639 fd_set_close_on_exec(context, fd, (openFlags & O_CLOEXEC) != 0);
/haiku/headers/private/system/
H A Dsyscalls.h78 extern int _kern_event_queue_create(int openFlags);

Completed in 128 milliseconds