Home
last modified time | relevance | path

Searched refs:bf (Results 51 – 75 of 241) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dkorea78 key 48 all bf(13)
80 key 50 all bf(10) numl paddot
97 key 67 all bf(4)
101 key 71 all bf(15) numl padminus
120 key 90 all bf(11) numl padenter
124 key 94 all bf(8) numl pad0
141 key 111 all bf(3)
155 key 125 all bf(14) numl padplus
H A Djapan_hobo32 key 13 all bf(4)
60 key 115 all bf(1)
62 key 116 all bf(2)
68 key 44 all bf(8)
H A Dkorea_hobo27 key 67 all bf(4)
28 key 13 all bf(3)
50 key 44 all bf(8)
H A Dtraditional_chinese75 key 48 all bf(13)
77 key 50 all bf(10) numl paddot
94 key 67 all bf(3)
98 key 71 all bf(15) numl padminus
117 key 90 all bf(11) numl padenter
121 key 94 all bf(8) numl pad0
152 key 125 all bf(14) numl padplus
H A Djapan28 key 13 all bf(4)
45 key 115 all bf(1)
47 key 116 all bf(2)
H A Dreset78 key 48 all bf(13)
80 key 50 all bf(10) numl paddot
101 key 71 all bf(15) numl padminus
120 key 90 all bf(11) numl padenter
124 key 94 all bf(8) numl pad0
155 key 125 all bf(14) numl padplus
H A Dtraditional_chinese_528 key 13 all bf(3)
33 key 44 all bf(8)
H A Dtraditional_chinese_hobo29 key 13 all bf(3)
51 key 44 all bf(8)
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c512 bf->bf_mem = (uint8_t *)(bf->rxbuf_dma.mem_va); in mwl_alloc_rx_ring()
513 bf->bf_baddr = bf->rxbuf_dma.cookie.dmac_address; in mwl_alloc_rx_ring()
514 bf->bf_desc = ds; in mwl_alloc_rx_ring()
596 bf->bf_baddr = bf->txbuf_dma.cookie.dmac_address; in mwl_alloc_tx_ring()
597 bf->bf_mem = (uint8_t *)(bf->txbuf_dma.mem_va); in mwl_alloc_tx_ring()
599 bf->bf_desc = ds; in mwl_alloc_tx_ring()
719 bf = txring->buf; in mwl_txq_init()
722 bf++; in mwl_txq_init()
726 bf = txring->buf; in mwl_txq_init()
2669 bf = ring->buf; in mwl_startrecv()
[all …]
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Djapan29 key 230 all bf(4)
47 key 139 all bf(1)
49 key 138 all bf(2)
55 key 73 all bf(8)
H A Dkorea28 key 101 all bf(4)
29 key 230 all bf(3)
35 key 73 all bf(8)
H A Dreset103 key 73 all bf(8)
116 key 86 all bf(15) numl padminus
117 key 87 all bf(14) numl padplus
118 key 88 all bf(11) numl padenter
128 key 98 all bf(8) numl pad0
129 key 99 all bf(10) numl paddot
132 key 102 all bf(13)
H A Dtraditional_chinese28 key 230 all bf(3)
34 key 73 all bf(8)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c79 static struct bf { struct
126 struct bf *b; in readit()
148 struct bf *b; in read_ahead()
219 struct bf *b; in write_behind()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2102 ds = bf->txdesc; in rtw_assembly_80211()
2291 bf->bf_in = in; in rtw_send()
2566 struct rtw_rxbuf *bf; in rtw_intr_rx() local
2586 bf = rsc->rxbuf_h + next; in rtw_intr_rx()
2587 ds = bf->rxdesc; in rtw_intr_rx()
2604 bf = rsc->rxbuf_h; in rtw_intr_rx()
2605 ds = bf->rxdesc; in rtw_intr_rx()
2696 struct rtw_txbuf *bf; in rtw_ring_recycling() local
2712 if (bf == NULL) { in rtw_ring_recycling()
2732 ds = bf->txdesc; in rtw_ring_recycling()
[all …]
/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1339 int bf = 0; /* borrow flag */ in bitv_sub() local
1347 subtrahend = bf + ((val >> (i * 8)) & 0xff); in bitv_sub()
1349 subtrahend = bf; in bitv_sub()
1351 bf = 1; in bitv_sub()
1354 bf = 0; in bitv_sub()
1359 if (bf) { in bitv_sub()
1372 int bf = 0; /* borrow flag */ in bitv_ge() local
1382 subtrahend = bf; in bitv_ge()
1384 bf = 1; in bitv_ge()
1386 bf = 0; in bitv_ge()
[all …]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c364 bf->bf_desc = ds; in arn_buflist_setup()
376 *pbf = bf; in arn_buflist_setup()
388 struct ath_buf *bf; in arn_buflist_cleanup() local
394 while (bf != NULL) { in arn_buflist_cleanup()
396 freemsg(bf->bf_m); in arn_buflist_cleanup()
397 bf->bf_m = NULL; in arn_buflist_cleanup()
403 bf->bf_in = NULL; in arn_buflist_cleanup()
433 struct ath_buf *bf; in arn_desc_alloc() local
462 sc->sc_vbufptr = bf; in arn_desc_alloc()
1682 struct ath_buf *bf; in arn_node_free() local
[all …]
H A Darn_rc.c867 struct ath9k_tx_rate *rates = bf->rates; in arn_rc_ratefind()
1325 (struct ath_tx_info_priv *)&bf->tx_info_priv; in ath_rc_tx_status()
1326 struct ath9k_tx_rate *rates = bf->rates; in ath_rc_tx_status()
1580 (struct ath_tx_info_priv *)&bf->tx_info_priv; in arn_tx_status()
1610 bf, in arn_tx_status()
1617 arn_get_rate(struct arn_softc *sc, struct ath_buf *bf, in arn_get_rate() argument
1631 bf->rates[0].idx = 0; /* xxx Fix me */ in arn_get_rate()
1632 bf->rates[0].count = in arn_get_rate()
1650 bf->rates[0].idx, in arn_get_rate()
1651 rt->info[bf->rates[0].idx].dot11rate)); in arn_get_rate()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwsyncup.c48 syncok(WINDOW *w, bool bf) in syncok() argument
51 if (bf) in syncok()
H A Dkeypad.c164 keypad(WINDOW *w, bool bf) in keypad() argument
166 if (bf) { in keypad()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswconfig.c186 nss_backend_finder_t *bf; in _nscd_populate_nsw_backend_info_db() local
222 for (bf = nsw_cfg->fe_params.finders; bf != 0; bf = bf->next) { in _nscd_populate_nsw_backend_info_db()
224 c = (*bf->lookup)(handle, dbn, src, &handle); in _nscd_populate_nsw_backend_info_db()
228 be_info.finder = bf; in _nscd_populate_nsw_backend_info_db()
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c162 typedef struct bf { struct
163 struct bf *next; argument
164 struct bf *prev; argument
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.fma-ss.out23 libdis_test+0x6e: c4 e2 71 bf d0 vfnmsub231ss %xmm0,%xmm1,%xmm2
24 libdis_test+0x73: c4 e2 71 bf 10 vfnmsub231ss (%rax),%xmm1,%xmm2
H A D32.fma-ss.out23 libdis_test+0x6e: c4 e2 71 bf d0 vfnmsub231ss %xmm0,%xmm1,%xmm2
24 libdis_test+0x73: c4 e2 71 bf 10 vfnmsub231ss (%eax),%xmm1,%xmm2
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c1026 idcok(WINDOW *w, bool bf) in idcok() argument
1029 __m_trace("idcok(%p, %d)", w, bf); in idcok()
1033 if (bf) in idcok()
1045 idlok(WINDOW *w, bool bf) in idlok() argument
1048 __m_trace("idlok(%p, %d)", w, bf); in idlok()
1052 if (bf && has_il()) in idlok()

12345678910