Searched refs:set (Results 226 - 239 of 239) sorted by relevance

12345678910

/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp10 #include <set>
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c27 * many other adaptors do. Instead at run time the eeprom is set into a known
476 * net80211. We don't set the rates as net80211 does this for us
1748 "%s: could not set power saving level\n",
1820 /* XXX set conditionally? */
2896 /* Tell HW to set timestamp in probe responses. */
3022 /* Tell HW to set timestamp in probe responses. */
3922 /* Configuration has changed, set Tx power accordingly. */
3925 "%s: could not set TX power, error %d\n", __func__, error);
3949 "%s: could not set power saving level\n", __func__);
4519 "%s: could not set timin
4770 wpi_process_key(struct ieee80211vap *vap, const struct ieee80211_key *k, int set) argument
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c752 * Dummy ioctl get handler so the linker set is defined.
865 * power, any user-set limit, and the max the
1236 * transmit key. Now, ideally we'd just set
1639 as set by IEEE80211_IOC_SSID is used instead. This still works if
1995 * Common code to set the current channel. If the device
2241 if ((mcs & IEEE80211_RATE_MCS) == 0) /* MCS always have 0x80 set */
2730 * Dummy ioctl set handler so the linker set is defined.
2742 ieee80211_ioctl_setfunc * const *set; local
2745 SET_FOREACH(set, ieee80211_ioctl_setse
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c558 * subsequent vap's we set the U/L bit (bit 1) in the MAC
1630 ("s/w crypto set?"));
1906 mwl_set_tim(struct ieee80211_node *ni, int set) argument
1911 if (mvp->mv_set_tim(ni, set)) { /* NB: state change */
1913 IEEE80211_AID(ni->ni_associd), set);
2158 * Allocate rx buffers and set them up.
2519 /* NB: don't touch pPhysNext, set once */
2596 * offset is already set as part of the initial gain. This
3263 /* NB: EAPOL frames will never have qos set */
3753 mwl_mode_init(sc); /* set filter
[all...]
/haiku/src/tests/kits/storage/
H A DEntryTest.cpp12 #include <set>
13 using std::set;
2460 // create the set up command line
2615 // put all super directories (including dir itself) of the dir in a set
2666 set<TestEntry*> followedLinks;
/haiku/headers/cpp/
H A Dropeimpl.h24 #pragma set woff 1174
76 // pos and root are already set.
806 // We assume that formatting is set up correctly for each element.
H A Dstl_tree.h39 associative containers (set, multiset, map, and multimap). The
47 performance when used with the generic set algorithms (set_union,
64 #pragma set woff 1375
743 // set operations:
H A Dstl_algo.h39 #pragma set woff 1209
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1332 void set(double center_width, double smoother_width);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c760 cpuset_t set; member in struct:cpu_offset
1030 * them every half ring, or where NS_REPORT is set
1049 * even NS_BUF_CHANGED is not set (PNMB computes the addresses).
1055 * If possible do not set the report/intr bit on all slots,
1056 * but only a few times per ring or when NS_REPORT is set.
1226 * (or in the free list 0 if IFLIB_HAS_RXCQ is set), and they may
1235 * fl->ifl_cidx is set to 0 on a ring reinit
1370 * In netmap mode, set the map for the packet buffer.
1371 * NOTE: Some drivers (not this one) also need to set
2122 * If the cluster is still set the
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c535 /* set device capabilities */
1894 rum_modbits(struct rum_softc *sc, uint16_t reg, uint32_t set, uint32_t unset) argument
1896 return (rum_write(sc, reg, (rum_read(sc, reg) & ~unset) | set));
2042 /* update basic rate set */
2210 /* set beacon interval (in 1/16ms unit) */
2574 /* set host ready */
2925 device_printf(sc->sc_dev, "%s: cannot set group key %d for vap %d\n",
2988 "%s: cannot set pairwise key %d, vap %d\n", __func__, k->wk_keyix,
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c241 continue; /* entry not set */
286 if (ess->rsnprotos == 0) /* set to default (RSN) */
298 if (ess->rsnakms == 0) /* set to default (PSK) */
309 else { /* set to default */
323 if (ess->rsnciphers == 0) { /* set to default (CCMP, TKIP if WPA1) */
379 /* if not found, and wpa/wep are set, then return */
804 * Initialize the active channel set based on the set
1473 * channel from the active set.
1888 * request so we can deduce rate set, et
3238 ieee80211_set_tim(struct ieee80211com *ic, int aid, int set) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c2211 rge_patch_phy_mcu(struct rge_softc *sc, int set) argument
2215 if (set)
/haiku/src/kits/tracker/
H A DPoseView.cpp562 // recover if desktop window view state set wrong
580 // recover if desktop window view state set wrong
907 std::set<thread_id> addPosesThreads(fAddPosesThreads);
911 std::set<thread_id>::iterator it;
1037 // IconSize should already be set in MessageReceived()
1184 // set up a directory iteration
1952 // set location from poseinfo if saved loc was for this dir
1983 // we set a flag in the pose here to signify that we were
2015 // if this is the first item then we set extent here
2531 // set sortin
[all...]

Completed in 176 milliseconds

12345678910