/dflybsd-src/contrib/lvm2/dist/libdm/datastruct/ |
H A D | bitset.h | 36 #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 D | bitset.c | 27 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 D | ocsp_cl.c | 222 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 D | ocsp_vfy.c | 81 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 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()
|
/dflybsd-src/crypto/libressl/ssl/ |
H A D | bio_ssl.c | 110 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 D | channel.c | 277 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 D | dsp.c | 1645 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 D | big5.c | 101 _BIG5State *bs; in _BIG5_mbrtowc() local 161 _BIG5State *bs; in _BIG5_wcrtomb() local
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_uuencode.c | 51 size_t bs; member 140 size_t bs = 65536, bpb; in archive_filter_uuencode_open() local
|
H A D | archive_write_add_filter_b64encode.c | 51 size_t bs; member 151 size_t bs = 65536, bpb; in archive_filter_b64encode_open() local
|
/dflybsd-src/contrib/lvm2/dist/include/ |
H A D | libdevmapper.h | 603 #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 D | libdevmapper.h | 603 #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 D | pfctl_radix.c | 413 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 D | py-stopevent.c | 46 emit_stop_event (struct bpstats *bs, enum gdb_signal stop_signal) in emit_stop_event()
|
/dflybsd-src/tools/tools/net80211/wlanstats/ |
H A D | wlanstats.c | 551 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 D | x509_bitst.c | 157 ASN1_BIT_STRING *bs; in v2i_ASN1_BIT_STRING() local
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | a_bitstr.c | 187 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 D | ar5210_beacon.c | 117 ar5210SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5210SetStaBeaconTimers()
|
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5211/ |
H A D | ar5211_beacon.c | 123 ar5211SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5211SetStaBeaconTimers()
|
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_beacon.c | 83 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 D | boot0cfg.c | 321 boot0version(const u_int8_t *bs) in boot0version() 338 boot0bs(const u_int8_t *bs) in boot0bs()
|
/dflybsd-src/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 96 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 D | ar5212_beacon.c | 147 ar5212SetStaBeaconTimers(struct ath_hal *ah, const HAL_BEACON_STATE *bs) in ar5212SetStaBeaconTimers()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | breakpoint.c | 4067 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 …]
|