Searched refs:on (Results 1 - 25 of 249) sorted by relevance

12345678910

/haiku-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A Dusb_beceemwmx.settings6 ## trace [on|off] - activate additional tracing.
9 trace on
17 ## reset_logfile [on|off] - truncate private log file on driver/system restart
21 reset_logfile on
23 ## add_timestamp [on|off] - add time of writing the string in private log file.
24 ## default value: on
29 ## trace_flow [on|off] - activate data flow tracing. Statistic about of
33 # trace_flow on
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A Dsis7018.settings.sample8 ## trace [on|off] - activate additional tracing.
11 trace on
19 ## reset_logfile [on|off] - truncate private log file on driver/system restart
25 ## add_timestamp [on|off] - add time of writing the string in private log file.
26 ## default value: on
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A Dusb_audio.settings7 ## trace [on|off] - activate additional tracing.
10 trace on
18 ## reset_logfile [on|off] - truncate private log file on driver/system restart
24 ## add_timestamp [on|off] - add time of writing the string in private log file.
25 ## default value: on
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c82 * The decision to issue/deduct a credit is based on the errors and
85 * ath_rate_raise_threshold defines the threshold on credits at which
115 struct onoe_node *on = ATH_NODE_ONOE(an); local
117 *rix = on->on_tx_rix0;
118 *try0 = on->on_tx_try0;
120 *txrate = on->on_tx_rate0sp;
122 *txrate = on->on_tx_rate0;
135 struct onoe_node *on = ATH_NODE_ONOE(an); local
137 /* rix[0] = on->on_tx_rate0; */
138 rix[1] = on
152 struct onoe_node *on = ATH_NODE_ONOE(an); local
165 struct onoe_node *on = ATH_NODE_ONOE(an); local
191 struct onoe_node *on = ATH_NODE_ONOE(an); local
326 struct onoe_node *on = ATH_NODE_ONOE(ATH_NODE(ni)); local
[all...]
/haiku-fatelf/src/bin/coreutils/man/
H A Dwho.x2 who \- show who is logged on
H A Dcat.x2 cat \- concatenate files and print on the standard output
H A Djoin.x2 join \- join lines of two files on a common field
/haiku-fatelf/src/bin/gdb/
H A DMakefile.def134 // "depend" indicates that a target depends on another target uniformly
228 dependencies = { module=all-build-bison; on=all-build-texinfo; };
229 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
230 dependencies = { module=all-build-flex; on=all-build-texinfo; };
231 dependencies = { module=all-build-flex; on=all-build-bison; };
232 dependencies = { module=all-build-flex; on=all-build-byacc; };
233 dependencies = { module=all-build-flex; on=all-build-m4; };
234 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
235 dependencies = { module=all-build-m4; on=all-build-texinfo; };
236 dependencies = { module=all-build-fixincludes; on
[all...]
/haiku-fatelf/headers/private/kernel/boot/platform/raspberrypi_arm/
H A Dplatform_debug.h13 void debug_set_led(bool on);
16 // Toggles the led count times with the delay for both on and off time.
27 // 4. The led turns on and stays on with a long delay to indicate finish.
35 // long on (finish indicator)
/haiku-fatelf/src/tests/kits/net/sock/
H A Dcliopen.c15 int fd, i, on; local
52 on = 1;
53 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof (on)) < 0)
59 on = 1;
60 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &on, sizeof (on)) < 0)
123 fprintf(stderr, "connected on %s.%d ",
H A Dservopen.c22 int fd, newfd, i, on, pid; local
34 a connection will be accepted on any connected interface.
57 on = 1;
58 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0)
64 on = 1;
65 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &on, sizeof(on)) < 0)
100 correct window advertised on SYN */
139 fprintf(stderr, "connection on
[all...]
/haiku-fatelf/src/servers/mail/
H A DLEDAnimation.h24 //!Set LED on or off.
25 static void LED(uint32 mod/*!Modifier key*/,bool on/*!If LED on, value is true*/);
H A DLEDAnimation.cpp81 LEDAnimation::LED(uint32 mod,bool on) argument
84 if (on)
89 if (on)
/haiku-fatelf/src/kits/tracker/
H A DTextWidget.h135 BTextWidget::SetEditable(bool on) argument
137 fEditable = on;
156 BTextWidget::SetVisible(bool on) argument
158 fVisible = on;
170 BTextWidget::SetActive(bool on) argument
172 fActive = on;
/haiku-fatelf/src/apps/soundrecorder/
H A DDrawButton.cpp11 DrawButton::DrawButton(BRect frame, const char *name, const unsigned char *on, argument
19 fOn.SetBits(on, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
H A DDrawButton.h17 DrawButton(BRect frame, const char *name, const unsigned char *on,
/haiku-fatelf/src/add-ons/input_server/methods/canna/
H A DCannaMethod.h2 // CannaIM - Canna-based Input Method Add-on for BeOS R4
12 #pragma export on
/haiku-fatelf/src/apps/processcontroller/
H A DThreadBarMenuItem.h33 virtual void Highlight(bool on);
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Ddebug.cpp35 debug_set_led(bool on) argument
37 gpio_write(gPeripheralBase + GPIO_BASE, 16, on ? 0 : 1);
38 sLedState = on;
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DShortcutsServerFilter.h23 #pragma export on
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DMIIBus.h123 void SetGigagbitCapable(bool on) { fGigagbitCapable = on; } argument
126 void SetRGMII(bool on) { fHasRGMII = on; } argument
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dhello.php7 /* open new PDF file; insert a file name to create the PDF on disk */
12 /* This line is required to avoid problems on Japanese systems */
H A Dimage.php11 /* open new PDF file; insert a file name to create the PDF on disk */
16 /* This line is required to avoid problems on Japanese systems */
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_040_cpu.cpp47 #warning M68K: 040: use CPUSHP on pages when possible for speed.
71 #warning M68K: 040: use CPUSHP on pages when possible for speed.
/haiku-fatelf/src/tests/kits/net/
H A Dat_client.c23 int rv, on = 1; local
28 ioctl(sock, FIONBIO, &on);

Completed in 260 milliseconds

12345678910