Searched defs:bs (Results 1 - 25 of 99) sorted by relevance

1234

/freebsd-13-stable/sys/geom/virstor/
H A Dg_virstor_md.c45 bin_stream_t bs; local
73 bin_stream_t bs; local
[all...]
H A Dbinstream.c41 bs_open(bin_stream_t * bs, void *data) argument
49 bs_reset(bin_stream_t * bs) argument
56 bs_write_str(bin_stream_t * bs, char *data) argument
69 bs_write_buf(bin_stream_t * bs, char *data, unsigned data_size) argument
80 bs_write_u8(bin_stream_t * bs, uint8_t data) argument
88 bs_write_u16(bin_stream_t * bs, uint16_t data) argument
96 bs_write_u32(bin_stream_t * bs, uint32_t data) argument
104 bs_write_u64(bin_stream_t * bs, uint64_t data) argument
112 bs_read_u8(bin_stream_t * bs) argument
125 bs_read_str(bin_stream_t * bs, char *buf, unsigned buf_size) argument
141 bs_read_buf(bin_stream_t * bs, char *buf, unsigned buf_size) argument
151 bs_read_u16(bin_stream_t * bs) argument
160 bs_read_u32(bin_stream_t * bs) argument
169 bs_read_u64(bin_stream_t * bs) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_bitst.c63 ASN1_BIT_STRING *bs; local
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c118 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c124 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-13-stable/contrib/netbsd-tests/include/sys/
H A Dt_types.c86 blksize_t bs; local
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Df_int.c54 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) argument
150 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) argument
H A Df_string.c48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
H A Dt_bitst.c15 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, argument
33 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, argument
/freebsd-13-stable/crypto/openssl/crypto/dh/
H A Ddh_asn1.c122 ASN1_BIT_STRING bs; local
/freebsd-13-stable/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.c15 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) argument
/freebsd-13-stable/lib/libc/locale/
H A Dbig5.c107 _BIG5State *bs; local
167 _BIG5State *bs; local
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c148 ar5212SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-13-stable/sys/dev/sdio/
H A Dsdio_subr.c117 sdio_set_block_size(struct sdio_func *f, uint16_t bs) argument
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c83 ar9300_set_sta_beacon_timers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dt_req.c117 ASN1_BIT_STRING *bs = NULL; local
/freebsd-13-stable/contrib/bearssl/src/mac/
H A Dhmac_ct.c68 uint32_t po, bs; local
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_bzip2.c171 size_t bs = 65536, bpb; local
H A Darchive_write_add_filter_uuencode.c51 size_t bs; member in struct:private_uuencode
140 size_t bs = 65536, bpb; local
[all...]
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c153 ar5416SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_box.c64 wborder(WINDOW *win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br) argument
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c46 wborder_set(WINDOW *win, const ARG_CH_T ls, const ARG_CH_T rs, const ARG_CH_T ts, const ARG_CH_T bs, const ARG_CH_T tl, const ARG_CH_T tr, const ARG_CH_T bl, const ARG_CH_T br) argument
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_bitstring.c67 bitstr_t *bs; local
[all...]
/freebsd-13-stable/stand/efi/boot1/
H A Dufs_module.c83 uint64_t bs; local
/freebsd-13-stable/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c30 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, argument
141 OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, STACK_OF(X509) *extra_certs) argument
150 ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, unsigned long flags) argument
196 ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain) argument
[all...]

Completed in 306 milliseconds

1234