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

12345

/freebsd-current/sys/geom/virstor/
H A Dg_virstor_md.c42 bin_stream_t bs; local
70 bin_stream_t bs; local
[all...]
H A Dbinstream.c39 bs_open(bin_stream_t * bs, void *data) argument
47 bs_reset(bin_stream_t * bs) argument
54 bs_write_str(bin_stream_t * bs, char *data) argument
67 bs_write_buf(bin_stream_t * bs, char *data, unsigned data_size) argument
78 bs_write_u8(bin_stream_t * bs, uint8_t data) argument
86 bs_write_u16(bin_stream_t * bs, uint16_t data) argument
94 bs_write_u32(bin_stream_t * bs, uint32_t data) argument
102 bs_write_u64(bin_stream_t * bs, uint64_t data) argument
110 bs_read_u8(bin_stream_t * bs) argument
123 bs_read_str(bin_stream_t * bs, char *buf, unsigned buf_size) argument
139 bs_read_buf(bin_stream_t * bs, char *buf, unsigned buf_size) argument
149 bs_read_u16(bin_stream_t * bs) argument
158 bs_read_u32(bin_stream_t * bs) argument
167 bs_read_u64(bin_stream_t * bs) argument
[all...]
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_types.c86 blksize_t bs; local
/freebsd-current/crypto/openssl/crypto/asn1/
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
H A Df_string.c48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) argument
H A Df_int.c54 int a2i_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *bs, char *buf, int size) argument
149 int a2i_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *bs, char *buf, int size) argument
/freebsd-current/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl32.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) argument
/freebsd-current/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl64.c24 void gf_mul(gf_s * RESTRICT cs, const gf as, const gf bs) argument
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_bitst.c63 ASN1_BIT_STRING *bs; local
H A Dt_req.c117 ASN1_BIT_STRING *bs = NULL; local
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c122 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c116 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-current/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-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c146 ar5212SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-current/lib/libc/locale/
H A Dbig5.c101 _BIG5State *bs; local
161 _BIG5State *bs; local
[all...]
/freebsd-current/sys/dev/sdio/
H A Dsdio_subr.c114 sdio_set_block_size(struct sdio_func *f, uint16_t bs) argument
/freebsd-current/contrib/bearssl/src/mac/
H A Dhmac_ct.c68 uint32_t po, bs; local
[all...]
/freebsd-current/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-current/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-current/contrib/netbsd-tests/include/
H A Dt_bitstring.c67 bitstr_t *bs; local
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c151 ar5416SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) argument
[all...]
/freebsd-current/stand/efi/boot1/
H A Dufs_module.c81 uint64_t bs; local
/freebsd-current/crypto/openssl/fuzz/
H A Dx509.c47 OCSP_BASICRESP *bs = NULL; local
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_uuencode.c49 size_t bs; member in struct:private_uuencode
138 size_t bs = 65536, bpb; local
[all...]
H A Darchive_write_add_filter_bzip2.c169 size_t bs = 65536, bpb; local

Completed in 377 milliseconds

12345