Searched refs:mode (Results 201 - 225 of 948) sorted by relevance

1234567891011>>

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.h16 Directory(Volume* volume, mode_t mode);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h49 status_t CreateFile(const char* name, int mode, int perms,
53 status_t OpenFile(OpenState* state, int mode,
56 status_t OpenAttr(OpenState* state, const char* name, int mode,
67 int mode, FileType type, ChangeInfo* changeInfo,
H A DInode.h49 status_t Access(int mode);
55 int mode, FileType type, ino_t* id);
58 int mode, ino_t* id);
73 status_t Create(const char* name, int mode, int perms,
76 status_t Open(int mode, OpenFileCookie* cookie);
79 status_t OpenAttr(const char* name, int mode,
94 status_t CreateDir(const char* name, int mode,
126 status_t CreateState(const char* name, int mode,
145 static inline status_t CheckLockType(short ltype, uint32 mode);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageLeafNode.h16 PackageLeafNode(Package* package, mode_t mode);
H A DPackageFile.h18 PackageFile(Package* package, mode_t mode,
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.h44 void _SetDPMSMode(uint32 mode);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h20 SelectedColorMode mode = H_SELECTED,
/haiku/headers/private/interface/
H A DInterfacePrivate.h22 bool get_mode_parameter(uint32 mode, int32& width, int32& height,
/haiku/headers/os/drivers/bus/
H A DISA.h56 uchar mode, // mode flags
57 uchar e_mode // extended mode flags
/haiku/src/tests/kits/net/service/
H A DHttpTest.h22 HttpTest(TestServerMode mode = TEST_SERVER_MODE_HTTP);
/haiku/3rdparty/vmware/
H A Dhaiku-alpha.vmx46 ide0:0.mode = "persistent"
56 ide0:1.mode = "persistent"
H A Dhaiku-nightly.vmx46 ide0:0.mode = "persistent"
56 ide0:1.mode = "persistent"
/haiku/src/apps/networkstatus/
H A DWirelessNetworkMenuItem.h22 BString AuthenticationName(int32 mode);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.h24 uint8 mode; member in struct:__anon11
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h90 int (*sign)(const int mode, DST_KEY *key, void **context,
93 int (*verify)(const int mode, DST_KEY *key, void **context,
140 FILE *dst_s_fopen (const char *filename, const char *mode, int perm);
159 dst_s_dump(const int mode, const u_char *data, const int size,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h64 unsigned int mode:12; member in struct:CACHED_PERMISSIONS
171 mode_t mode; member in struct:POSIX_SECURITY
227 int ntfs_set_mode(struct SECURITY_CONTEXT *scx, ntfs_inode *ni, mode_t mode);
239 mode_t mode, BOOL isdir);
242 uid_t uid, gid_t gid, mode_t mode, BOOL isdir);
247 ntfs_inode *ni, uid_t uid, gid_t gid, mode_t mode);
251 mode_t mode, struct POSIX_SECURITY *pxdesc);
254 ntfs_inode *ni, uid_t uid, gid_t gid, mode_t mode);
267 ntfs_inode *dir_ni, mode_t mode);
/haiku/src/bin/bfs_tools/lib/
H A DInode.h26 bool IsFile() const { return S_ISREG(fInode->mode); }
27 bool IsDirectory() const { return S_ISDIR(fInode->mode); }
28 bool IsSymlink() const { return S_ISLNK(fInode->mode); }
29 bool IsIndex() const { return S_ISINDEX(fInode->mode); }
31 { return (fInode->mode & S_ATTR) != 0; }
33 { return (fInode->mode & S_ATTR_DIR) != 0; }
36 int32 Mode() const { return fInode->mode; }
56 void SetMode(uint32 mode);
78 static Inode* EmptyInode(Disk* disk,const char* name, int32 mode);
/haiku/src/libs/x86emu/
H A Dops.c181 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
209 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
237 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
265 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
362 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
388 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
414 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
440 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
495 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
505 if (M.x86.mode
[all...]
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp163 SetStyleFromMode(uint32 mode, const BFont* fromFont, BFont* toFont, argument
167 if ((mode & B_FONT_FAMILY_AND_STYLE) != 0)
170 if ((mode & B_FONT_FACE) != 0)
173 if ((mode & B_FONT_SIZE) != 0)
176 if ((mode & B_FONT_SHEAR) != 0)
179 if ((mode & B_FONT_FALSE_BOLD_WIDTH) != 0)
184 && (mode == 0 || mode == B_FONT_ALL)) {
520 FixupMode(const STEStyle &firstStyle, const STEStyle &otherStyle, uint32 &mode, argument
523 if ((mode
554 uint32 mode = B_FONT_ALL; local
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp148 video_in_capture_mode mode, int width, int height)
152 mode == C_VIDEO_IN_FIELD ? "C_VIDEO_IN_FIELD" :
153 mode == C_VIDEO_IN_BOB ? "C_VIDEO_IN_BOB" : "C_VIDEO_IN_WEAVE", width, height);
159 switch (mode) {
180 mode == C_VIDEO_IN_BOB ? 4 * fBufferLength : 2 * fBufferLength,
185 mode == C_VIDEO_IN_BOB ? 2 * fBufferLength : 1 * fBufferLength,
188 convert_buffer = malloc( mode == C_VIDEO_IN_BOB ? 4 * fBufferLength : 2 * fBufferLength );
192 if( mode == C_VIDEO_IN_BOB )
196 fTheater->SetSize(width, (mode != C_VIDEO_IN_WEAVE ? 2 * height : height));
198 fCapture.SetBuffer(C_RADEON_CAPTURE_CCIR656, kMode[mode], fBuffer
147 Start(video_in_source source, video_in_standard standard, video_in_capture_mode mode, int width, int height) argument
[all...]
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp69 PackageNode(PackageVolume* volume, mode_t mode) argument
75 fMode(mode)
143 PackageFile(PackageVolume* volume, mode_t mode, const BPackageData& data) argument
145 PackageNode(volume, mode),
169 PackageSymlink(PackageVolume* volume, mode_t mode) argument
171 PackageNode(volume, mode),
201 PackageDirectory(PackageVolume* volume, mode_t mode) argument
203 PackageNode(volume, mode)
424 // get the file mode -- filter out write permissions
425 mode_t mode local
557 Open(void** _cookie, int mode) argument
718 Open(void** _cookie, int mode) argument
[all...]
/haiku/headers/cpp/
H A DPlotFile.h59 PlotFile(const char *name, int mode=ios::out, int prot=0664) argument
60 : ofstream(name, mode, prot) { }
H A Dbuiltinbuf.h50 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
51 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
H A Dindstream.h48 // virtual streambuf *lookup_stream(int mode) {
62 virtual streambuf *lookup_stream(int/*mode*/) { return NULL; } // ERROR!
70 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
71 virtual streampos seekpos(streampos pos, int mode = ios::in|ios::out);
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dqrspec.h79 * Return the size of lenght indicator for the mode and version.
80 * @param mode
84 extern int QRspec_lengthIndicator(QRencodeMode mode, int version);
87 * Return the maximum length for the mode and version.
88 * @param mode
92 extern int QRspec_maximumWords(QRencodeMode mode, int version);

Completed in 111 milliseconds

1234567891011>>