Searched refs:on (Results 151 - 175 of 249) sorted by relevance

12345678910

/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Dsis900.c403 // SiS 630E has some bugs on default value of PHY registers
688 sis900_setPromiscuous(struct sis_info *info, bool on) argument
694 if (on) {
H A Dsis900.h388 extern void sis900_setPromiscuous(struct sis_info *info, bool on);
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DASIXDevice.cpp6 * Heavily based on code of the
431 // we need to setup hardware on device replug
591 ASIXDevice::SetPromiscuousMode(bool on) argument
601 if (on)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgnulib.mk365 # sets some of these variables consistently on the 'make' command
3936 ## begin gnulib module warn-on-use
3938 BUILT_SOURCES += warn-on-use.h
3939 # The warn-on-use.h that gets inserted into generated .h files is the same as
3940 # build-aux/warn-on-use.h, except that it has the copyright header cut off.
3941 warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
3944 < $(top_srcdir)/build-aux/warn-on-use.h \
3947 MOSTLYCLEANFILES += warn-on-use.h warn-on
[all...]
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.cpp108 dev_t on = dev_for_path(deviceName); local
110 if (fs_stat_dev(on, &info) != B_OK)
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlcatalog.c60 * Returns a pointer to it or NULL on EOF the caller is expected to
71 /* If the line has any text in it, save it on the history. */
324 \t--noout: avoid dumping the result on stdout\n\
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp263 // set the app hint on the metamime for this signature
508 OpenWithContainerWindow::SetCanSetAppAsDefault(bool on) argument
510 fLaunchAndMakeDefaultButton->SetEnabled(on);
515 OpenWithContainerWindow::SetCanOpen(bool on) argument
517 fLaunchButton->SetEnabled(on);
1077 //queryRetrieval = new BStopWatch("get next entry on BQuery");
1286 // on the fact that ConditionalAllAppsIterator results come last.
1538 // filter out pe containers on PPC etc.
/haiku-fatelf/src/bin/less/
H A Dsearch.c7 * For more information about less, or for information on how to
258 * Repaint the hilites currently displayed on the screen.
260 * If on==0, force all hilites off.
263 repaint_hilite(on)
264 int on;
275 if (!on)
851 * {{ This technique, of calling match_pattern on subsequent
929 * Find matching text which is currently on screen and highlight it.
950 * Erase any highlights currently on screen.
979 * for example, "+/xyz" on th
[all...]
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dctl_srvr.c167 * create, condition, and start a listener on the control port.
177 static const int on = 1; local
233 (const char *)&on, sizeof on) != 0) {
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_send.c114 /* Options. Leave them on. */
378 * Some resolvers want to even out the load on their nameservers.
565 return (0); /*%< unknown, die on connect */
609 int on = 1; local
662 * Push on even if setsockopt(SO_NOSIGPIPE) fails.
664 (void)setsockopt(statp->_vcsock, SOL_SOCKET, SO_NOSIGPIPE, &on,
665 sizeof(on));
842 * server, we get an ECONNREFUSED error on the next
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c685 /* Turn on PLL */
1142 bwi_power_on(sc, 0); /* Don't turn on PLL */
1242 if_printf(ifp, "%s: error %d on regwin switch\n",
1248 if_printf(ifp, "%s: error %d on MAC init\n", __func__, error);
1473 /* NB: m is reclaimed on encap failure */
1642 * been after writing the initial values. It keeps on being
1648 * it is valid only on mac version 5 and higher, but I couldn't
1650 * on my card, this suggests an error in the tx path still...
3501 DPRINTF(sc, BWI_DBG_ATTACH, "power on delay %u\n", sc->sc_pwron_delay);
3900 bwi_led_onoff(const struct bwi_led *led, uint16_t val, int on) argument
3930 int on; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dgnu-nat.c241 must be on to use breakpoints. */
319 /* Thread_abort is called on PROC if needed. PROC must be a thread proc.
341 /* An exception is pending on PROC, which don't mess with. */
482 overwritten, in which case who knows what's going on. */
512 /* Turns hardware tracing in PROC on or off when SET is true or false,
513 respectively. Returns true on success. */
522 proc_debug (proc, "tracing %s", set ? "on" : "off");
732 /* Make the port on which we receive all events. */
878 /* Turns tracing for INF on or off, depending on O
873 inf_set_traced(struct inf *inf, int on) argument
[all...]
H A Dgdbarch.sh400 # For most targets, a pointer on the target and its representation as an
408 # ptr_bit is the size of a pointer on the target
432 # register namespace but do not get fetched or stored on the target.
644 # parsed (on Unix systems, by the shell) to yield the same vector.
1131 /* Initialize the current architecture to the "first" one we find on
1246 variable (base values on the host's c-type system).
1312 /* Create a new \`\`struct gdbarch'' based on information provided by
1949 /* Accumulate a list of names based on the registed list of
2023 /* Look for an architecture using gdbarch_info. Base search on only
H A Dremote-vx.c128 The load on the target side can take quite a while, easily
133 a limit of 10**8 on it for no good reason that I can see... */
143 if (*ldstruct.name == 0) /* load failed on VxWorks side */
225 error ("Can't create process on remote target machine");
240 based on what modes we are starting it with. */
357 Returns -1 if suspend fails on target system, 0 otherwise. */
605 ptrace_in.addr = cont_addr; /* Target side insists on this, or it panics. */
729 error ("Load failed on target machine");
815 Returns status of symbol read on target side (0=success, -1=fail)
848 bool_t fp = 0; /* true if fp processor is present on targe
[all...]
/haiku-fatelf/src/kits/interface/
H A DMenu.cpp478 // TODO: Test how it works on beos and implement it correctly
1972 // install the item on the supermenu's window
2121 // change width depending on resize mode
2320 // just move the window on screen
2404 // and dehighlight the item, works on beos but not on haiku.
2644 BMenu::_SetIgnoreHidden(bool on) argument
2646 fIgnoreHidden = on;
2651 BMenu::_SetStickyMode(bool on) argument
2653 if (fStickyMode == on)
[all...]
H A DChannelSlider.cpp282 // Search the channel on which the mouse was over
298 // Click was on a slider.
306 // Click wasn't on a slider. Bail out.
491 BChannelSlider::SetEnabled(bool on) argument
493 BChannelControl::SetEnabled(on);
/haiku-fatelf/docs/develop/storage/resources/
H A DResourcesFormat.tex44 (resource files), on the other hand these are file formats extended to
51 format itself. In section \ref{implementations} we focus on robustness of
592 where being based on incorrect assumptions.
599 For executables on the other hand the alignment was always 4096, which is
611 fields is base on educated guesses.}
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5104 # do this, the capability will be ignored on input (though the user will
124 # Notes on specific elisions made to fit translations within 1023 bytes:
139 # to be older types that don't use up a lot of string space on function keys.
153 # on that hit list: rc, sc, uc.
228 status_line_esc_ok eslok bool es - - YB-G- escape can be used on the status line
246 prtr_silent mc5i bool 5i - - ----- printer will not echo on screen
264 lines lines num li - - YBCGE number of lines on screen or page
273 buttons btns num BT - - ----- number of buttons on mouse
279 max_colors colors num Co - - ----- maximum number of colors on screen
282 max_pairs pairs num pa - - ----- maximum number of color-pairs on th
[all...]
/haiku-fatelf/headers/private/graphics/radeon/
H A Dradeon_interface.h101 dd_tv_crt = 1, // CRT on TV-DAC, i.e. on DVI port
102 dd_crt = 2, // CRT on CRT-DAC, i.e. VGA port
104 dd_dvi = 8, // DVI on primary port (i.e. standard DVI connector)
105 dd_ctv = 16, // composite TV on TV-DAC
106 dd_stv = 32, // S-Video out on TV-DAC
215 // from here on, r300 and up must be located as ATI modified the
309 bool cursor_on_screen; // cursor is visible on this head
319 // info about PLLs on graphics card as retrieved from BIOS
377 overlay_buffer_node *on; // curren member in struct:__anon906
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dconvert.c124 /* Decide on the conversion type. */
130 not be identical to that on the server (think `-nd',
166 that file. And the other URLs get converted to the remote URL on
273 DEBUGP (("Something strange is going on. Please investigate."));
437 at that stage that -E is going to cause us to tack on
455 /* We can get called twice on the same URL thanks to the
459 called on this file. */
594 it is safe to do this only when `--adjust-extension' is turned on.
950 failures on or that we skip due to -N).
952 When we've downloaded a file and tacked on
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_int.cpp46 #warning M68K: align on 4 ?
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DDavicomDevice.cpp7 * Heavily based on code of the
76 USBCIntAck = 0x20, // ACK with 8-bytes of data on interrupt EP
77 USBCIntNAck = 0x10, // Supress ACK on interrupt EP
520 // we need to setup hardware on device replug
715 DavicomDevice::_SetPromiscuousMode(bool on) argument
725 if (on)
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp281 SonixCamDevice::PowerOnSensor(bool on) argument
283 if (OrReg8(SN9C102_CHIP_CTRL, on ? 0x01 : 0x00) < 0)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dscanner.l288 on|ifname return PF_IFNAME;
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_midi.c63 * @return New MIDI file handle or NULL on error.
1009 int fluid_track_count_events(fluid_track_t* track, int* on, int* off) argument
1014 (*on)++;
1118 * @return New MIDI player instance or NULL on error (out of memory)
1316 * @return 0 on success, -1 on failure
1401 * @return 0 on success, -1 otherwise

Completed in 408 milliseconds

12345678910