Home
last modified time | relevance | path

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

1234

/dflybsd-src/contrib/lvm2/dist/libdm/datastruct/
H A Dbitset.h36 #define bit(bs, i) \ argument
39 #define bit_set(bs, i) \ argument
42 #define bit_clear(bs, i) \ argument
45 #define bit_set_all(bs) \ argument
48 #define bit_clear_all(bs) \ argument
H A Dbitset.c27 dm_bitset_t bs; in dm_bitset_create() local
45 void dm_bitset_destroy(dm_bitset_t bs) in dm_bitset_destroy()
71 int dm_bit_get_next(dm_bitset_t bs, int last_bit) in dm_bit_get_next()
96 int dm_bit_get_first(dm_bitset_t bs) in dm_bit_get_first()
/dflybsd-src/crypto/libressl/crypto/ocsp/
H A Docsp_cl.c222 OCSP_resp_count(OCSP_BASICRESP *bs) in OCSP_resp_count()
231 OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) in OCSP_resp_get0()
239 OCSP_resp_get0_produced_at(const OCSP_BASICRESP *bs) in OCSP_resp_get0_produced_at()
251 OCSP_resp_get0_id(const OCSP_BASICRESP *bs, const ASN1_OCTET_STRING **pid, in OCSP_resp_get0_id()
270 OCSP_resp_get0_signature(const OCSP_BASICRESP *bs) in OCSP_resp_get0_signature()
276 OCSP_resp_get0_tbs_sigalg(const OCSP_BASICRESP *bs) in OCSP_resp_get0_tbs_sigalg()
282 OCSP_resp_get0_respdata(const OCSP_BASICRESP *bs) in OCSP_resp_get0_respdata()
289 OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) in OCSP_resp_find()
351 OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, in OCSP_resp_find_status()
H A Docsp_vfy.c81 OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, X509_STORE *st, in OCSP_basic_verify()
188 OCSP_resp_get0_signer(OCSP_BASICRESP *bs, X509 **signer, in OCSP_resp_get0_signer()
195 ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs, in ocsp_find_signer()
244 ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain, in ocsp_check_issuer()
/dflybsd-src/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()
/dflybsd-src/crypto/libressl/ssl/
H A Dbio_ssl.c110 BIO_SSL *bs; in ssl_new() local
126 BIO_SSL *bs; in ssl_free() local
221 BIO_SSL *bs; in ssl_write() local
285 BIO_SSL *bs; in ssl_ctrl() local
469 BIO_SSL *bs; in ssl_callback_ctrl() local
/dflybsd-src/sys/dev/sound/pcm/
H A Dchannel.c277 struct snd_dbuf *bs = c->bufsoft; in chn_polltrigger() local
325 struct snd_dbuf *bs; in chn_wakeup() local
416 struct snd_dbuf *bs = c->bufsoft; in chn_wrfeed() local
482 struct snd_dbuf *bs = c->bufsoft; in chn_write() local
551 struct snd_dbuf *bs = c->bufsoft; in chn_rdfeed() local
613 struct snd_dbuf *bs = c->bufsoft; in chn_read() local
701 struct snd_dbuf *bs = c->bufsoft; in chn_start() local
776 struct snd_dbuf *bs = c->bufsoft; in chn_resetbuf() local
791 struct snd_dbuf *b, *bs; in chn_sync() local
952 struct snd_dbuf *bs = c->bufsoft; in chn_abort() local
[all …]
H A Ddsp.c1645 struct snd_dbuf *bs = rdch->bufsoft; in dsp_ioctl() local
1663 struct snd_dbuf *bs = wrch->bufsoft; in dsp_ioctl() local
1681 struct snd_dbuf *bs = rdch->bufsoft; in dsp_ioctl() local
1699 struct snd_dbuf *bs = wrch->bufsoft; in dsp_ioctl() local
1787 struct snd_dbuf *bs = wrch->bufsoft; in dsp_ioctl() local
1923 struct snd_dbuf *bs; in dsp_ioctl() local
1947 struct snd_dbuf *bs; in dsp_ioctl() local
1980 struct snd_dbuf *bs; in dsp_ioctl() local
2193 struct snd_dbuf *bs = NULL; in dsp_kqfilter() local
2250 struct snd_dbuf *bs = ch->bufsoft; in dsp_filter_detach() local
/dflybsd-src/lib/libc/locale/
H A Dbig5.c101 _BIG5State *bs; in _BIG5_mbrtowc() local
161 _BIG5State *bs; in _BIG5_wcrtomb() local
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_uuencode.c51 size_t bs; member
140 size_t bs = 65536, bpb; in archive_filter_uuencode_open() local
H A Darchive_write_add_filter_b64encode.c51 size_t bs; member
151 size_t bs = 65536, bpb; in archive_filter_b64encode_open() local
/dflybsd-src/contrib/lvm2/dist/include/
H A Dlibdevmapper.h603 #define dm_bit(bs, i) \ argument
606 #define dm_bit_set(bs, i) \ argument
609 #define dm_bit_clear(bs, i) \ argument
612 #define dm_bit_set_all(bs) \ argument
615 #define dm_bit_clear_all(bs) \ argument
/dflybsd-src/contrib/lvm2/dist/libdm/
H A Dlibdevmapper.h603 #define dm_bit(bs, i) \ argument
606 #define dm_bit_set(bs, i) \ argument
609 #define dm_bit_clear(bs, i) \ argument
612 #define dm_bit_set_all(bs) \ argument
615 #define dm_bit_clear_all(bs) \ argument
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_radix.c413 size_t bs; in pfr_buf_add() local
436 size_t bs; in pfr_buf_next() local
460 size_t bs; in pfr_buf_grow() local
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-stopevent.c46 emit_stop_event (struct bpstats *bs, enum gdb_signal stop_signal) in emit_stop_event()
/dflybsd-src/tools/tools/net80211/wlanstats/
H A Dwlanstats.c551 setreason(char b[], size_t bs, int v) in setreason()
587 setstatus(char b[], size_t bs, int v) in setstatus()
626 wlan_getinfo(struct wlanstatfoo_p *wf, int s, char b[], size_t bs) in wlan_getinfo()
664 wlan_get_curstat(struct statfoo *sf, int s, char b[], size_t bs) in wlan_get_curstat()
824 wlan_get_totstat(struct statfoo *sf, int s, char b[], size_t bs) in wlan_get_totstat()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_bitst.c157 ASN1_BIT_STRING *bs; in v2i_ASN1_BIT_STRING() local
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_bitstr.c187 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, in ASN1_BIT_STRING_name_print()
207 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, in ASN1_BIT_STRING_set_asc()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_beacon.c117 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5210SetStaBeaconTimers()
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_beacon.c123 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5211SetStaBeaconTimers()
/dflybsd-src/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()
/dflybsd-src/usr.sbin/boot0cfg/
H A Dboot0cfg.c321 boot0version(const u_int8_t *bs) in boot0version()
338 boot0bs(const u_int8_t *bs) in boot0bs()
/dflybsd-src/sbin/newfs_msdos/
H A Dmkfs_msdos.c96 struct bs { struct
97 uint8_t bsJump[3]; /* bootstrap entry point */ argument
98 uint8_t bsOemName[8]; /* OEM name and version */ argument
238 struct bs *bs; in mkfs_msdos() local
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_beacon.c147 ar5212SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5212SetStaBeaconTimers()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dbreakpoint.c4067 bpstat_free (bpstat bs) in bpstat_free()
4101 bpstat_copy (bpstat bs) in bpstat_copy()
4218 bpstat bs; in bpstat_clear_actions() local
4289 bpstat bs; in bpstat_do_actions_1() local
4417 print_bp_stop_message (bpstat bs) in print_bp_stop_message()
4547 bpstat_print (bpstat bs, int kind) in bpstat_print()
4598 bpstat bs; in bpstat_alloc() local
4715 bpstat bs = (bpstat) p; in watchpoint_check() local
4872 bpstat_check_watchpoint (bpstat bs) in bpstat_check_watchpoint()
5034 bpstat_check_breakpoint_conditions (bpstat bs, ptid_t ptid) in bpstat_check_breakpoint_conditions()
[all …]

1234