Searched refs:on (Results 26 - 50 of 113) sorted by relevance

12345

/haiku/src/bin/network/telnetd/
H A Dtelnetd.c137 int on = 1, fromlen; local
156 * that works on all telnet clients, including the FreeBSD client.
163 * in telnet sessions and can be used more than once on the same line.
168 linemode=1; /*Default to mode that works on bulk of clients*/
367 (char *)&on, sizeof(on));
370 (char *)&on, sizeof(on));
380 (char *)&on, sizeof(on));
745 int on = 1; local
[all...]
/haiku/src/libs/libtelnet/
H A Dauth.c110 int auth_onoff(char *type, int on);
270 auth_onoff(char *type, int on) argument
276 printf("auth %s 'type'\n", on ? "enable" : "disable");
293 if (on)
301 auth_togdebug(int on) argument
303 if (on < 0)
306 auth_debug_mode = on;
369 * It should never arrive on the server side (as only the server can
441 * just continue on and look for the
/haiku/src/kits/tracker/
H A DPose.h186 BPose::Select(bool on) argument
188 fIsSelected = on;
189 if (on)
230 BPose::SetAutoPlaced(bool on) argument
232 fWasAutoPlaced = on;
H A DMiniMenuField.cpp70 MiniMenuField::MakeFocus(bool on) argument
73 BView::MakeFocus(on);
H A DFilePanelPriv.h238 TFilePanel::SetHideWhenDone(bool on) argument
240 fHideWhenDone = on;
/haiku/src/apps/processcontroller/
H A DThreadBarMenuItem.cpp134 ThreadBarMenuItem::Highlight(bool on) argument
136 if (on) {
141 BMenuItem::Highlight(on);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_led.c181 * Blink the LED according to the specified on/off times.
184 ath_led_blink(struct ath_softc *sc, int on, int off) argument
186 DPRINTF(sc, ATH_DEBUG_LED, "%s: on %u off %u\n", __func__, on, off);
190 callout_reset(&sc->sc_ledtimer, on, ath_led_off, sc);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO13 6)(???) Hang problem with DriveSetup #reproduced on clean system without SCSI...
18 #11) Transfer should be build on callback ideology
23 #16) Think on possibility to use "one.dev <-> one.path" scheme
24 #17) Set cam_scsi_status correctly on return!
25 #18) Support of autosense on fake devices
34 27)(???) Looks like system ignores our CHECK_CONDITION (for example on handling 1e, 1b, 2a). Is it our problem?
57 #-CDBurner's problem-50) Problems with 35h SYNCHRONIZE_CACHE command with CDBurner on FREECOM module.
/haiku/headers/os/net/
H A DNetEndpoint.h36 int SetNonBlocking(bool on = true);
37 int SetReuseAddr(bool on = true);
/haiku/src/kits/interface/
H A DListItem.cpp120 BListItem::SetEnabled(bool on) argument
122 fEnabled = on;
/haiku/src/tests/system/network/
H A Dat_srv.c23 int rv, on = 1; local
/haiku/src/apps/codycam/
H A DFtpClient.h57 void SetPassive(bool on);
H A DSpawningUploadClient.h42 virtual void SetPassive(bool on);
H A DSpawningUploadClient.cpp203 SpawningUploadClient::SetPassive(bool on) argument
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c104 // Force the overlay clock on for integrated chips
353 // scaling/filter tables depending on overlay colour space:
528 // show overlay on screen
536 overlay_buffer_node *node = overlay->on;
645 // especially with multi-screen modes the overlay may not be on screen at all
695 // plane then UV alignment depends on Y data, therefore the hack
736 // need to be initialized based on original value
919 ai->si->active_overlay.on = ai->si->pending_overlay.on;
949 si->active_overlay.on
[all...]
H A Doverlay_management.c189 if( si->active_overlay.on == node || si->active_overlay.prev_on )
327 if( si->active_overlay.on )
371 si->pending_overlay.on = (overlay_buffer_node *)((char *)ob - offsetof( overlay_buffer_node, buffer ));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c58 * done, this is enabled based on operating mode and is meaningful
261 u_int on = param ? 1 : 0; local
263 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: HAL_ANI_OFDM_WEAK_SIGNAL_DETECTION: %s\n", __func__, on ? "enabled" : "disabled");
265 AR_PHY_SFCORR_LOW_M1_THRESH_LOW, m1ThreshLow[on]);
267 AR_PHY_SFCORR_LOW_M2_THRESH_LOW, m2ThreshLow[on]);
269 AR_PHY_SFCORR_M1_THRESH, m1Thresh[on]);
271 AR_PHY_SFCORR_M2_THRESH, m2Thresh[on]);
273 AR_PHY_SFCORR_M2COUNT_THR, m2CountThr[on]);
275 AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW, m2CountThrLow[on]);
278 AR_PHY_SFCORR_EXT_M1_THRESH_LOW, m1ThreshLow[on]);
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c279 int ch, on = 1, tos; local
292 * Prevent diagnostic messages from appearing on stderr.
576 * Disable Nagle on the control channel so that we don't have to wait
579 if (setsockopt(0, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)) < 0)
589 if (setsockopt(0, SOL_SOCKET, SO_OOBINLINE, &on, sizeof(on)) < 0)
1323 * exist on the remote authentication server, but the
1577 * on his own due to no permission to upper path components,
1859 int on local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c148 int on;
177 if (mount_flags[i].on)
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s3 # exact log2e*x calculation depends on nearest rounding mode
30 # it will be wrong on non-nearest rounding mode
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s3 # exact log2e*x calculation depends on nearest rounding mode
30 # it will be wrong on non-nearest rounding mode
/haiku/headers/os/interface/
H A DPopUpMenu.h55 void SetAsyncAutoDestruct(bool on);
H A DMenu.h113 virtual void SetRadioMode(bool on);
117 void SetLabelFromMarked(bool on);
265 void _SetStickyMode(bool on);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c54 * done, this is enabled based on operating mode and is meaningful
104 * Return the current ANI state of the channel we're on
272 u_int on = param ? 1 : 0; local
275 AR_PHY_SFCORR_LOW_M1_THRESH_LOW, m1ThreshLow[on]);
277 AR_PHY_SFCORR_LOW_M2_THRESH_LOW, m2ThreshLow[on]);
279 AR_PHY_SFCORR_M1_THRESH, m1Thresh[on]);
281 AR_PHY_SFCORR_M2_THRESH, m2Thresh[on]);
283 AR_PHY_SFCORR_M2COUNT_THR, m2CountThr[on]);
285 AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW, m2CountThrLow[on]);
287 if (on) {
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_alps.cpp157 // finger on touchpad
266 switch_hardware_tab(ps2_dev* dev, bool on) argument
271 if (on) {
286 enable_passthrough(ps2_dev* dev, bool on) argument
289 if (on)

Completed in 134 milliseconds

12345