Searched refs:bss (Results 101 - 125 of 127) sorted by relevance

123456

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm59 .section .bss
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c799 struct hostapd_data *hapd = iface->bss[0];
866 struct hostapd_data *hapd = iface->bss[0];
H A Dieee802_11.c5138 hapd = iface->bss[j];
5168 hapd = iface->bss[j];
5194 hapd = iface->bss[j];
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h178 // We create three instances of this class for .bss, .bss.rel.ro and "COMMON",
190 static bool classof(const SectionBase *s) { return s->bss; }
1198 BssSection *bss; member in struct:lld::elf::InStruct
H A DDriver.cpp660 ret[".bss"] = parseSectionAddress(arg->getValue(), args, *arg);
1442 // Replaces common symbols with defined symbols reside in .bss sections.
1452 auto *bss = make<BssSection>("COMMON", s->size, s->alignment); local
1453 bss->file = s->file;
1454 bss->markDead();
1455 inputSections.push_back(bss);
1457 /*value=*/0, s->size, bss});
H A DSymbols.cpp40 Defined *ElfSym::bss; member in class:lld::elf::ElfSym
H A DRelocations.cpp32 // - create COPY relocs and reserve space in .bss
499 // in .bss and in the case of a canonical plt entry it is in .plt. This function
516 // Reserve space in .bss or .bss.rel.ro for copy relocation.
534 // to a specified address (which is usually in .bss) at load-time. If the
537 // resolved as if it were in .bss rather than in a DSO.
553 // reserved in .bss unless you recompile the main program. That means they
555 // to the variable in .bss. This kind of issue is sometimes very hard to
565 // memory protection by reserving space in the .bss.rel.ro section.
568 make<BssSection>(isRO ? ".bss
[all...]
H A DSyntheticSections.cpp341 this->bss = true;
1080 // instead of the .got.plt, and the type is SHT_NOBITS similar to a .bss
/freebsd-11-stable/contrib/binutils/gas/
H A Das.c998 seg_info (bss_section)->bss = 1;
H A Dwrite.c556 if (size > 0 && ! seginfo->bss)
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsureg.h496 struct ndis_wlan_bssid_ex bss; member in struct:r92s_event_join_bss
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S477 mov MEM_READ_BUFFER+AOUT_BSS,%ecx # size of the bss
482 stosl # bss
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c1062 * Use legacy rates when operating a mixed HT+non-HT bss.
4040 struct ieee80211_node *bss; local
4046 bss = vap->iv_bss;
4049 mkpeerinfo(&pi, bss) : NULL,
4050 (bss->ni_flags & (IEEE80211_NODE_QOS | IEEE80211_NODE_HT)),
4051 bss->ni_ies.wme_ie != NULL ?
4052 WME(bss->ni_ies.wme_ie)->wme_info : 0);
4140 /* NB: collect bss node again, it may have changed */
4817 device_printf(sc->sc_dev, "multi-bss support\n");
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ioctl.c582 case IEEE80211_IOC_WME_ACM: /* WME: ACM (bss only) */
586 case IEEE80211_IOC_WME_ACKPOLICY: /* WME: ACK policy (!bss only)*/
949 case IEEE80211_IOC_WME_ACM: /* WME: ACM (bss only) */
950 case IEEE80211_IOC_WME_ACKPOLICY: /* WME: ACK policy (!bss only) */
1813 case IEEE80211_IOC_WME_ACM: /* WME: ACM (bss only) */
1818 case IEEE80211_IOC_WME_ACKPOLICY: /* WME: ACK policy (!bss only)*/
2518 * allows applications to scan without joining a bss (or picking
2519 * a channel and setting up a bss) and without forcing manual
2631 const struct ieee80211_node *bss = vap->iv_bss; local
2632 return bss
2639 const struct ieee80211_node *bss = vap->iv_bss; local
[all...]
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c4109 if (fw->bss) {
4113 REG_WR_IND(sc, offset, fw->bss[j]);
4268 fw.bss = bce_RXP_b09FwBss;
4298 fw.bss = bce_RXP_b06FwBss;
4366 fw.bss = bce_TXP_b09FwBss;
4396 fw.bss = bce_TXP_b06FwBss;
4463 fw.bss = bce_TPAT_b09FwBss;
4493 fw.bss = bce_TPAT_b06FwBss;
4560 fw.bss = bce_CP_b09FwBss;
4590 fw.bss
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2353 p_bssid = wpa_s->ap_iface->bss[0]->own_addr;
2436 hapd = wpa_s->ap_iface->bss[0];
2468 hapd = wpa_s->ap_iface->bss[0];
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c2211 struct i802_bss *bss = priv; local
2212 struct wpa_driver_nl80211_data *drv = bss->drv;
2230 if (!(msg = nl80211_cmd_msg(bss, nl_flags, NL80211_CMD_GET_WIPHY)) ||
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2358 iface->bss[i], settings.freq_params.vht_enabled);
2360 ret = hostapd_switch_channel(iface->bss[i], &settings);
3927 hapd = iface->bss[j];
4023 conf = iface->conf->bss[j];
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp793 const uint32_t bss = IMAGE_SCN_CNT_UNINITIALIZED_DATA; local
812 createSection(".bss", bss | r | w);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c301 /* For sparc. Accept .common symbol, length, "bss" */
306 /* Some say data, some say bss. */
307 if (strncmp (input_line_pointer, "bss\"", 4) == 0)
585 "@progbits" is incorrect. Also for x86-64 large bss
682 seg_info (sec)->bss = 1;
H A Dtc-i386.c534 {"bss", s_bss, 0},
7978 seg_info (lbss_section)->bss = 1;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.c1461 dl_list_init(&wpa_s.bss);
H A DAndroid.mk90 OBJS += bss.c
/freebsd-11-stable/sys/amd64/amd64/
H A Dexception.S53 .bss
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in572 -fno-zero-initialized-in-bss -fno-toplevel-reorder \

Completed in 254 milliseconds

123456