Searched refs:open_mode (Results 1 - 25 of 51) sorted by relevance

123

/haiku/src/tests/kits/media/mp3_reader_test/
H A DFileDataIO.cpp3 FileDataIO::FileDataIO(const char *filepath, uint32 open_mode) argument
4 : file(new BFile(filepath, open_mode))
H A DFileDataIO.h10 FileDataIO(const char *filepath, uint32 open_mode);
/haiku/src/tests/kits/media/wav_reader_test/
H A DFileDataIO.cpp3 FileDataIO::FileDataIO(const char *filepath, uint32 open_mode) argument
4 : file(new BFile(filepath, open_mode))
H A DFileDataIO.h10 FileDataIO(const char *filepath, uint32 open_mode);
/haiku/headers/private/system/
H A Dvfs_defs.h21 int32 open_mode; member in struct:fd_info
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DAttribute.h15 int open_mode; member in struct:attr_cookie
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.h19 int open_mode; member in struct:attr_cookie
H A DAttribute.cpp77 cookie->open_mode = openMode;
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h65 int open_mode; member in struct:file_cookie
/haiku/src/bin/
H A Dfdinfo.cpp56 open_mode_to_string(info.open_mode), info.device, info.node);
77 teamInfo.team, info.number, open_mode_to_string(info.open_mode),
99 open_mode_to_string(info.open_mode), teamInfo.args);
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h66 const char16_t* filename, uint64_t open_mode, uint64_t attributes) EFIAPI;
89 char16_t* filename, uint64_t open_mode, uint64_t attributes,
/haiku/src/system/kernel/fs/
H A Dfd.cpp63 "= %p, u.vnode = %p, u.mount = %p, cookie = %p, open_mode = %" B_PRIx32
67 descriptor->cookie, descriptor->open_mode, descriptor->pos);
86 descriptor->open_mode = 0;
176 } else if ((descriptor->open_mode & O_DISCONNECTED) != 0
242 descriptor->open_mode |= O_DISCONNECTED;
263 if (descriptor->open_mode & O_DISCONNECTED)
327 disconnected = (descriptor->open_mode & O_DISCONNECTED);
394 || (context->fds[oldfd]->open_mode & O_DISCONNECTED) != 0) {
694 if (write ? (descriptor->open_mode & O_RWMASK) == O_RDONLY
695 : (descriptor->open_mode
[all...]
H A Dfifo.cpp240 int open_mode; member in struct:fifo::file_cookie
246 open_mode |= O_NONBLOCK;
248 open_mode &= ~(int)O_NONBLOCK;
661 int openMode = cookie->open_mode;
890 cookie->open_mode = openMode;
939 inode, cookie, *_length, cookie->open_mode);
961 (cookie->open_mode & O_NONBLOCK) != 0, is_called_via_syscall(),
995 (cookie->open_mode & O_NONBLOCK) != 0, is_called_via_syscall());
1131 cookie->open_mode = (cookie->open_mode
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DAttribute.h15 int open_mode; member in struct:attr_cookie
H A DAttribute.cpp140 cookie->open_mode = openMode;
168 cookie->open_mode = openMode;
/haiku/src/libs/stdc++/legacy/
H A Dfstream.cc101 static int mode_to_sys(enum open_mode mode)
/haiku/src/kits/media/
H A DSoundFile.cpp25 uint32 open_mode)
28 SetTo(ref,open_mode);
52 uint32 open_mode)
69 if (open_mode == B_READ_ONLY) {
24 BSoundFile(const entry_ref *ref, uint32 open_mode) argument
51 SetTo(const entry_ref *ref, uint32 open_mode) argument
/haiku/src/tools/fs_shell/
H A Dfd.cpp44 fssh_dprintf("fd[%d] = %p: type = %d, ref_count = %d, ops = %p, u.vnode = %p, u.mount = %p, cookie = %p, open_mode = %x, pos = %lld\n",
46 descriptor->u.vnode, descriptor->u.mount, descriptor->cookie, (int)descriptor->open_mode, descriptor->pos);
66 descriptor->open_mode = 0;
151 } else if ((descriptor->open_mode & FSSH_O_DISCONNECTED) != 0
201 descriptor->open_mode |= FSSH_O_DISCONNECTED;
227 if (descriptor->open_mode & FSSH_O_DISCONNECTED)
261 if (descriptor->open_mode & FSSH_O_DISCONNECTED)
477 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_WRONLY) {
514 if ((descriptor->open_mode & FSSH_O_RWMASK) == FSSH_O_WRONLY) {
556 if ((descriptor->open_mode
[all...]
H A Dfd.h57 int32_t open_mode; member in struct:FSShell::file_descriptor
H A Dvfs.h43 int32_t open_mode; member in struct:FSShell::fd_info
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.h17 int open_mode; member in struct:attr_cookie
/haiku/headers/cpp/
H A Dsstream47 : streambuf(), mode(static_cast<ios::open_mode>(which)),
55 : streambuf(), mode(static_cast<ios::open_mode>(which)),
225 ios::open_mode mode;
/haiku/headers/private/kernel/fs/
H A Dfd.h61 int32 open_mode; member in struct:file_descriptor
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm_private.h85 int32 open_mode; member in struct:__anon5
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h186 int open_mode; member in struct:file_cookie

Completed in 111 milliseconds

123