/freebsd/contrib/wpa/src/utils/ |
H A D | bitfield.c | 23 struct bitfield *bf; in bitfield_alloc() local 34 void bitfield_free(struct bitfield *bf) in bitfield_free() 40 void bitfield_set(struct bitfield *bf, size_t bit) in bitfield_set() 48 void bitfield_clear(struct bitfield *bf, size_t bit) in bitfield_clear() 56 int bitfield_is_set(struct bitfield *bf, size_t bit) in bitfield_is_set() 76 int bitfield_get_first_zero(struct bitfield *bf) in bitfield_get_first_zero()
|
/freebsd/contrib/sendmail/src/ |
H A D | bf.c | 53 struct bf struct 55 bool bf_committed; /* Has this buffered file been committed? */ argument 56 bool bf_ondisk; /* On disk: committed or buffer overflow */ argument 57 long bf_flags; argument 58 int bf_disk_fd; /* If on disk, associated file descriptor */ argument 59 char *bf_buf; /* Memory buffer */ argument 60 int bf_bufsize; /* Length of above buffer */ argument 61 int bf_buffilled; /* Bytes of buffer actually filled */ argument 62 char *bf_filename; /* Name of buffered file, if ever committed */ argument 63 MODE_T bf_filemode; /* Mode of buffered file, if ever committed */ argument [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 139 struct ath_buf *bf; in ath_tx_alq_post() local 196 ath_tx_set_retry(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_set_retry() 257 struct ath_buf *bf, *next; in ath_txfrag_cleanup() local 279 struct ath_buf *bf; in ath_txfrag_setup() local 300 ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0) in ath_tx_dmasetup() 364 struct ath_buf *bf, bool is_aggr, int is_first_subframe, in ath_tx_chaindesclist() 506 struct ath_buf *bf) in ath_tx_set_ratectrl() 552 struct ath_buf *bf, *bf_prev = NULL; in ath_tx_setds_11n() local 698 struct ath_buf *bf) in ath_tx_handoff_mcast() 741 struct ath_buf *bf) in ath_tx_handoff_hw() [all …]
|
H A D | if_ath_rx_edma.c | 208 struct ath_buf *bf; in ath_edma_reinit_fifo() local 415 struct ath_buf *bf; in ath_edma_recv_proc_queue() local 528 struct ath_buf *bf; in ath_edma_flush_deferred_queue() local 553 struct ath_buf *bf, *next; in ath_edma_recv_proc_deferred_queue() local 675 ath_edma_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) in ath_edma_rxbuf_init() 756 struct ath_buf *bf; in ath_edma_rxbuf_alloc() local 789 ath_edma_rxbuf_free(struct ath_softc *sc, struct ath_buf *bf) in ath_edma_rxbuf_free() 818 struct ath_buf *bf; in ath_edma_rxfifo_alloc() local 892 struct ath_buf *bf = re->m_fifo[i]; in ath_edma_rxfifo_flush() local
|
H A D | if_ath_beacon.c | 184 struct ath_buf *bf; in ath_beacon_alloc() local 266 ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf) in ath_beacon_setup() 435 struct ath_buf *bf; in ath_beacon_proc() local 570 struct ath_buf *bf, *bf_last; in ath_beacon_cabq_start_edma() local 662 struct ath_buf *bf; in ath_beacon_cabq_start_legacy() local 703 struct ath_buf *bf; in ath_beacon_generate() local 829 struct ath_buf *bf; in ath_beacon_start_adhoc() local 868 ath_beacon_return(struct ath_softc *sc, struct ath_buf *bf) in ath_beacon_return() 891 struct ath_buf *bf; in ath_beacon_free() local
|
H A D | if_ath_tx_edma.c | 174 struct ath_buf *bf, *bf_last; in ath_tx_edma_push_staging_list() local 404 struct ath_buf *bf; in ath_edma_dma_restart() local 529 struct ath_buf *bf) in ath_edma_xmit_handoff_hw() 566 struct ath_buf *bf) in ath_edma_xmit_handoff_mcast() 621 struct ath_buf *bf) in ath_edma_xmit_handoff() 800 struct ath_buf *bf; in ath_edma_tx_processq() local
|
H A D | if_ath_debug.c | 99 ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf, in ath_printrxbuf() 140 const struct ath_buf *bf = first_bf; in ath_printtxbuf_edma() local 202 const struct ath_buf *bf = first_bf; in ath_printtxbuf_legacy() local
|
H A D | if_ath_rx.c | 246 ath_legacy_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) in ath_legacy_rxbuf_init() 658 uint64_t tsf, int nf, HAL_RX_QUEUE qtype, struct ath_buf *bf, in ath_rx_pkt() 1075 struct ath_buf *bf; in ath_rx_proc() local 1351 struct ath_buf *bf; in ath_legacy_flush_rxholdbf() local 1410 struct ath_buf *bf; in ath_legacy_stoprecv() local 1453 struct ath_buf *bf; in ath_legacy_startrecv() local
|
H A D | if_ath_tx_ht.c | 222 ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_rate_fill_rcflags() 548 struct ath_buf *bf) in ath_get_aggr_limit() 591 struct ath_buf *bf, HAL_11N_RATE_SERIES *series) in ath_rateseries_setup() 718 struct ath_buf *bf) in ath_buf_set_rate() 798 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local
|
H A D | if_ath_descdma.c | 245 struct ath_buf *bf; in ath_descdma_setup() local 329 struct ath_buf *bf; in ath_descdma_setup_rx_edma() local 386 struct ath_buf *bf; in ath_descdma_cleanup() local
|
H A D | if_ath.c | 3156 struct ath_buf *bf; in _ath_getbuf_locked() local 3244 ath_buf_clone(struct ath_softc *sc, struct ath_buf *bf) in ath_buf_clone() 3298 struct ath_buf *bf; in ath_getbuf() local 3328 struct ath_buf *bf; in ath_transmit() local 4220 struct ath_buf *bf) in ath_tx_update_stats() 4289 ath_tx_default_comp(struct ath_softc *sc, struct ath_buf *bf, int fail) in ath_tx_default_comp() 4385 struct ath_tx_status *ts, struct ath_buf *bf) in ath_tx_process_buf_completion() 4437 struct ath_buf *bf; in ath_tx_processq() local 4784 ath_returnbuf_tail(struct ath_softc *sc, struct ath_buf *bf) in ath_returnbuf_tail() 4805 ath_returnbuf_head(struct ath_softc *sc, struct ath_buf *bf) in ath_returnbuf_head() [all …]
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 507 struct malo_rxbuf *bf; in malo_rxdma_setup() local 551 struct malo_txbuf *bf; in malo_txdma_setup() local 604 struct malo_rxbuf *bf; in malo_rxdma_cleanup() local 628 struct malo_txbuf *bf; in malo_txdma_cleanup() local 739 struct malo_txbuf *bf, *bn; in malo_txq_init() local 774 struct malo_txbuf *bf; in malo_getbuf() local 792 malo_tx_dmasetup(struct malo_softc *sc, struct malo_txbuf *bf, struct mbuf *m0) in malo_tx_dmasetup() 850 malo_printrxbuf(const struct malo_rxbuf *bf, u_int ix) in malo_printrxbuf() 867 malo_printtxbuf(const struct malo_txbuf *bf, u_int qnum, u_int ix) in malo_printtxbuf() 920 struct malo_txbuf *bf; in malo_tx_processq() local [all …]
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hashes.c | 29 br_ssl_choose_hash(unsigned bf) in br_ssl_choose_hash()
|
/freebsd/sys/dev/rtwn/usb/ |
H A D | rtwn_usb_tx.c | 72 struct rtwn_data *bf; in _rtwn_usb_getbuf() local 88 struct rtwn_data *bf; in rtwn_usb_getbuf() local
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 1266 struct mwl_txbuf *bf; in mwl_gettxbuf() local 1291 mwl_puttxbuf_head(struct mwl_txq *txq, struct mwl_txbuf *bf) in mwl_puttxbuf_head() 1302 mwl_puttxbuf_tail(struct mwl_txq *txq, struct mwl_txbuf *bf) in mwl_puttxbuf_tail() 1337 struct mwl_txbuf *bf; in mwl_start() local 1417 struct mwl_txbuf *bf; in mwl_raw_xmit() local 2007 struct mwl_txbuf *bf; in mwl_txq_reset() local 2024 struct mwl_txbuf *bf; in mwl_txdma_setup() local 2062 struct mwl_txbuf *bf; in mwl_txdma_cleanup() local 2086 struct mwl_rxbuf *bf; in mwl_rxdma_setup() local 2482 mwl_rxbuf_init(struct mwl_softc *sc, struct mwl_rxbuf *bf) in mwl_rxbuf_init() [all …]
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_pd.c | 172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) in mlx4_bf_alloc() 246 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf) in mlx4_bf_free()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | pgusage.c | 39 char * bf; in open_tmp_usage() local
|
/freebsd/contrib/lua/src/ |
H A D | lobject.c | 455 char *bf = getbuff(buff, cast_int(slen)); in addstr2buff() local 519 char *bf = getbuff(&buff, sz); in luaO_pushvfstring() local 526 char bf[UTF8BUFFSZ]; in luaO_pushvfstring() local
|
/freebsd/sys/dev/otus/ |
H A D | if_otus.c | 491 struct otus_data *bf; in _otus_start() local 537 struct otus_data *bf = NULL; in otus_raw_xmit() local 1105 struct otus_data *bf; in _otus_getbuf() local 1119 struct otus_data *bf; in otus_getbuf() local 1128 otus_freebuf(struct otus_softc *sc, struct otus_data *bf) in otus_freebuf() 1138 struct otus_tx_cmd *bf; in _otus_get_txcmd() local 1151 struct otus_tx_cmd *bf; in otus_get_txcmd() local 1164 otus_free_txcmd(struct otus_softc *sc, struct otus_tx_cmd *bf) in otus_free_txcmd()
|
/freebsd/contrib/file/src/ |
H A D | encoding.c | 465 looks_ucs16(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs16() 525 looks_ucs32(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs32()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_window.c | 82 syncok(WINDOW *win, bool bf) in syncok()
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 818 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs() 842 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_round.c | 64 float af = VALF, bf, cf; in ATF_TC_BODY() local
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uath.c | 1380 struct uath_data *bf; in _uath_getbuf() local 1397 struct uath_data *bf; in uath_getbuf() local 1638 struct uath_data *bf, *next; in uath_txfrag_cleanup() local 1661 struct uath_data *bf; in uath_txfrag_setup() local 1702 struct uath_data *bf; in uath_start() local 1787 struct uath_data *bf; in uath_raw_xmit() local
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_emu.c | 265 int ra, rb, rc, rt, type, mask, fsr, cx, bf, setcr; in fpu_execute() local
|