| /f-stack/freebsd/contrib/dev/iwi/ |
| H A D | Makefile | 4 ALL= ipw2200-bss.fw.uu ipw2200-ibss.fw.uu ipw2200-sniffer.fw.uu 8 ipw2200-bss.fw.uu: ipw2200-bss.fw LICENSE 11 uuencode ipw2200-bss.fw ipw2200-bss.fw) > ${.TARGET}
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-o32.ld | 110 .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) } 111 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) } 228 .bss : 231 *(.bss .bss.* .gnu.linkonce.b.*) 233 /* Align here to ensure that the .bss section occupies space up to 234 _end. Align after .bss to ensure correct alignment even if the 235 .bss section disappears because there are no input sections. */ 277 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
| H A D | cvmx-shared-linux-n32.ld | 113 .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) } 114 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) } 250 .bss : 253 *(.bss .bss.* .gnu.linkonce.b.*) 255 /* Align here to ensure that the .bss section occupies space up to 256 _end. Align after .bss to ensure correct alignment even if the 257 .bss section disappears because there are no input sections. 258 FIXME: Why do we need it? When there is no .bss section, we don't 305 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
| H A D | cvmx-shared-linux.ld | 112 .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) } 113 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) } 249 .bss : 252 *(.bss .bss.* .gnu.linkonce.b.*) 254 /* Align here to ensure that the .bss section occupies space up to 255 _end. Align after .bss to ensure correct alignment even if the 256 .bss section disappears because there are no input sections. 257 FIXME: Why do we need it? When there is no .bss section, we don't 304 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_output.c | 2429 struct ieee80211_node *bss; in ieee80211_send_probereq() local 2443 ieee80211_free_node(bss); in ieee80211_send_probereq() 2486 ieee80211_free_node(bss); in ieee80211_send_probereq() 2542 ieee80211_free_node(bss); in ieee80211_send_probereq() 2578 ieee80211_free_node(bss); in ieee80211_send_probereq() 2792 bss->ni_intval)); in ieee80211_send_mgmt() 3073 frm = ieee80211_add_ssid(frm, bss->ni_essid, bss->ni_esslen); in ieee80211_alloc_proberesp() 3086 *frm++ = bss->ni_fhindex; in ieee80211_alloc_proberesp() 3191 __func__, __LINE__, bss, ether_sprintf(bss->ni_macaddr), in ieee80211_send_proberesp() 3193 ieee80211_ref_node(bss); in ieee80211_send_proberesp() [all …]
|
| H A D | ieee80211_node.c | 1452 struct ieee80211_node *bss = vap->iv_bss; in ieee80211_tmp_node() local 1462 IEEE80211_ADDR_COPY(ni->ni_bssid, bss->ni_bssid); in ieee80211_tmp_node() 1465 ieee80211_node_set_chan(ni, bss->ni_chan); in ieee80211_tmp_node() 1468 ni->ni_txpower = bss->ni_txpower; in ieee80211_tmp_node() 1499 struct ieee80211_node *bss = vap->iv_bss; in ieee80211_dup_bss() local 1503 copy_bss(ni, bss); in ieee80211_dup_bss() 1504 IEEE80211_ADDR_COPY(ni->ni_bssid, bss->ni_bssid); in ieee80211_dup_bss() 1505 ieee80211_node_set_chan(ni, bss->ni_chan); in ieee80211_dup_bss()
|
| H A D | ieee80211_superg.c | 201 ieee80211_add_athcaps(uint8_t *frm, const struct ieee80211_node *bss) in ieee80211_add_athcaps() argument 203 const struct ieee80211vap *vap = bss->ni_vap; in ieee80211_add_athcaps() 208 bss->ni_authmode != IEEE80211_AUTH_8021X) ? in ieee80211_add_athcaps()
|
| H A D | ieee80211_ioctl.c | 2699 const struct ieee80211_node *bss = vap->iv_bss; in isvap11g() local 2700 return bss->ni_chan != IEEE80211_CHAN_ANYC && in isvap11g() 2701 IEEE80211_IS_CHAN_ANYG(bss->ni_chan); in isvap11g() 2707 const struct ieee80211_node *bss = vap->iv_bss; in isvapht() local 2708 return bss->ni_chan != IEEE80211_CHAN_ANYC && in isvapht() 2709 IEEE80211_IS_CHAN_HT(bss->ni_chan); in isvapht()
|
| /f-stack/freebsd/mips/nlm/dev/net/ucore/ |
| H A D | ld.ucore.S | 134 .bss : { 136 *(.bss)
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_vdso.lds.s | 33 *(.bss*)
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_vdso.lds.s | 34 *(.bss*)
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_vdso.lds.s | 34 *(.bss*)
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | locore.S | 137 .bss
|
| H A D | exception.S | 53 .bss
|
| /f-stack/freebsd/arm/arm/ |
| H A D | exception.S | 59 .bss
|
| H A D | locore-v6.S | 440 .bss
|
| /f-stack/freebsd/i386/i386/ |
| H A D | exception.s | 50 .bss
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2679 { const size_t bss = ZSTD_buildSeqStore(zc, src, srcSize); in ZSTD_compressBlock_internal() local 2680 FORWARD_IF_ERROR(bss, "ZSTD_buildSeqStore failed"); in ZSTD_compressBlock_internal() 2681 if (bss == ZSTDbss_noCompress) { cSize = 0; goto out; } in ZSTD_compressBlock_internal() 2735 const size_t bss, U32 lastBlock) in ZSTD_compressBlock_targetCBlockSize_body() argument 2738 if (bss == ZSTDbss_compress) { in ZSTD_compressBlock_targetCBlockSize_body() 2793 const size_t bss = ZSTD_buildSeqStore(zc, src, srcSize); in ZSTD_compressBlock_targetCBlockSize() local 2796 FORWARD_IF_ERROR(bss, "ZSTD_buildSeqStore failed"); in ZSTD_compressBlock_targetCBlockSize() 2798 …cSize = ZSTD_compressBlock_targetCBlockSize_body(zc, dst, dstCapacity, src, srcSize, bss, lastBloc… in ZSTD_compressBlock_targetCBlockSize()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 15514 { const size_t bss = ZSTD_buildSeqStore(zc, src, srcSize); in ZSTD_compressBlock_internal() local 15515 FORWARD_IF_ERROR(bss, "ZSTD_buildSeqStore failed"); in ZSTD_compressBlock_internal() 15516 if (bss == ZSTDbss_noCompress) { cSize = 0; goto out; } in ZSTD_compressBlock_internal() 15563 const size_t bss, U32 lastBlock) in ZSTD_compressBlock_targetCBlockSize_body() argument 15566 if (bss == ZSTDbss_compress) { in ZSTD_compressBlock_targetCBlockSize_body() 15621 const size_t bss = ZSTD_buildSeqStore(zc, src, srcSize); in ZSTD_compressBlock_targetCBlockSize() local 15624 FORWARD_IF_ERROR(bss, "ZSTD_buildSeqStore failed"); in ZSTD_compressBlock_targetCBlockSize() 15626 …cSize = ZSTD_compressBlock_targetCBlockSize_body(zc, dst, dstCapacity, src, srcSize, bss, lastBloc… in ZSTD_compressBlock_targetCBlockSize()
|