Searched refs:mode (Results 101 - 125 of 948) sorted by relevance

1234567891011>>

/haiku/src/libs/stdc++/legacy/
H A Dindstream.cc75 streampos indirectbuf::seekoff(streamoff off, _seek_dir dir, int mode) argument
78 int select = mode == 0 ? (ios::in|ios::out) : mode;
82 ret_val = gbuf->seekoff(off, dir, mode);
92 streampos indirectbuf::seekpos(streampos pos, int mode) argument
95 int select = mode == 0 ? (ios::in|ios::out) : mode;
99 ret_val = gbuf->seekpos(pos, mode);
H A Dbuiltinbuf.cc51 streampos builtinbuf::seekoff(streamoff off, _seek_dir dir, int mode) argument
53 return _IO_SEEKOFF (this, off, dir, mode);
56 streampos builtinbuf::seekpos(streampos pos, int mode) argument
58 return _IO_SEEKPOS (this, pos, mode);
/haiku/src/tests/kits/opengl/glut/game_mode/
H A Dgame_mode.c14 void game_mode(char *mode);
130 char mode[255]; local
132 printf("Game mode string? ");
133 gets(mode);
134 if (!strlen(mode))
137 game_mode(mode);
177 game_mode(char *mode) argument
179 glutGameModeString(mode);
181 printf("glutGameModeString(\"%s\"): ", mode);
226 printf("Using windowed mode
[all...]
/haiku/src/bin/
H A Droster.cpp61 output_team(team_id id, int32 mode) argument
74 if (mode & kNameOnlyMode)
79 if ((mode & kNoTruncateMode) == 0)
104 int32 mode = kStandardMode; local
112 mode |= kNameOnlyMode;
115 mode |= kNoTruncateMode;
131 (int)kNameFieldWidth, mode & kNameOnlyMode ? "name" : "path");
144 output_team((team_id)(addr_t)applicationList.ItemAt(i), mode);
/haiku/src/add-ons/accelerants/radeon/
H A Dradeon_accelerant.h84 void Radeon_HideMultiMode( virtual_card *vc, display_mode *mode );
85 void Radeon_DetectMultiMode( virtual_card *vc, display_mode *mode );
86 void Radeon_VerifyMultiMode( virtual_card *vc, shared_info *si, display_mode *mode );
87 void Radeon_InitMultiModeVars( accelerator_info *ai, display_mode *mode );
88 status_t Radeon_CheckMultiMonTunnel( virtual_card *vc, display_mode *mode,
90 bool Radeon_NeedsSecondPort( display_mode *mode );
91 bool Radeon_DifferentPorts( display_mode *mode );
100 status_t Radeon_SetDPMS( accelerator_info *ai, int crtc_idx, int mode );
/haiku/src/apps/codycam/
H A DFileUploadClient.cpp52 ftp_mode mode)
60 ftp_mode mode)
51 PutFile(const string& local, const string& remote, ftp_mode mode) argument
59 GetFile(const string& remote, const string& local, ftp_mode mode) argument
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dconsole-control.h24 efi_console_control_screen_mode* mode,
29 efi_console_control_screen_mode mode) EFIAPI;
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantBuffer.h14 AccelerantBuffer(const display_mode& mode,
29 void SetDisplayMode(const display_mode& mode);
H A DAccelerantBuffer.cpp20 AccelerantBuffer::AccelerantBuffer(const display_mode& mode, argument
26 SetDisplayMode(mode);
113 AccelerantBuffer::SetDisplayMode(const display_mode& mode) argument
115 fDisplayMode = mode;
/haiku/src/add-ons/accelerants/vesa/
H A Dmode.cpp54 // the app_server is smart enough to translate this to VGA mode
71 /*! Checks if the specified \a mode can be set using VESA. */
73 is_mode_supported(display_mode* mode) argument
80 // search mode in VESA mode list
82 if (modes[i].width == mode->virtual_width
83 && modes[i].height == mode->virtual_height
85 == mode->space)
88 if (get_color_space_for_depth(modes[i].bits_per_pixel) == mode->space)
94 // We know how to patch the BIOS, so we can set any mode w
219 display_mode mode = *_mode; local
290 vesa_get_pixel_clock_limits(display_mode* mode, uint32* _low, uint32* _high) argument
[all...]
/haiku/headers/build/
H A DBeOSBuildCompatibility.h85 int _haiku_build_fchmod(int fd, mode_t mode);
86 int _haiku_build_fchmodat(int fd, const char* path, mode_t mode, int flag);
90 int _haiku_build_mkdirat(int fd, const char* path, mode_t mode);
91 int _haiku_build_mkfifoat(int fd, const char* path, mode_t mode);
112 int _haiku_build_mknodat(int fd, const char* name, mode_t mode, dev_t dev);
113 int _haiku_build_creat(const char* path, mode_t mode);
128 # define fchmod(fd, mode) _haiku_build_fchmod(fd, mode)
129 # define fchmodat(fd, path, mode, flag) \
130 _haiku_build_fchmodat(fd, path, mode, fla
[all...]
/haiku/src/add-ons/accelerants/intel_extreme/
H A Ddpms.cpp87 set_display_power_mode(uint32 mode) argument
91 if (mode == B_DPMS_ON) {
125 switch (mode) {
145 | (mode != B_DPMS_OFF ? DISPLAY_MONITOR_PORT_ENABLED : 0));
152 | (mode != B_DPMS_OFF ? DISPLAY_MONITOR_PORT_ENABLED : 0));
156 if (mode != B_DPMS_ON)
159 if (mode == B_DPMS_OFF) {
172 enable_lvds_panel(mode == B_DPMS_ON);
199 intel_set_dpms_mode(uint32 mode) argument
202 gInfo->shared_info->dpms_mode = mode;
[all...]
H A Dmode.cpp45 get_color_space_format(const display_mode &mode, uint32 &colorMode, argument
50 switch (mode.space) {
90 bytesPerRow = mode.virtual_width * bytesPerPixel;
99 sanitize_display_mode(display_mode& mode) argument
122 return sanitize_display_mode(mode, constraints,
134 display_mode &mode = sharedInfo.current_mode; local
146 ((uint32)mode.v_display_start << 16)
147 | (uint32)mode.h_display_start);
151 mode.v_display_start * sharedInfo.bytes_per_row
152 + mode
177 limit_modes_for_gen3_lvds(display_mode* mode) argument
245 display_mode mode; local
314 display_mode mode = *target; local
339 intel_set_display_mode(display_mode* mode) argument
545 display_mode mode; local
744 intel_get_pixel_clock_limits(display_mode* mode, uint32* _low, uint32* _high) argument
774 display_mode &mode = sharedInfo.current_mode; local
[all...]
H A DPipes.h42 void Configure(display_mode* mode);
48 void ConfigureScalePos(display_mode* mode);
49 void ConfigureTimings(display_mode* mode,
69 void _ConfigureTranscoder(display_mode* mode);
/haiku/src/tools/fs_shell/
H A Dstat_util.cpp27 from_platform_mode(mode_t mode) argument
30 if (mode & flag) \
51 switch (mode & S_IFMT) {
93 mode |= flag;
95 mode_t mode = 0; local
115 mode |= S_IFLNK;
118 mode |= S_IFREG;
121 mode |= S_IFBLK;
124 mode |= S_IFDIR;
127 mode |
195 int mode = 0; local
[all...]
H A Dstat_util.h16 mode_t to_platform_mode(fssh_mode_t mode);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DNode.h14 Node(ino_t sourceID, mode_t mode);
/haiku/src/apps/mediaplayer/media_node_framework/
H A DPlaybackLOAdapter.cpp29 PlaybackLOAdapter::PlayModeChanged(int32 mode) argument
32 message.AddInt32("play mode", mode);
38 PlaybackLOAdapter::LoopModeChanged(int32 mode) argument
41 message.AddInt32("loop mode", mode);
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.h17 char mode[8]; member in struct:tar_header
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageSymlink.h14 PackageSymlink(Package* package, mode_t mode);
/haiku/headers/os/drivers/
H A Dcpufreq.h24 void (*cpufreq_set_scheduler_mode)(enum scheduler_mode mode);
H A Dcpuidle.h22 void (*cpuidle_set_scheduler_mode)(enum scheduler_mode mode);
/haiku/headers/posix/
H A Ddlfcn.h37 extern void *dlopen(const char *path, int mode);
/haiku/headers/private/kernel/arch/sparc/
H A Darch_mmu.h18 void SetTo(int64_t tag, void* physicalAddress, uint64 mode);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.h29 int ntfs_ea_set_wsl_not_symlink(ntfs_inode *ni, mode_t mode, dev_t dev);

Completed in 110 milliseconds

1234567891011>>