/freebsd-src/sys/geom/virstor/ |
H A D | binstream.c | 39 bs_open(bin_stream_t * bs, void *data) in bs_open() 47 bs_reset(bin_stream_t * bs) in bs_reset() 54 bs_write_str(bin_stream_t * bs, char *data) in bs_write_str() 67 bs_write_buf(bin_stream_t * bs, char *data, unsigned data_size) in bs_write_buf() 78 bs_write_u8(bin_stream_t * bs, uint8_t data) in bs_write_u8() 86 bs_write_u16(bin_stream_t * bs, uint16_t data) in bs_write_u16() 94 bs_write_u32(bin_stream_t * bs, uint32_t data) in bs_write_u32() 102 bs_write_u64(bin_stream_t * bs, uint64_t data) in bs_write_u64() 110 bs_read_u8(bin_stream_t * bs) in bs_read_u8() 123 bs_read_str(bin_stream_t * bs, char *buf, unsigned buf_size) in bs_read_str() [all …]
|
H A D | g_virstor_md.c | 42 bin_stream_t bs; in virstor_metadata_encode() local 70 bin_stream_t bs; in virstor_metadata_decode() local
|
/freebsd-src/sys/net/ |
H A D | bridgestp.c | 153 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit() 193 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_bpdu() 229 bstp_transmit_tcn(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_tcn() 341 bstp_send_bpdu(struct bstp_state *bs, struct bstp_port *bp, in bstp_send_bpdu() 457 struct bstp_state *bs = bp->bp_bs; in bstp_input() local 532 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_stp() 557 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_rstp() 576 bstp_received_tcn(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_tcn() 584 bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_bpdu() 799 bstp_assign_roles(struct bstp_state *bs) in bstp_assign_roles() [all …]
|
/freebsd-src/crypto/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 141 const ASN1_OCTET_STRING *OCSP_resp_get0_signature(const OCSP_BASICRESP *bs) in OCSP_resp_get0_signature() 146 const X509_ALGOR *OCSP_resp_get0_tbs_sigalg(const OCSP_BASICRESP *bs) in OCSP_resp_get0_tbs_sigalg() 151 const OCSP_RESPDATA *OCSP_resp_get0_respdata(const OCSP_BASICRESP *bs) in OCSP_resp_get0_respdata() 158 int OCSP_resp_count(OCSP_BASICRESP *bs) in OCSP_resp_count() 166 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) in OCSP_resp_get0() 173 const ASN1_GENERALIZEDTIME *OCSP_resp_get0_produced_at(const OCSP_BASICRESP *bs) in OCSP_resp_get0_produced_at() 183 int OCSP_resp_get0_id(const OCSP_BASICRESP *bs, in OCSP_resp_get0_id() 201 int OCSP_resp_get1_id(const OCSP_BASICRESP *bs, in OCSP_resp_get1_id() 222 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) in OCSP_resp_find() 283 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, in OCSP_resp_find_status()
|
H A D | ocsp_vfy.c | 76 static int ocsp_verify(OCSP_REQUEST *req, OCSP_BASICRESP *bs, in ocsp_verify() 98 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, in OCSP_basic_verify() 162 int OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, in OCSP_resp_get0_signer() 168 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, in ocsp_find_signer() 222 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain) in ocsp_check_issuer()
|
/freebsd-src/sys/dev/usb/controller/ |
H A D | musb_otg_allwinner.c | 78 #define bs_parent_space(bs) ((bs)->bs_parent) argument 81 #define bs_parent_space(bs) (bs) argument 123 struct bus_space bs; global() member 244 struct bus_space *bs = t; awusbdrd_bs_r_1() local 272 struct bus_space *bs = t; awusbdrd_bs_r_2() local 283 struct bus_space *bs = t; awusbdrd_bs_w_1() local 295 struct bus_space *bs = t; awusbdrd_bs_w_2() local 307 struct bus_space *bs = t; awusbdrd_bs_rm_1() local 316 struct bus_space *bs = t; awusbdrd_bs_rm_4() local 325 struct bus_space *bs = t; awusbdrd_bs_wm_1() local 337 struct bus_space *bs = t; awusbdrd_bs_wm_4() local [all...] |
/freebsd-src/contrib/bzip2/ |
H A D | bzip2recover.c | 156 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenReadStream() local 169 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenWriteStream() local 180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit() 199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit() 218 static void bsClose ( BitStream* bs ) in bsClose() 242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32()
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | riscv_crypto.h | 21 #define __riscv_aes32dsi(x, y, bs) __builtin_riscv_aes32dsi(x, y, bs) argument 22 #define __riscv_aes32dsmi(x, y, bs) __builtin_riscv_aes32dsmi(x, y, bs) argument 45 #define __riscv_aes32esi(x, y, bs) __builtin_riscv_aes32esi(x, y, bs) argument 46 #define __riscv_aes32esmi(x, y, bs) __builtin_riscv_aes32esmi(x, y, bs) argument 162 #define __riscv_sm4ed(x, y, bs) __builtin_riscv_sm4ed(x, y, bs); argument 163 #define __riscv_sm4ks(x, y, bs) __builtin_riscv_sm4ks(x, y, bs); argument
|
/freebsd-src/crypto/openssl/crypto/asn1/ |
H A D | t_bitst.c | 15 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, in ASN1_BIT_STRING_name_print() 33 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, in ASN1_BIT_STRING_set_asc()
|
H A D | f_int.c | 54 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) in a2i_ASN1_INTEGER() 149 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) in a2i_ASN1_ENUMERATED()
|
/freebsd-src/crypto/openssl/ssl/ |
H A D | bio_ssl.c | 58 BIO_SSL *bs = OPENSSL_zalloc(sizeof(*bs)); in ssl_new() local 74 BIO_SSL *bs; in ssl_free() local 166 BIO_SSL *bs; ssl_write() local 226 BIO_SSL *bs, *dbs; ssl_ctrl() local 396 BIO_SSL *bs; ssl_callback_ctrl() local [all...] |
/freebsd-src/sys/dev/sound/pcm/ |
H A D | channel.c | 271 struct snd_dbuf *bs = c->bufsoft; in chn_polltrigger() local 302 struct snd_dbuf *bs; in chn_wakeup() local 393 struct snd_dbuf *bs = c->bufsoft; chn_wrfeed() local 459 struct snd_dbuf *bs = c->bufsoft; chn_write() local 527 struct snd_dbuf *bs = c->bufsoft; chn_rdfeed() local 589 struct snd_dbuf *bs = c->bufsoft; chn_read() local 676 struct snd_dbuf *bs = c->bufsoft; chn_start() local 751 struct snd_dbuf *bs = c->bufsoft; chn_resetbuf() local 766 struct snd_dbuf *b, *bs; chn_sync() local 897 struct snd_dbuf *bs = c->bufsoft; chn_poll() local 929 struct snd_dbuf *bs = c->bufsoft; chn_abort() local 1166 struct snd_dbuf *b, *bs; chn_init() local 1399 struct snd_dbuf *bs = c->bufsoft; chn_kill() local 1918 struct snd_dbuf *b, *bs, *pb; chn_resizebuf() local [all...] |
H A D | dsp.c | 1279 struct snd_dbuf *bs = rdch->bufsoft; dsp_ioctl() local 1297 struct snd_dbuf *bs = wrch->bufsoft; dsp_ioctl() local 1315 struct snd_dbuf *bs = rdch->bufsoft; dsp_ioctl() local 1333 struct snd_dbuf *bs = wrch->bufsoft; dsp_ioctl() local 1425 struct snd_dbuf *bs = wrch->bufsoft; dsp_ioctl() local 1561 struct snd_dbuf *bs; dsp_ioctl() local 1585 struct snd_dbuf *bs; dsp_ioctl() local 1618 struct snd_dbuf *bs; dsp_ioctl() local [all...] |
/freebsd-src/lib/libc/locale/ |
H A D | big5.c | 101 _BIG5State *bs; in _BIG5_mbrtowc() local 161 _BIG5State *bs; in _BIG5_wcrtomb() local
|
/freebsd-src/crypto/openssl/test/ |
H A D | ocspapitest.c | 72 OCSP_BASICRESP *bs = OCSP_BASICRESP_new(); in make_dummy_resp() local 114 OCSP_BASICRESP *bs = NULL; in test_resp_signer() local
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_b64encode.c | 49 size_t bs; member 149 size_t bs = 65536, bpb; in archive_filter_b64encode_open() local [all...] |
H A D | archive_write_add_filter_uuencode.c | 49 size_t bs; member 138 size_t bs = 65536, bpb; in archive_filter_uuencode_open() local [all...] |
/freebsd-src/contrib/bsddialog/lib/ |
H A D | lib_util.c | 218 static int buttons_min_width(struct buttons *bs) in buttons_min_width() 402 bool shortcut_buttons(wint_t key, struct buttons *bs) in shortcut_buttons() 679 struct buttons *bs, int rowsnotext, int startwtext, int *htext, int *wtext) in text_size() 759 struct buttons *bs) in widget_min_width() 830 int *w, const char *text, int *rowstext, struct buttons *bs, int hnotext, in set_widget_autosize() 857 int widget_checksize(int h, int w, struct buttons *bs, int hnotext, int minw) in widget_checksize() 986 cchar_t *ls, *rs, *ts, *bs, *tl, *tr, *bl, *br; in draw_borders() local
|
/freebsd-src/tests/sys/sys/ |
H A D | bitset_test.c | 28 #define _BIT_FOREACH_COUNT(s, bs) do { \ in ATF_TC_BODY() argument
|
/freebsd-src/crypto/openssl/crypto/x509/ |
H A D | v3_bitst.c | 63 ASN1_BIT_STRING *bs; in v2i_ASN1_BIT_STRING() local
|
/freebsd-src/tools/tools/ath/athaggrstats/ |
H A D | athaggrstats.c | 211 snprintrate(char b[], size_t bs, int rate) in snprintrate() 222 ath_get_curstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_curstat() 278 ath_get_totstat(struct bsdstat *sf, int s, char b[], size_t bs) in ath_get_totstat()
|
/freebsd-src/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_beacon.c | 116 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5210SetStaBeaconTimers()
|
/freebsd-src/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_beacon.c | 122 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5211SetStaBeaconTimers()
|
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | zap.c | 181 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_grow() local 256 int bs in zap_table_store() local 302 int bs = FZAP_BLOCK_SHIFT(zap); zap_table_load() local 552 int bs = FZAP_BLOCK_SHIFT(zap); zap_get_leaf_byblk() local 619 int bs = FZAP_BLOCK_SHIFT(zap); zap_set_idx_range_to_blk() local 1073 int bs = FZAP_BLOCK_SHIFT(zap); fzap_prefetch() local 1420 int bs = FZAP_BLOCK_SHIFT(zap); fzap_get_stats() local 1674 int bs = FZAP_BLOCK_SHIFT(zap); zap_shrink() local [all...] |
/freebsd-src/sys/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) (1U << ZAP_LEAF_HASH_SHIFT_BS(bs)) argument
|