Searched refs:bf (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dtestupnpreplyparse.sh4 bf="`dirname $f`/`basename $f .xml`"
5 if ./testupnpreplyparse $f $bf.namevalue ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dtestupnpreplyparse.sh4 bf="`dirname $f`/`basename $f .xml`"
5 if ./testupnpreplyparse $f $bf.namevalue ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dtestupnpreplyparse.sh4 bf="`dirname $f`/`basename $f .xml`"
5 if ./testupnpreplyparse $f $bf.namevalue ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/crypto/amcc/
H A Dcrypto4xx_sa.c46 offset = cts.bf.key_size
47 + cts.bf.inner_size
48 + cts.bf.outer_size
49 + cts.bf.spi
50 + cts.bf.seq_num0
51 + cts.bf.seq_num1
52 + cts.bf.seq_num_mask0
53 + cts.bf.seq_num_mask1
54 + cts.bf.seq_num_mask2
55 + cts.bf
[all...]
H A Dcrypto4xx_alg.c41 sa->sa_command_0.bf.save_hash_state = save_h;
42 sa->sa_command_0.bf.save_iv = save_iv;
43 sa->sa_command_0.bf.load_hash_state = ld_h;
44 sa->sa_command_0.bf.load_iv = ld_iv;
45 sa->sa_command_0.bf.hdr_proc = hdr_proc;
46 sa->sa_command_0.bf.hash_alg = h;
47 sa->sa_command_0.bf.cipher_alg = c;
48 sa->sa_command_0.bf.pad_type = pad_type & 3;
49 sa->sa_command_0.bf.extend_pad = pad_type >> 2;
50 sa->sa_command_0.bf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_sa.c46 offset = cts.bf.key_size
47 + cts.bf.inner_size
48 + cts.bf.outer_size
49 + cts.bf.spi
50 + cts.bf.seq_num0
51 + cts.bf.seq_num1
52 + cts.bf.seq_num_mask0
53 + cts.bf.seq_num_mask1
54 + cts.bf.seq_num_mask2
55 + cts.bf
[all...]
H A Dcrypto4xx_alg.c41 sa->sa_command_0.bf.save_hash_state = save_h;
42 sa->sa_command_0.bf.save_iv = save_iv;
43 sa->sa_command_0.bf.load_hash_state = ld_h;
44 sa->sa_command_0.bf.load_iv = ld_iv;
45 sa->sa_command_0.bf.hdr_proc = hdr_proc;
46 sa->sa_command_0.bf.hash_alg = h;
47 sa->sa_command_0.bf.cipher_alg = c;
48 sa->sa_command_0.bf.pad_type = pad_type & 3;
49 sa->sa_command_0.bf.extend_pad = pad_type >> 2;
50 sa->sa_command_0.bf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dbuild-id.h8 char *dso__build_id_filename(struct dso *self, char *bf, size_t size);
H A Dbuild-id.c61 char *dso__build_id_filename(struct dso *self, char *bf, size_t size) argument
69 if (bf == NULL) {
70 if (asprintf(&bf, "%s/.build-id/%.2s/%s", buildid_dir,
74 snprintf(bf, size, "%s/.build-id/%.2s/%s", buildid_dir,
76 return bf;
H A Dsort.c18 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
20 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf,
22 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf,
24 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf,
26 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf,
28 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,
107 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) argument
113 n = vsnprintf(bf, size, fmt, ap);
115 char *sep = bf;
128 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, argument
135 hist_entry__comm_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
164 hist_entry__dso_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
192 hist_entry__sym_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width __used) argument
248 hist_entry__parent_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
263 hist_entry__cpu_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dbuild-id.h8 char *dso__build_id_filename(struct dso *self, char *bf, size_t size);
H A Dbuild-id.c61 char *dso__build_id_filename(struct dso *self, char *bf, size_t size) argument
69 if (bf == NULL) {
70 if (asprintf(&bf, "%s/.build-id/%.2s/%s", buildid_dir,
74 snprintf(bf, size, "%s/.build-id/%.2s/%s", buildid_dir,
76 return bf;
H A Dsort.c18 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf,
20 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf,
22 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf,
24 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf,
26 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf,
28 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf,
107 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) argument
113 n = vsnprintf(bf, size, fmt, ap);
115 char *sep = bf;
128 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, argument
135 hist_entry__comm_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
164 hist_entry__dso_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
192 hist_entry__sym_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width __used) argument
248 hist_entry__parent_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
263 hist_entry__cpu_snprintf(struct hist_entry *self, char *bf, size_t size, unsigned int width) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dxmit.c54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
59 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf);
60 static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf,
62 static void ath_tx_rc_status(struct ath_buf *bf, struct ath_tx_status *ts,
146 struct ath_buf *bf; local
156 bf = list_first_entry(&tid->buf_q, struct ath_buf, list);
157 list_move_tail(&bf->list, &bf_head);
159 if (bf_isretried(bf)) {
160 ath_tx_update_baw(sc, tid, bf->bf_seqno);
161 ath_tx_complete_buf(sc, bf, tx
186 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) argument
217 struct ath_buf *bf; local
243 ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) argument
260 struct ath_buf *bf = NULL; local
277 ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) argument
284 ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) argument
304 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ath_tx_status *ts, int txok) argument
536 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) argument
608 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen) argument
674 struct ath_buf *bf, *bf_first, *bf_prev = NULL; local
748 struct ath_buf *bf; local
1033 struct ath_buf *bf, *lastbf; local
1252 struct ath_buf *bf; local
1311 struct ath_buf *bf; local
1350 struct ath_buf *bf; local
1368 struct ath_buf *bf; local
1418 assign_aggr_tid_seqno(struct sk_buff *skb, struct ath_buf *bf) argument
1474 ath_pkt_duration(struct ath_softc *sc, u8 rix, struct ath_buf *bf, int width, int half_gi, bool shortPreamble) argument
1499 ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf) argument
1607 ath_tx_setup_buffer(struct ieee80211_hw *hw, struct ath_buf *bf, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1693 ath_tx_start_dma(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_control *txctl) argument
1772 struct ath_buf *bf; local
1927 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ath_tx_status *ts, int txok, int sendbar) argument
1967 ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok) argument
1996 ath_tx_rc_status(struct ath_buf *bf, struct ath_tx_status *ts, int nbad, int txok, bool update_rc) argument
2062 struct ath_buf *bf, *lastbf, *bf_held = NULL; local
2226 struct ath_buf *bf, *lastbf; local
[all...]
H A Drecv.c57 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) argument
64 ATH_RXBUF_RESET(bf);
66 ds = bf->bf_desc;
68 ds->ds_data = bf->bf_buf_addr;
71 skb = bf->bf_mpdu;
85 ath9k_hw_putrxbuf(ah, bf->bf_daddr);
87 *sc->rx.rxlink = bf->bf_daddr;
129 struct ath_buf *bf; local
135 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list);
136 list_del_init(&bf
177 struct ath_buf *bf; local
192 struct ath_buf *bf; local
220 struct ath_buf *bf; local
307 struct ath_buf *bf; local
372 struct ath_buf *bf; local
471 struct ath_buf *bf, *tbf; local
688 struct ath_buf *bf; local
737 struct ath_buf *bf; local
755 struct ath_buf *bf; local
1074 struct ath_buf *bf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dxmit.c54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
59 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf);
60 static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf,
62 static void ath_tx_rc_status(struct ath_buf *bf, struct ath_tx_status *ts,
146 struct ath_buf *bf; local
156 bf = list_first_entry(&tid->buf_q, struct ath_buf, list);
157 list_move_tail(&bf->list, &bf_head);
159 if (bf_isretried(bf)) {
160 ath_tx_update_baw(sc, tid, bf->bf_seqno);
161 ath_tx_complete_buf(sc, bf, tx
186 ath_tx_addto_baw(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf) argument
217 struct ath_buf *bf; local
243 ath_tx_set_retry(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) argument
260 struct ath_buf *bf = NULL; local
277 ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) argument
284 ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) argument
304 ath_tx_complete_aggr(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf, struct list_head *bf_q, struct ath_tx_status *ts, int txok) argument
536 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, struct ath_atx_tid *tid) argument
608 ath_compute_num_delims(struct ath_softc *sc, struct ath_atx_tid *tid, struct ath_buf *bf, u16 frmlen) argument
674 struct ath_buf *bf, *bf_first, *bf_prev = NULL; local
748 struct ath_buf *bf; local
1033 struct ath_buf *bf, *lastbf; local
1252 struct ath_buf *bf; local
1311 struct ath_buf *bf; local
1350 struct ath_buf *bf; local
1368 struct ath_buf *bf; local
1418 assign_aggr_tid_seqno(struct sk_buff *skb, struct ath_buf *bf) argument
1474 ath_pkt_duration(struct ath_softc *sc, u8 rix, struct ath_buf *bf, int width, int half_gi, bool shortPreamble) argument
1499 ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf) argument
1607 ath_tx_setup_buffer(struct ieee80211_hw *hw, struct ath_buf *bf, struct sk_buff *skb, struct ath_tx_control *txctl) argument
1693 ath_tx_start_dma(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_control *txctl) argument
1772 struct ath_buf *bf; local
1927 ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, struct ath_txq *txq, struct list_head *bf_q, struct ath_tx_status *ts, int txok, int sendbar) argument
1967 ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf, struct ath_tx_status *ts, int txok) argument
1996 ath_tx_rc_status(struct ath_buf *bf, struct ath_tx_status *ts, int nbad, int txok, bool update_rc) argument
2062 struct ath_buf *bf, *lastbf, *bf_held = NULL; local
2226 struct ath_buf *bf, *lastbf; local
[all...]
H A Drecv.c57 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) argument
64 ATH_RXBUF_RESET(bf);
66 ds = bf->bf_desc;
68 ds->ds_data = bf->bf_buf_addr;
71 skb = bf->bf_mpdu;
85 ath9k_hw_putrxbuf(ah, bf->bf_daddr);
87 *sc->rx.rxlink = bf->bf_daddr;
129 struct ath_buf *bf; local
135 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list);
136 list_del_init(&bf
177 struct ath_buf *bf; local
192 struct ath_buf *bf; local
220 struct ath_buf *bf; local
307 struct ath_buf *bf; local
372 struct ath_buf *bf; local
471 struct ath_buf *bf, *tbf; local
688 struct ath_buf *bf; local
737 struct ath_buf *bf; local
755 struct ath_buf *bf; local
1074 struct ath_buf *bf; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/sh/
H A Dtestutils.inc58 bf mfail
60 bf mfail
62 bf mfail
64 bf mfail
66 bf mfail
68 bf mfail
70 bf mfail
72 bf mfail
74 bf mfail
76 bf mfai
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/sh/
H A Dtestutils.inc58 bf mfail
60 bf mfail
62 bf mfail
64 bf mfail
66 bf mfail
68 bf mfail
70 bf mfail
72 bf mfail
74 bf mfail
76 bf mfai
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/sh/
H A Dtestutils.inc58 bf mfail
60 bf mfail
62 bf mfail
64 bf mfail
66 bf mfail
68 bf mfail
70 bf mfail
72 bf mfail
74 bf mfail
76 bf mfai
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ui/
H A Dui_compat.h77 # define des_read_pw(b,bf,s,p,v) \
78 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dui_compat.h77 # define des_read_pw(b,bf,s,p,v) \
78 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ui/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dui_compat.h74 #define des_read_pw(b,bf,s,p,v) \
75 _ossl_old_des_read_pw((b),(bf),(s),(p),(v))

Completed in 227 milliseconds

1234567891011>>