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

12345

/haiku/src/bin/keymap/
H A DKeymap.cpp32 // i couldn't put patterns and pattern bufs on the stack without segfaulting
509 fprintf(stderr, "Unsupported operation on this platform!\n");
725 fprintf(stderr, "Unsupported operation on this platform!\n");
735 // work-around to get rid of this stupid find_directory_r() on Zeta
750 fprintf(stderr, "Unsupported operation on this platform!\n");
863 "#\tNOTE: Key 0x69 does not exist on US keyboards\n"
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h42 * Rings must be aligned on a 16K boundary.
587 uint8_t on; member in struct:wpi_cmd_led
H A Dif_wpi.c29 * main binary firmware image into SRAM on the card via DMA.
39 * the firmware updates the read index (reg1) on rx of a packet and fires an
57 * on the majority of communications between the driver and the card goes
793 * Release lock on NIC memory.
961 /* Shared buffer must be aligned on a 4KB boundary. */
978 /* Must be aligned on a 16-byte boundary. */
1332 /* Adapter has to be powered on for EEPROM access to work. */
1781 * Also the associd must be cleared on RUN -> ASSOC
3607 wpi_set_led(struct wpi_softc *sc, uint8_t which, uint8_t off, uint8_t on) argument
3614 led.unit = htole32(100000); /* on/of
[all...]
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c367 // LOG_NOTICE, "%.80s starting on port %d", SERVER_SOFTWARE,
371 // LOG_NOTICE, "%.80s starting on %.80s, port %d", SERVER_SOFTWARE,
382 int on, flags; local
387 // syslog( LOG_CRIT, "unknown sockaddr family on listen socket" );
402 on = 1;
404 listen_fd, SOL_SOCKET, SO_REUSEADDR, (char*) &on,
405 sizeof(on) ) < 0 )
535 "The requested URL '%.80s' was not found on this server.\n";
586 /* Set no-delay / non-blocking mode on a socket. */
602 /* Clear no-delay / non-blocking mode on
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.cpp181 MoreOptionsStruct::SetQueryTemporary(BNode* node, bool on) argument
188 saveMoreOptions.temporary = on;
234 // no initial query, fall back on the default query template
903 // on which mime type is preselected
1140 // toggle mark on invoked item
1473 // add logic based on selection in Logic menufield
1999 // find all the queries on all volumes
2402 // get volumes to perform query on
H A DFSUtils.cpp173 B_TRANSLATE_MARK("Sorry, there is not enough free space on the "
431 // BNodes created on files will fail to WriteAttr because they do not
622 // on and not running as root all the time
1072 // we need the undo object later on, so we create it no matter
1301 // on the file. Just ignore it.
1551 // When calling CopyAttributes on files, have to make sure destNode
1666 // check if it's an invalid name on a FAT32 file system
1807 // relative link only works on the same device
1892 // if move is on same volume don't copy
2086 // get trash directory on sam
3424 AsynchLaunchBinder(void (*func)(const entry_ref*, const BMessage*, bool on), const entry_ref* appRef, const BMessage* refs, bool openWithOK) argument
[all...]
H A DPoseView.cpp370 // turn on volume node monitor, metamime monitor, etc.
496 // Always realign columns, since the title-view snaps on resize anyway.
767 // because it gets saved on the boot disk but the above checks
825 // and Trash pose on Desktop directory
989 // Escape key, used to abort an on-going clipboard cut or filtering
1712 // want it on the desktop or in the disks window.
1727 // they are on the desktop which is not their physical parent
2942 // as well as the trash on desktop
3359 // new folder created from popup, place on click point
3602 // check good location on th
10353 SetWidgetTextOutline(bool on) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h183 HAL_BOOL phy_noise_spur; /* based on OFDM/CCK Phy errors */
203 u_int32_t ast_ani_ofdmon; /* ANI OFDM weak signal detect on */
860 u_int32_t ah_rx_cal_chan; /* chan on which rx cal is done */
909 * WAR for bug 6773. OS_DELAY() does a PIO READ on the PCI bus which allows
948 * Green Tx, Based on different RSSI of Received Beacon thresholds,
1566 extern void ar9300_set_hw_beacon_proc(struct ath_hal *ah, HAL_BOOL on);
H A Dar9300_misc.c126 /* save it since it must be rewritten on reset */
175 * on a switch signal. Assumes GPIO port and interrupt polarity
181 /* TODO - can this really be above the hal on the GPIO interface for
221 * If rfkill bit on eeprom is 1, setupeeprommap routine has already
261 * Sets the Power LED on the cardbus without affecting the Network LED.
273 * Sets the Network LED on the cardbus without affecting the Power LED.
296 /* save bssid and assoc_id for restore on reset */
477 * Detect if the HW supports spreading a CCK signal on channel 14
498 * Get the rssi value from BB on ctl chain0.
538 * to dramatically reduce the TX power on
3198 ar9300_set_hw_beacon_proc(struct ath_hal *ah, HAL_BOOL on) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h853 uint8_t on; member in struct:iwn_cmd_led
965 * For active scan, listen ACTIVE_DWELL_TIME (msec) on each channel after
975 * For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
993 * a sysassert on a "good CRC threshold" of zero (== disabled),
994 * on a radar channel even though this means that we should NOT
998 * need to receive during our dwell time on a channel before
1688 * TX power on chain in 1/2 dBm.
1817 * @IWN_UCODE_TLV_FLAGS_NEWSCAN: new uCode scan behaviour on hidden SSID,
H A Dif_iwn.c545 /* Allocate TX rings (16 on 4965AGN, 20 on >=5000). */
742 * Define specific configuration based on device id and subdevice id
1624 * NB: This kind of ROM can be found on 1000 or 6000 Series only.
1795 /* TX scheduler rings must be aligned on a 1KB boundary. */
1809 /* "Keep Warm" page must be aligned on a 4KB boundary. */
1822 /* ICT table must be aligned on a 4KB boundary. */
1836 /* Must be aligned on a 16-byte boundary. */
2204 /* Adapter has to be powered on for EEPROM access to work. */
2777 /* Default - transmit on th
5592 iwn_set_led(struct iwn_softc *sc, uint8_t which, uint8_t off, uint8_t on) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c497 * Get firmware image (and possibly dma memory) on mode change.
972 * with a SCAN -> RUN transition on scan complete.
1284 * is mainly for station mode where we depend on
1531 * XXX try to roam, drop assoc only on much higher count
1543 * to disassociate and then on completion we'll
2201 * is marked up in case we need to reload them on device init.
2205 * XXX return 0 on success, 1 on error.
2218 /* invalidate cached firmware on mode change */
2696 * Start a scan on th
3410 iwi_led_blink(struct iwi_softc *sc, int on, int off) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c600 /* Set EOF on the last descriptor. */
1597 rge_set_phy_power(struct rge_softc *sc, int on) argument
1601 if (on) {

Completed in 229 milliseconds

12345