Searched refs:enable (Results 101 - 125 of 195) sorted by relevance

12345678

/haiku-fatelf/src/libs/termcap/
H A Dconfigure15 --enable-install-termcap install the termcap data file"
85 -enable-* | --enable-*)
86 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
137 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
138 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
143 --enable and --with options recognized:$ac_help
406 # Check whether --enable-install-termcap or --disable-install-termcap was given.
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.h46 virtual void SetCopyToFrontEnabled(bool enable);
/haiku-fatelf/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp664 fProperties->AddInt8("scan_enable", scanEnable->enable);
666 Output::Instance()->Postf(BLACKBOARD_LD(GetID()), "enable = %x\n",
667 scanEnable->enable);
671 reply.AddInt8("scan_enable", scanEnable->enable);
673 printf("Sending reply. scan_enable = %d\n", scanEnable->enable);
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_ich8lan.h90 #define E1000_H2ME_IPV4_ARP_EN 0x00000020 /* Arp Offload enable bit */
91 #define E1000_H2ME_IPV6_NS_EN 0x00000040 /* NS Offload enable bit */
271 s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable);
H A De1000_82575.c732 * @active: TRUE to enable LPLU, FALSE to disable
779 * important. During driver activity we should enable
818 * @active: TRUE to enable LPLU, FALSE to disable
849 * important. During driver activity we should enable
865 * @active: boolean used to enable/disable lplu
871 * and enable Smartspeed. LPLU and Smartspeed are mutually exclusive. LPLU
891 * important. During driver activity we should enable
1999 * e1000_rx_fifo_flush_82575 - Clean rx fifo after Rx enable
2002 * After rx enable if managability is enabled then there is likely some
2037 * incoming packets are rejected. Set enable an
2131 e1000_vmdq_set_anti_spoofing_pf(struct e1000_hw *hw, bool enable, int pf) argument
2178 e1000_vmdq_set_loopback_pf(struct e1000_hw *hw, bool enable) argument
2214 e1000_vmdq_set_replication_pf(struct e1000_hw *hw, bool enable) argument
[all...]
/haiku-fatelf/src/bin/gdb/
H A Dlibtool.m4126 [libtool_flags="$libtool_flags --enable-dlopen"])
128 [libtool_flags="$libtool_flags --enable-win32-dll"])
240 # AC_LIBTOOL_DLOPEN - enable checks for dlopen support
246 # AC_ENABLE_SHARED - implement the --enable-shared flag
254 << --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
279 # AC_ENABLE_STATIC - implement the --enable-static flag
287 << --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
314 # AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
322 << --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
756 # the libltdl header and adds --enable
[all...]
/haiku-fatelf/headers/cpp/
H A Dstreambuf.h225 void exceptions(iostate enable) { argument
226 _exceptions = enable;
/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp140 LoggingConsumer::SetEnabled(log_what what, bool enable) argument
142 mLogger->SetEnabled(what, enable);
/haiku-fatelf/src/preferences/time/
H A DZoneView.cpp102 bool enable = fUseGmtTime != fOldUseGmtTime; local
104 return enable || fCurrentZoneItem != fOldZoneItem;
/haiku-fatelf/headers/os/bluetooth/HCI/
H A DbtHCI_command.h121 uint8 enable; member in struct:hci_read_scan_enable
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dide_internal.h303 void enable_CQ(ide_device_info *device, bool enable);
/haiku-fatelf/src/bin/diffutils/ms/
H A Dconfig.bat105 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> arguments
219 echo --enable-nls --without-included-gettext >> arguments
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinftarg.c493 child_enable_exception_callback (enum exception_event_kind kind, int enable) argument
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dconfigure109 -enable-* | --enable-*)
110 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
179 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
180 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
187 echo "--enable and --with options recognized:$ac_help"
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp782 // disable/enable capturing
783 void CTheater200::SetEnable(bool enable, bool vbi) argument
786 PRINT(("CTheater200::SetEnable(%d, %d)\n", enable, vbi));
788 if (enable) {
H A DTheater100.cpp71 // disable/enable capturing
72 void CTheater100::SetEnable(bool enable, bool vbi) argument
74 PRINT(("CTheater100::SetEnable(%d, %d)\n", enable, vbi));
109 if (enable) {
1237 // enable/disable VBI capture
1293 // enable horizontal and vertical scaler
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp652 DragSortableListView::SetAutoScrolling(bool enable) argument
654 if (fScrollPulse && enable)
656 if (enable) {
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DListViews.cpp587 DragSortableListView::SetAutoScrolling(bool enable) argument
589 if (fScrollPulse && enable)
591 if (enable) {
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp313 bool enable = CountSourceFiles() > 0; local
314 SetEnabled(enable, enable);
/haiku-fatelf/src/apps/showimage/
H A DShowImageView.cpp491 ShowImageView::SetStretchToBounds(bool enable) argument
493 if (fStretchToBounds != enable) {
494 _SettingsSetBool("StretchToBounds", enable);
495 fStretchToBounds = enable;
496 if (enable || fZoom > 1.0)
/haiku-fatelf/src/bin/bash/
H A Dconfigure992 -enable-* | --enable-*)
993 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1483 --disable-option-checking ignore unrecognized --enable/--with options
1484 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1485 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1486 --enable-minimal-config a minimal sh-like configuration
1487 --enable-alias enable shel
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure206 -enable-* | --enable-*)
207 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
655 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
656 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
685 --enable-rpath use rpath option when generating shared libraries
696 --enable-termcap compile in termcap fallback support
698 --enable-getcap fast termcap load, no xrefs to terminfo
699 --enable-getcap-cache cache translated termcaps in ~/.terminfo
702 --enable
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dconfigure404 -enable-* | --enable-*)
405 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
851 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
852 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
854 --enable-dependency-tracking do not reject slow dependency extractors
855 --enable-shared=PKGS build shared libraries default=no
856 --enable-static=PKGS build static libraries default=yes
857 --enable-fast-install=PKGS optimize for fast installation default=yes
859 --enable
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_multi_audio.cpp636 mmvi->values[i].enable = (resp[0] & AMP_MUTE) != 0;
638 mmvi->values[i].enable);
700 control->mute = (mmvi->values[i].enable ? AMP_MUTE : 0);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416.h208 const struct ieee80211_channel *chan, HAL_BOOL enable);

Completed in 242 milliseconds

12345678