| /f-stack/freebsd/net/ |
| H A D | bridgestp.c | 456 struct bstp_state *bs = bp->bp_bs; in bstp_input() local 1135 struct bstp_state *bs = bp->bp_bs; in bstp_update_info() local 1164 struct bstp_state *bs = bp->bp_bs; in bstp_set_other_tcprop() local 1242 struct bstp_state *bs = bp->bp_bs; in bstp_set_port_role() local 1316 struct bstp_state *bs = bp->bp_bs; in bstp_set_port_proto() local 1347 struct bstp_state *bs = bp->bp_bs; in bstp_set_port_tc() local 1865 struct bstp_state *bs = arg; in bstp_tick() local 2022 bstp_reinit(struct bstp_state *bs) in bstp_reinit() 2164 bstp_detach(struct bstp_state *bs) in bstp_detach() 2176 bstp_init(struct bstp_state *bs) in bstp_init() [all …]
|
| H A D | if_bridge.c | 1566 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri() local 1584 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght() local 1602 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gfd() local 1620 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gma() local 1740 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gbparam() local
|
| H A D | bpf.c | 1686 struct bpf_stat *bs = (struct bpf_stat *)addr; in bpfioctl() local
|
| /f-stack/dpdk/lib/librte_net/ |
| H A D | rte_mpls.h | 30 uint8_t bs:1; /**< Bottom of stack. */ member 32 uint8_t bs:1; /**< Bottom of stack. */ member
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.c | 85 ulp_bs_put_msb(uint8_t *bs, uint16_t bitpos, uint8_t bitlen, uint8_t val) in ulp_bs_put_msb() 115 ulp_bs_put_lsb(uint8_t *bs, uint16_t bitpos, uint8_t bitlen, uint8_t val) in ulp_bs_put_lsb() 151 ulp_bs_push_lsb(uint8_t *bs, uint16_t pos, uint8_t len, uint8_t *val) in ulp_bs_push_lsb() 174 ulp_bs_push_msb(uint8_t *bs, uint16_t pos, uint8_t len, uint8_t *val) in ulp_bs_push_msb()
|
| H A D | ulp_flow_db.c | 1002 uint64_t bs; in ulp_flow_db_next_entry_get() local 1467 uint64_t bs; in ulp_flow_db_parent_child_flow_next_entry_get() local
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap_leaf.h | 49 #define ZAP_LEAF_NUMCHUNKS_BS(bs) \ argument 82 #define ZAP_LEAF_HASH_SHIFT_BS(bs) ((bs) - 5) argument 83 #define ZAP_LEAF_HASH_NUMENTRIES_BS(bs) (1 << ZAP_LEAF_HASH_SHIFT_BS(bs)) argument
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_beacon.c | 83 ar9300_set_sta_beacon_timers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar9300_set_sta_beacon_timers()
|
| H A D | ar9300_stub_funcs.c | 87 const HAL_BEACON_TIMERS * bs) in ar9300_Stub_SetBeaconTimers() 109 ar9300_Stub_SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar9300_Stub_SetStaBeaconTimers()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 173 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_grow() local 247 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_store() local 292 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_load() local 535 int bs = FZAP_BLOCK_SHIFT(zap); in zap_get_leaf_byblk() local 987 int bs = FZAP_BLOCK_SHIFT(zap); in fzap_prefetch() local 1330 int bs = FZAP_BLOCK_SHIFT(zap); in fzap_get_stats() local
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 151 #define VCHI_BITSET_ZERO(bs) memset(bs, 0, sizeof(bs)) argument 152 #define VCHI_BITSET_IS_SET(bs, b) (bs[VCHI_BITSET_WORD(b)] & VCHI_BITSET_BIT(b)) argument 153 #define VCHI_BITSET_SET(bs, b) (bs[VCHI_BITSET_WORD(b)] |= VCHI_BITSET_BIT(b)) argument 154 #define VCHI_BITSET_CLR(bs, b) (bs[VCHI_BITSET_WORD(b)] &= ~VCHI_BITSET_BIT(b)) argument
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 1527 int bs, delta; in ktls_frame() local
|
| H A D | tty.c | 127 size_t bs = 0; in tty_watermarks() local
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1473 void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs) in ZSTD_reset_compressedBlockState() 3167 size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace, in ZSTD_loadCEntropy() 3268 static size_t ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_loadZstdDictionary() 3301 ZSTD_compress_insertDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_compress_insertDictionary()
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_api.c | 384 s32 ixgbe_get_fcoe_boot_status(struct ixgbe_hw *hw, u16 *bs) in ixgbe_get_fcoe_boot_status()
|
| H A D | ixgbe_common.c | 4297 s32 ixgbe_get_fcoe_boot_status_generic(struct ixgbe_hw *hw, u16 *bs) in ixgbe_get_fcoe_boot_status_generic()
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 109 …{ ZSTD_compressedBlockState_t* bs = (ZSTD_compressedBlockState_t*)malloc(sizeof(ZSTD_compressedB… in ZDICT_getDictHeaderSize() local
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 14366 void ZSTD_reset_compressedBlockState(ZSTD_compressedBlockState_t* bs) in ZSTD_reset_compressedBlockState() 15986 size_t ZSTD_loadCEntropy(ZSTD_compressedBlockState_t* bs, void* workspace, in ZSTD_loadCEntropy() 16072 static size_t ZSTD_loadZstdDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_loadZstdDictionary() 16123 ZSTD_compress_insertDictionary(ZSTD_compressedBlockState_t* bs, in ZSTD_compress_insertDictionary()
|