Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd/sys/geom/virstor/
H A Dbinstream.c39 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 Dg_virstor_md.c42 bin_stream_t bs; in virstor_metadata_encode() local
70 bin_stream_t bs; in virstor_metadata_decode() local
/freebsd/sys/net/
H A Dbridgestp.c153 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/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c141 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 Docsp_vfy.c76 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/sys/dev/usb/controller/
H A Dmusb_otg_allwinner.c78 #define bs_parent_space(bs) ((bs)->bs_parent) argument
81 #define bs_parent_space(bs) (bs) argument
123 struct bus_space bs; member
244 struct bus_space *bs = t; in awusbdrd_bs_r_1() local
272 struct bus_space *bs = t; in awusbdrd_bs_r_2() local
283 struct bus_space *bs in 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/contrib/bzip2/
H A Dbzip2recover.c156 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/crypto/openssl/ssl/
H A Dbio_ssl.c58 BIO_SSL *bs = OPENSSL_zalloc(sizeof(*bs)); in ssl_new() local
74 BIO_SSL *bs; in ssl_free() local
166 BIO_SSL *bs; in ssl_write() local
226 BIO_SSL *bs, *dbs; in ssl_ctrl() local
396 BIO_SSL *bs; in ssl_callback_ctrl() local
/freebsd/crypto/openssl/crypto/asn1/
H A Dt_bitst.c15 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 Df_int.c54 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/sys/dev/sound/pcm/
H A Dchannel.c271 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; in chn_wrfeed() local
459 struct snd_dbuf *bs = c->bufsoft; in chn_write() local
527 struct snd_dbuf *bs = c->bufsoft; in chn_rdfeed() local
589 struct snd_dbuf *bs = c->bufsoft; in chn_read() local
676 struct snd_dbuf *bs = c->bufsoft; in chn_start() local
751 struct snd_dbuf *bs = c->bufsoft; in chn_resetbuf() local
766 struct snd_dbuf *b, *bs; in chn_sync() local
897 struct snd_dbuf *bs = c->bufsoft; in chn_poll() local
[all …]
H A Ddsp.c1239 struct snd_dbuf *bs = rdch->bufsoft; in dsp_ioctl() local
1257 struct snd_dbuf *bs = wrch->bufsoft; in dsp_ioctl() local
1275 struct snd_dbuf *bs = rdch->bufsoft; in dsp_ioctl() local
1293 struct snd_dbuf *bs = wrch->bufsoft; in dsp_ioctl() local
1385 struct snd_dbuf *bs = wrch->bufsoft; in dsp_ioctl() local
1521 struct snd_dbuf *bs; in dsp_ioctl() local
1545 struct snd_dbuf *bs; in dsp_ioctl() local
1578 struct snd_dbuf *bs; in dsp_ioctl() local
/freebsd/lib/libc/locale/
H A Dbig5.c101 _BIG5State *bs; in _BIG5_mbrtowc() local
161 _BIG5State *bs; in _BIG5_wcrtomb() local
/freebsd/crypto/openssl/test/
H A Docspapitest.c72 OCSP_BASICRESP *bs = OCSP_BASICRESP_new(); in make_dummy_resp() local
114 OCSP_BASICRESP *bs = NULL; in test_resp_signer() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_b64encode.c49 size_t bs; member
149 size_t bs = 65536, bpb; in archive_filter_b64encode_open() local
H A Darchive_write_add_filter_uuencode.c49 size_t bs; member
138 size_t bs = 65536, bpb; in archive_filter_uuencode_open() local
/freebsd/contrib/bsddialog/lib/
H A Dlib_util.c218 static int buttons_min_width(struct buttons *bs) in buttons_min_width() argument
402 shortcut_buttons(wint_t key,struct buttons * bs) shortcut_buttons() argument
679 text_size(struct bsddialog_conf * conf,int rows,int cols,const char * text,struct buttons * bs,int rowsnotext,int startwtext,int * htext,int * wtext) text_size() argument
759 widget_min_width(struct bsddialog_conf * conf,int wtext,int minwidget,struct buttons * bs) widget_min_width() argument
830 set_widget_autosize(struct bsddialog_conf * conf,int rows,int cols,int * h,int * w,const char * text,int * rowstext,struct buttons * bs,int hnotext,int minw) set_widget_autosize() argument
857 widget_checksize(int h,int w,struct buttons * bs,int hnotext,int minw) widget_checksize() argument
986 int ls, rs, ts, bs, tl, tr, bl, br, ltee, rtee; draw_borders() local
[all...]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_bitst.c63 ASN1_BIT_STRING *bs; in v2i_ASN1_BIT_STRING() local
/freebsd/tests/sys/sys/
H A Dbitset_test.c28 #define _BIT_FOREACH_COUNT(s, bs) do { \ in ATF_TC_BODY() argument
/freebsd/tools/tools/ath/athaggrstats/
H A Dathaggrstats.c211 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/sys/contrib/openzfs/module/zfs/
H A Dzap.c181 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_grow() local
256 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_store() local
302 int bs = FZAP_BLOCK_SHIFT(zap); in zap_table_load() local
552 int bs = FZAP_BLOCK_SHIFT(zap); in zap_get_leaf_byblk() local
619 int bs = FZAP_BLOCK_SHIFT(zap); in zap_set_idx_range_to_blk() local
1078 int bs = FZAP_BLOCK_SHIFT(zap); in fzap_prefetch() local
1426 int bs = FZAP_BLOCK_SHIFT(zap); in fzap_get_stats() local
1680 int bs = FZAP_BLOCK_SHIFT(zap); in zap_shrink() local
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c116 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5210SetStaBeaconTimers()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c122 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5211SetStaBeaconTimers()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h49 #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
/freebsd/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) in ar9300_set_sta_beacon_timers()

12345