Searched refs:mode (Results 351 - 375 of 948) sorted by relevance

<<11121314151617181920>>

/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp202 get_key_mode(uint32 mode) argument
204 if ((mode & B_KEY_MODE_WPS) != 0)
206 if ((mode & B_KEY_MODE_PSK_SHA256) != 0)
208 if ((mode & B_KEY_MODE_IEEE802_1X_SHA256) != 0)
210 if ((mode & B_KEY_MODE_FT_PSK) != 0)
212 if ((mode & B_KEY_MODE_FT_IEEE802_1X) != 0)
214 if ((mode & B_KEY_MODE_NONE) != 0)
216 if ((mode & B_KEY_MODE_PSK) != 0)
218 if ((mode & B_KEY_MODE_IEEE802_1X) != 0)
244 get_authentication_mode(uint32 mode, uint3 argument
289 } mode = NONE; local
[all...]
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h33 virtual status_t SetMode(const display_mode& mode);
34 virtual void GetMode(display_mode* mode);
42 virtual status_t GetPixelClockLimits(display_mode* mode,
49 virtual status_t GetPreferredMode(display_mode* mode);
127 status_t _SetFallbackMode(display_mode& mode) const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.cpp159 FDManager::Open(const char* path, uint32 openMode, mode_t mode, int& fd) argument
162 fd = open(path, openMode, mode);
170 fd = open(path, openMode, mode);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dinput.c166 /* Enter is CRLF in newline mode, but just LF in linefeed */
167 if(vt->state->mode.newline)
202 if(vt->state->mode.cursor)
208 if(vt->state->mode.keypad) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c109 ar5416GetRateTable(struct ath_hal *ah, u_int mode) argument
112 switch (mode) {
124 return ar5212GetRateTable(ah, mode);
/haiku/src/kits/interface/
H A DPrivateScreen.cpp212 display_mode mode; local
213 if (GetMode(B_CURRENT_WORKSPACE_INDEX, &mode) == B_OK)
214 return (color_space)mode.space;
448 // that the mode returned is supported, but it doesn't fall
510 BPrivateScreen::GetMode(uint32 workspace, display_mode *mode) argument
512 if (mode == NULL)
525 link.Read<display_mode>(mode);
531 BPrivateScreen::SetMode(uint32 workspace, display_mode *mode, bool makeDefault) argument
533 if (mode == NULL)
540 link.Attach<display_mode>(*mode);
591 GetPixelClockLimits(display_mode *mode, uint32 *low, uint32 *high) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h64 inline void SetMode(mode_t mode) argument
65 { fMode = (fMode & ~S_IUMSK) | (mode & S_IUMSK); }
90 status_t CheckPermissions(int mode) const;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c164 ar5212GetRateTable(struct ath_hal *ah, u_int mode) argument
167 switch (mode) {
196 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: invalid mode 0x%x\n",
197 __func__, mode);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan.c188 ieee80211_scanner_get(enum ieee80211_opmode mode) argument
190 if (mode >= IEEE80211_OPMODE_MAX)
192 if (scanners[mode] == NULL)
193 ieee80211_load_module(scan_modnames[mode]);
194 return scanners[mode];
198 ieee80211_scanner_register(enum ieee80211_opmode mode, argument
201 if (mode >= IEEE80211_OPMODE_MAX)
203 scanners[mode] = scan;
207 ieee80211_scanner_unregister(enum ieee80211_opmode mode, argument
210 if (mode >
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.h35 virtual status_t SetMode(const display_mode& mode);
36 virtual void GetMode(display_mode* mode);
44 virtual status_t GetPixelClockLimits(display_mode* mode,
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp8 WriteMode(int mode) argument
10 switch (mode) {
14 default: dprintf("%d", mode);
/haiku/src/servers/app/
H A DDrawState.h118 // drawing/blending mode
119 bool SetDrawingMode(drawing_mode mode);
152 void SetLineCapMode(cap_mode mode);
156 void SetLineJoinMode(join_mode mode);
/haiku/src/bin/network/arp/
H A Darp.cpp355 int32 mode = ARP_LIST; local
364 mode = ARP_DELETE;
370 mode = ARP_SET;
376 mode = ARP_LIST;
429 if (mode == ARP_SET) {
447 switch (mode) {
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h23 mode_t mode, dev_t rdev);
25 mode_t mode);
63 mode_t mode, struct fuse_file_info *fi);
90 mode_t mode, dev_t rdev);
92 mode_t mode);
130 mode_t mode, struct fuse_file_info_compat *fi);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp92 string_for_mode(uint32 mode) argument
94 switch (mode) {
132 return "<unknown mode>";
424 // apply the canvas view mouse filter depending on current mode
434 // apply the canvas view mouse filter depending on current mode
539 // the reason to exclude the select mode
884 // reevaluate mode
1053 // reevaluate mode
1159 PathManipulator::_SetMode(uint32 mode) argument
1161 if (fMode != mode) {
1580 uint32 mode = UNDEFINED; local
[all...]
/haiku/src/preferences/keymap/
H A DKeyboardLayout.h74 parse_mode mode; member in struct:KeyboardLayout::parse_state
97 const char* _Delimiter(parse_mode mode);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp52 DirectoryFilePanel::DirectoryFilePanel(file_panel_mode mode, argument
57 BFilePanel(mode, target, startDirectory, nodeFlavors,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp40 SelectedColorMode mode,
54 fColorPickerView = new ColorPickerView("color picker", color, mode);
118 msg.AddInt32("panel mode", fColorPickerView->Mode());
39 ColorPickerPanel(BRect frame, rgb_color color, SelectedColorMode mode, BWindow* window, BMessage* message, BHandler* target) argument
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp65 Directory::Open(void **_cookie, int mode) argument
67 _inherited::Open(_cookie, mode);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DDirectory.cpp59 Directory::Open(void **_cookie, int mode) argument
61 _inherited::Open(_cookie, mode);
/haiku/src/kits/tracker/
H A DFBCPadding.cpp116 file_panel_mode mode, BMessenger* target,
121 return new (self) BFilePanel(mode, target, ref, nodeFlavors,
114 __10BFilePanel15file_panel_modeP10BMessengerP9entry_refUlbP8BMessageP10BRefFilterT5T5(void* self, file_panel_mode mode, BMessenger* target, entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku/src/kits/midi/
H A DSoftSynth.h55 status_t SetInterpolation(interpolation_mode mode);
60 void SetReverb(reverb_mode mode);
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp172 ftp_mode mode)
180 ftp_mode mode)
171 PutFile(const string& local, const string& remote, ftp_mode mode) argument
179 GetFile(const string& remote, const string& local, ftp_mode mode) argument
/haiku/headers/os/game/
H A DWindowScreen.h74 status_t _GetModeFromSpace(uint32 space, display_mode* mode);
76 status_t _AssertDisplayMode(display_mode* mode);
/haiku/src/add-ons/accelerants/radeon/
H A Dpll.c213 const display_mode *mode, uint32 max_v_tweak, uint32 max_h_tweak,
234 uint32 v_total = mode->timing.v_total + v_tweak * v_tweak_dir;
242 uint32 h_total = mode->timing.h_total + h_tweak * h_tweak_dir;
406 // mode->timing.pixel_clock must be in Hz because required accuracy in TV-Out mode
408 const general_pll_info *general_pll, const display_mode *mode, pll_dividers *dividers )
426 SHOW_FLOW( 2, "freq=%ld", mode->timing.pixel_clock );
428 Radeon_CalcPLLDividers( &pll, mode->timing.pixel_clock, 0, dividers );
433 // mode->timing.pixel_clock must be in Hz because required accuracy in TV-Out mode
210 Radeon_MatchCRTPLL( const pll_info *pll, uint32 tv_v_total, uint32 tv_h_total, uint32 tv_frame_size_adjust, uint32 freq, const display_mode *mode, uint32 max_v_tweak, uint32 max_h_tweak, uint32 max_frame_rate_drift, uint32 fixed_post_div, pll_dividers *dividers, display_mode *tweaked_mode ) argument
407 Radeon_CalcCRTPLLDividers( const general_pll_info *general_pll, const display_mode *mode, pll_dividers *dividers ) argument
435 Radeon_CalcPLLRegisters( const display_mode *mode, const pll_dividers *dividers, pll_regs *values ) argument
[all...]

Completed in 293 milliseconds

<<11121314151617181920>>