Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/contrib/wpa/src/utils/
H A Dbitfield.c23 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 Dbf.c53 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
64 off_t bf_offset; /* Current file offset */ argument
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c139 struct ath_buf *bf; in ath_tx_alq_post() local
279 struct ath_buf *bf; in ath_txfrag_setup() local
2423 struct ath_buf *bf; in ath_raw_xmit() local
3480 struct ath_buf *bf; in ath_tx_tid_filt_comp_complete() local
3931 struct ath_buf *bf; in ath_tx_tid_drain() local
4091 struct ath_buf *bf; in ath_tx_node_flush() local
4146 struct ath_buf *bf; in ath_tx_txq_drain() local
5372 struct ath_buf *bf; local
5428 struct ath_buf *bf; local
5659 struct ath_buf *bf; local
[all …]
H A Dif_ath_rx_edma.c208 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 Dif_ath_beacon.c184 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 Dif_ath_tx_edma.c174 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 Dif_ath_debug.c99 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 Dif_ath_rx.c246 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 Dif_ath_descdma.c245 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 Dif_ath_tx_ht.c222 ath_tx_rate_fill_rcflags(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_rate_fill_rcflags()
564 struct ath_buf *bf) in ath_get_aggr_limit()
615 struct ath_buf *bf, HAL_11N_RATE_SERIES *series) in ath_rateseries_setup()
742 struct ath_buf *bf) in ath_buf_set_rate()
822 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local
H A Dif_ath.c3153 struct ath_buf *bf; in _ath_getbuf_locked() local
3295 struct ath_buf *bf; in ath_getbuf() local
3325 struct ath_buf *bf; in ath_transmit() local
4217 struct ath_buf *bf) in ath_tx_update_stats()
4382 struct ath_tx_status *ts, struct ath_buf *bf) in ath_tx_process_buf_completion()
4434 struct ath_buf *bf; in ath_tx_processq() local
4891 ath_freebuf(struct ath_softc *sc, struct ath_buf *bf) in ath_freebuf()
4954 struct ath_buf *bf; in ath_tx_draintxq_get_one() local
5012 struct ath_buf *bf; in ath_tx_draintxq() local
5149 struct ath_buf *bf; in ath_tx_dump() local
[all …]
/freebsd/sys/dev/malo/
H A Dif_malo.c509 struct malo_rxbuf *bf; in malo_rxdma_setup() local
553 struct malo_txbuf *bf; in malo_txdma_setup() local
606 struct malo_rxbuf *bf; in malo_rxdma_cleanup() local
630 struct malo_txbuf *bf; in malo_txdma_cleanup() local
741 struct malo_txbuf *bf, *bn; in malo_txq_init() local
776 struct malo_txbuf *bf; in malo_getbuf() local
922 struct malo_txbuf *bf; in malo_tx_processq() local
1223 struct malo_txbuf *bf = NULL; in malo_start() local
1567 struct malo_txbuf *bf; in malo_tx_draintxq() local
1763 struct malo_txbuf *bf; in malo_raw_xmit() local
[all …]
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c76 struct rtwn_data *bf; in _rtwn_usb_getbuf() local
92 struct rtwn_data *bf; in rtwn_usb_getbuf() local
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hashes.c29 br_ssl_choose_hash(unsigned bf) in br_ssl_choose_hash()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1267 struct mwl_txbuf *bf; in mwl_gettxbuf() local
1338 struct mwl_txbuf *bf; in mwl_start() local
1418 struct mwl_txbuf *bf; in mwl_raw_xmit() local
2009 struct mwl_txbuf *bf; in mwl_txq_reset() local
2026 struct mwl_txbuf *bf; in mwl_txdma_setup() local
2064 struct mwl_txbuf *bf; in mwl_txdma_cleanup() local
2088 struct mwl_rxbuf *bf; in mwl_rxdma_setup() local
2608 struct mwl_rxbuf *bf; in mwl_rx_proc() local
3320 struct mwl_txbuf *bf; in mwl_tx_processq() local
3437 struct mwl_txbuf *bf; in mwl_tx_draintxq() local
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_pd.c172 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 Dpgusage.c39 char * bf; in open_tmp_usage() local
/freebsd/contrib/lua/src/
H A Dlobject.c455 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 Dif_otus.c491 struct otus_data *bf; in _otus_start() local
537 struct otus_data *bf = NULL; in otus_raw_xmit() local
1097 struct otus_data *bf; in _otus_getbuf() local
1111 struct otus_data *bf; in otus_getbuf() local
1120 otus_freebuf(struct otus_softc *sc, struct otus_data *bf) in otus_freebuf()
1130 struct otus_tx_cmd *bf; in _otus_get_txcmd() local
1143 struct otus_tx_cmd *bf; in otus_get_txcmd() local
1156 otus_free_txcmd(struct otus_softc *sc, struct otus_tx_cmd *bf) in otus_free_txcmd()
/freebsd/contrib/file/src/
H A Dencoding.c465 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 Dlib_window.c82 syncok(WINDOW *win, bool bf) in syncok()
/freebsd/usr.sbin/makefs/ffs/
H A Dmkfs.c810 ffs_rdfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_rdfs()
834 ffs_wtfs(daddr_t bno, int size, void *bf, const fsinfo_t *fsopts) in ffs_wtfs()
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_round.c64 float af = VALF, bf, cf; in ATF_TC_BODY() local
/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c1372 struct uath_data *bf; in _uath_getbuf() local
1389 struct uath_data *bf; in uath_getbuf() local
1628 struct uath_data *bf, *next; in uath_txfrag_cleanup() local
1651 struct uath_data *bf; in uath_txfrag_setup() local
1692 struct uath_data *bf; in uath_start() local
1777 struct uath_data *bf; in uath_raw_xmit() local
/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.c265 int ra, rb, rc, rt, type, mask, fsr, cx, bf, setcr; in fpu_execute() local

123