Home
last modified time | relevance | path

Searched refs:bf (Results 1 – 25 of 190) sorted by relevance

12345678

/titanic_41/usr/src/uts/common/syscall/
H A Dfcntl.c78 struct flock64 bf; in fcntl() local
301 bf.l_type = obf.l_type; in fcntl()
302 bf.l_whence = obf.l_whence; in fcntl()
303 bf.l_start = (off64_t)obf.l_start; in fcntl()
304 bf.l_len = (off64_t)obf.l_len; in fcntl()
305 bf.l_sysid = (int)obf.l_sysid; in fcntl()
306 bf.l_pid = obf.l_pid; in fcntl()
319 bf.l_type = sbf.l_type; in fcntl()
320 bf.l_whence = sbf.l_whence; in fcntl()
321 bf.l_start = (off64_t)sbf.l_start; in fcntl()
[all …]
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_xmit.c99 static void arn_tx_complete_buf(struct arn_softc *sc, struct ath_buf *bf,
103 static void arn_buf_set_rate(struct arn_softc *sc, struct ath_buf *bf);
105 struct ath_buf *bf, int txok);
106 static void arn_tx_rc_status(struct ath_buf *bf, struct ath_desc *ds,
215 struct ath_buf *bf; in arn_tx_flush_tid() local
232 bf = list_head(&tid->buf_q); in arn_tx_flush_tid()
233 ASSERT(!bf_isretried(bf)); in arn_tx_flush_tid()
234 list_remove(&tid->buf_q, bf); in arn_tx_flush_tid()
235 list_insert_tail(&list, bf); in arn_tx_flush_tid()
262 struct ath_buf *bf) in arn_tx_addto_baw() argument
[all …]
H A Darn_beacon.c74 arn_beacon_setup(struct arn_softc *sc, struct ath_buf *bf) in arn_beacon_setup() argument
79 mblk_t *mp = bf->bf_m; in arn_beacon_setup()
91 ds = bf->bf_desc; in arn_beacon_setup()
96 ds->ds_link = bf->bf_daddr; /* self-linked */ in arn_beacon_setup()
111 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_beacon_setup()
157 struct ath_buf *bf = list_head(&sc->sc_bcbuf_list); in arn_beacon_start_adhoc() local
158 struct ieee80211_node *in = bf->bf_in; in arn_beacon_start_adhoc()
163 mp = bf->bf_m; in arn_beacon_start_adhoc()
164 if (ieee80211_beacon_update(ic, bf->bf_in, &sc->asc_boff, mp, 0)) in arn_beacon_start_adhoc()
165 bcopy(mp->b_rptr, bf->bf_dma.mem_va, MBLKL(mp)); in arn_beacon_start_adhoc()
[all …]
H A Darn_recv.c35 arn_rx_buf_link(struct arn_softc *sc, struct ath_buf *bf) in arn_rx_buf_link() argument
39 ds = bf->bf_desc; in arn_rx_buf_link()
41 ds->ds_data = bf->bf_dma.cookie.dmac_address; in arn_rx_buf_link()
44 ds->ds_vdata = bf->bf_dma.mem_va; in arn_rx_buf_link()
52 bf->bf_dma.alength, /* buffer size */ in arn_rx_buf_link()
56 ath9k_hw_putrxbuf(sc->sc_ah, bf->bf_daddr); in arn_rx_buf_link()
58 *sc->sc_rxlink = bf->bf_daddr; in arn_rx_buf_link()
277 struct ath_buf *bf; in arn_startrecv() local
287 bf = list_head(&sc->sc_rxbuf_list); in arn_startrecv()
288 while (bf != NULL) { in arn_startrecv()
[all …]
H A Darn_core.h363 #define bf_isdata(bf) (bf->bf_state.bf_type & BUF_DATA) argument
364 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) argument
365 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU) argument
366 #define bf_isht(bf) (bf->bf_state.bf_type & BUF_HT) argument
367 #define bf_isretried(bf) (bf->bf_state.bf_type & BUF_RETRY) argument
368 #define bf_isxretried(bf) (bf->bf_state.bf_type & BUF_XRETRY) argument
369 #define bf_isshpreamble(bf) (bf->bf_state.bf_type & BUF_SHORT_PREAMBLE) argument
370 #define bf_isbar(bf) (bf->bf_state.bf_type & BUF_BAR) argument
371 #define bf_ispspoll(bf) (bf->bf_state.bf_type & BUF_PSPOLL) argument
372 #define bf_isaggrburst(bf) (bf->bf_state.bf_type & BUF_AGGR_BURST) argument
[all …]
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dclearok.c47 clearok(WINDOW *w, bool bf) in clearok() argument
50 __m_trace("clearok(%p, %d)", w, bf); in clearok()
54 if (bf) in clearok()
61 immedok(WINDOW *w, bool bf) in immedok() argument
64 __m_trace("immedok(%p, %d)", w, bf); in immedok()
68 if (bf) in immedok()
75 leaveok(WINDOW *w, bool bf) in leaveok() argument
78 __m_trace("leaveok(%p, %d)", w, bf); in leaveok()
82 if (bf) in leaveok()
89 notimeout(WINDOW *w, bool bf) in notimeout() argument
[all …]
H A Dwtouchln.c51 wtouchln(w, y, n, bf) in wtouchln() argument
53 int y, n, bf;
58 __m_trace("wtouchln(%p, %d, %d, %d)", w, y, n, bf);
60 first = bf ? 0 : w->_maxx;
61 last = bf ? w->_maxx : -1;
H A Dmeta.c51 meta(WINDOW *w, bool bf) in meta() argument
54 __m_trace("meta(%p, %d)", w, bf); in meta()
57 cur_term->_prog.c_cflag |= bf ? CS8 : CS7; in meta()
64 if (bf) { in meta()
H A Dintrflsh.c52 (intrflush)(WINDOW *w, bool bf)
55 __m_trace("intrflush(%p, %d)", w, bf);
59 if (!bf)
H A Dtimeout.c47 (nodelay)(WINDOW *w, bool bf)
50 __m_trace("nodelay(%p, %d)", w, bf);
53 wtimeout(w, bf ? 0 : -1);
H A Dwsyncup.c47 syncok(WINDOW *w, bool bf) in syncok() argument
50 __m_trace("syncok(%p, %d)", w, bf); in syncok()
54 if (bf) in syncok()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dclearok.c50 clearok(WINDOW *w, bool bf) in clearok() argument
53 if (bf) in clearok()
60 immedok(WINDOW *w, bool bf) in immedok() argument
63 if (bf) in immedok()
68 leaveok(WINDOW *w, bool bf) in leaveok() argument
71 if (bf) in leaveok()
78 notimeout(WINDOW *w, bool bf) in notimeout() argument
81 if (!bf) in notimeout()
88 scrollok(WINDOW *w, bool bf) in scrollok() argument
91 if (bf) in scrollok()
H A Dwtouchln.c56 wtouchln(WINDOW *w, int y, int n, int bf) in wtouchln() argument
60 first = bf ? 0 : w->_maxx; in wtouchln()
61 last = bf ? w->_maxx : -1; in wtouchln()
H A Dmeta.c57 meta(WINDOW *w, bool bf) in meta() argument
60 PTERMIOS(_prog)->c_cflag |= bf ? CS8 : CS7; in meta()
67 if (bf) { in meta()
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_main.c303 ath_setup_desc(ath_t *asc, struct ath_buf *bf) in ath_setup_desc() argument
307 ds = bf->bf_desc; in ath_setup_desc()
308 ds->ds_link = bf->bf_daddr; in ath_setup_desc()
309 ds->ds_data = bf->bf_dma.cookie.dmac_address; in ath_setup_desc()
311 bf->bf_dma.alength, /* buffer size */ in ath_setup_desc()
315 *asc->asc_rxlink = bf->bf_daddr; in ath_setup_desc()
391 struct ath_buf *bf = *pbf; in ath_buflist_setup() local
396 for (i = 0; i < nbuf; i++, bf++, ds++) { in ath_buflist_setup()
397 bf->bf_desc = ds; in ath_buflist_setup()
398 bf->bf_daddr = asc->asc_desc_dma.cookie.dmac_address + in ath_buflist_setup()
[all …]
H A Dath_aux.c80 extern void ath_setup_desc(ath_t *asc, struct ath_buf *bf);
369 struct ath_buf *bf; in ath_drainq() local
376 bf = list_head(&txq->axq_list); in ath_drainq()
377 if (bf == NULL) { in ath_drainq()
382 list_remove(&txq->axq_list, bf); in ath_drainq()
384 bf->bf_in = NULL; in ath_drainq()
386 list_insert_tail(&asc->asc_txbuf_list, bf); in ath_drainq()
422 struct ath_buf *bf; in ath_startrecv() local
426 bf = list_head(&asc->asc_rxbuf_list); in ath_startrecv()
427 while (bf != NULL) { in ath_startrecv()
[all …]
/titanic_41/usr/src/cmd/isns/isnsd/
H A Dhtable.c131 a->bf = 0; in avl_ll()
133 b->bf = 0; in avl_ll()
157 a->bf = 0; in avl_rr()
159 b->bf = 0; in avl_rr()
192 switch (c->bf) { in avl_lr()
195 a->bf = 0; in avl_lr()
196 b->bf = 1; in avl_lr()
200 a->bf = 0; in avl_lr()
201 b->bf = 0; in avl_lr()
205 a->bf = -1; in avl_lr()
[all …]
/titanic_41/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c338 __bigfloat_to_decimal(_big_float *bf, decimal_mode *pm, decimal_record *pd, in __bigfloat_to_decimal() argument
355 pbf = bf; in __bigfloat_to_decimal()
361 if (pm->ndigits >= 0 && bf->bexponent < 0) { in __bigfloat_to_decimal()
366 if (powten > -bf->bexponent) in __bigfloat_to_decimal()
367 powten = -bf->bexponent; in __bigfloat_to_decimal()
372 sigbits = bf->bexponent + (bf->blength << 4) + in __bigfloat_to_decimal()
376 __big_float_times_power(bf, 10, powten, sigbits, &pbf); in __bigfloat_to_decimal()
381 if (bf->bexponent < 0) { in __bigfloat_to_decimal()
383 i = bf->bexponent + ((bf->blength - 1) << 4); in __bigfloat_to_decimal()
395 if (powten > -bf->bexponent) in __bigfloat_to_decimal()
[all …]
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Ddecimal_bin.c209 _big_float bi, bf, *ptounpacked = &bi; local
264 bf.blength = 0;
269 bf.bsize = _BIG_FLOAT_SIZE;
270 decimal_to_binary_fraction(&(pd->ds[ifrac]), nfrac, nlz, (unsigned) frac_bits, &bf);
276 if (bf.bexponent == 0x7fff) { /* Buffer overflowed. */
281 ptounpacked = &bf; /* Exceptional case - all fraction. */
284 if (bf.blength != 0) { /* Combine integer and fraction bits. */
285 …int expdiff = bi.bexponent - (bf.bexponent + 16 * (bf.blength - 1)); /* Exponent diffe…
294 assert(bf.blength != 0);
296 assert(bf.bsignificand[bf.blength - 1] != 0); /* Normalized bf. */
[all …]
/titanic_41/usr/src/cmd/sendmail/src/
H A Dbf.c55 struct bf struct
110 struct bf *bfp;
134 bfp = (struct bf *) sm_malloc(sizeof(struct bf));
270 struct bf *bfp;
272 bfp = (struct bf *) fp->f_cookie;
304 struct bf *bfp;
307 bfp = (struct bf *) fp->f_cookie;
348 struct bf *bfp;
353 bfp = (struct bf *) fp->f_cookie;
445 struct bf *bfp;
[all …]
/titanic_41/usr/src/lib/libcurses/screen/
H A Dring.c48 _ring(bool bf) in _ring() argument
56 _PUTS(str_array[offsets[bf]] ? str_array[offsets[bf]] : in _ring()
57 str_array[offsets[1 - bf]], 0); in _ring()
H A Dmeta.c50 _meta(int bf) in _meta() argument
58 if (bf) in _meta()
64 if (bf) in _meta()
72 if ((SP->fl_meta = bf) != 0) in _meta()
H A Dkeypad.c50 keypad(WINDOW *win, bool bf) in keypad() argument
57 win->_use_keypad = (bf) ? TRUE : FALSE; in keypad()
58 if (bf && (!SP->kp_state)) { in keypad()
H A Duse_env.c47 use_env(int bf) in use_env() argument
50 _use_env = (char)bf; in use_env()
/titanic_41/usr/src/ucbhead/
H A Dcurses.h153 #define clearok(win, bf) (win->_clear = bf) argument
154 #define leaveok(win, bf) (win->_leave = bf) argument
155 #define scrollok(win, bf) (win->_scroll = bf) argument
156 #define flushok(win, bf) (bf ? (win->_flags |= _FLUSH): \ argument

12345678