Searched refs:an (Results 1 - 25 of 260) sorted by relevance

1234567891011

/freebsd-10.0-release/tools/regression/geom_uzip/
H A Dtest-2.sh10 num=`mdconfig -an -f test-1.img.uzip` || exit 1
H A Dtest-1.sh12 num=`mdconfig -an -f test-1.img.uzip` || exit 1
/freebsd-10.0-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.h64 #define ATH_NODE_ONOE(an) ((struct onoe_node *)&an[1])
H A Donoe.c101 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
107 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
112 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, argument
116 struct onoe_node *on = ATH_NODE_ONOE(an);
133 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, argument
136 struct onoe_node *on = ATH_NODE_ONOE(an);
152 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, argument
155 struct onoe_node *on = ATH_NODE_ONOE(an);
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, argument
169 struct onoe_node *on = ATH_NODE_ONOE(an);
184 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
193 struct ath_node *an = ATH_NODE(ni); local
411 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *re) argument
[all...]
/freebsd-10.0-release/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox412 Hi, this is an edit box. It can be used to edit text from a file.
/freebsd-10.0-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.h78 #define ATH_NODE_AMRR(an) ((struct amrr_node *)&an[1])
H A Damrr.c93 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
99 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
104 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, argument
108 struct amrr_node *amn = ATH_NODE_AMRR(an);
125 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, argument
128 struct amrr_node *amn = ATH_NODE_AMRR(an);
145 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, argument
148 struct amrr_node *amn = ATH_NODE_AMRR(an);
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, argument
162 struct amrr_node *amn = ATH_NODE_AMRR(an);
191 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
220 struct ath_node *an = ATH_NODE(ni); local
425 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *re) argument
[all...]
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_tx.h89 extern void ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an);
103 extern void ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an);
104 extern void ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an,
106 extern void ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an,
113 extern void ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an,
115 extern struct ieee80211_tx_ampdu * ath_tx_get_tx_tid(struct ath_node *an,
136 extern void ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an);
137 extern void ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an);
138 extern int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
139 extern void ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an);
[all...]
H A Dif_ath_tx_ht.h60 ath_tx_form_aggr(struct ath_softc *sc, struct ath_node *an,
H A Dif_ath_tx.c119 static int ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an);
121 static int ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an,
123 static int ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an,
130 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an,
214 * Since the sender may try to set an AC which is
453 * If 11n is enabled, set it up as if it's an aggregate
465 * descriptor in the first frame in an
545 * Setup segments+descriptors for an 11n aggregate.
663 * info. But if the last frame in an aggregate has one
673 * is called on the final descriptor in an MPD
1426 struct ath_node *an = ATH_NODE(bf->bf_node); local
1449 ath_tx_should_swq_frame(struct ath_softc *sc, struct ath_node *an, struct mbuf *m0, int *queue_to_head) argument
1518 struct ath_node *an = ATH_NODE(bf->bf_node); local
1582 struct ath_node *an; local
2574 ath_tx_addto_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
2668 ath_tx_switch_baw_buf(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *old_bf, struct ath_buf *new_bf) argument
2716 ath_tx_update_baw(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, const struct ath_buf *bf) argument
2958 ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_txq *txq, struct ath_buf *bf) argument
3050 struct ath_node *an = ATH_NODE(ni); local
3193 ath_tx_set_clrdmask(struct ath_softc *sc, struct ath_node *an) argument
3215 ath_tx_tid_init(struct ath_softc *sc, struct ath_node *an) argument
3692 ath_tx_tid_drain_pkt(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq, struct ath_buf *bf) argument
3732 ath_tx_tid_drain_print(struct ath_softc *sc, struct ath_node *an, const char *pfx, struct ath_tid *tid, struct ath_buf *bf) argument
3813 ath_tx_tid_drain(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, ath_bufhead *bf_cq) argument
3972 ath_tx_node_flush(struct ath_softc *sc, struct ath_node *an) argument
4074 struct ath_node *an = ATH_NODE(ni); local
4146 struct ath_node *an = ATH_NODE(ni); local
4181 ath_tx_tid_cleanup(struct ath_softc *sc, struct ath_node *an, int tid, ath_bufhead *bf_cq) argument
4263 ath_tx_retry_clone(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid, struct ath_buf *bf) argument
4332 struct ath_node *an = ATH_NODE(ni); local
4423 struct ath_node *an = ATH_NODE(ni); local
4489 struct ath_node *an = ATH_NODE(ni); local
4577 struct ath_node *an = ATH_NODE(ni); local
4630 struct ath_node *an = ATH_NODE(ni); local
4963 struct ath_node *an = ATH_NODE(ni); local
5160 ath_tx_tid_hw_queue_aggr(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5389 ath_tx_tid_hw_queue_norm(struct ath_softc *sc, struct ath_node *an, struct ath_tid *tid) argument
5567 ath_tx_get_tx_tid(struct ath_node *an, int tid) argument
5583 ath_tx_ampdu_running(struct ath_softc *sc, struct ath_node *an, int tid) argument
5601 ath_tx_ampdu_pending(struct ath_softc *sc, struct ath_node *an, int tid) argument
5634 struct ath_node *an = ATH_NODE(ni); local
5712 struct ath_node *an = ATH_NODE(ni); local
5759 struct ath_node *an = ATH_NODE(ni); local
5819 ath_tx_node_reassoc(struct ath_softc *sc, struct ath_node *an) argument
5874 struct ath_node *an = ATH_NODE(ni); local
5923 struct ath_node *an = ATH_NODE(ni); local
5950 ath_tx_node_is_asleep(struct ath_softc *sc, struct ath_node *an) argument
5977 ath_tx_node_sleep(struct ath_softc *sc, struct ath_node *an) argument
6016 ath_tx_node_wakeup(struct ath_softc *sc, struct ath_node *an) argument
[all...]
H A Dif_athrate.h63 * number is != ATH_TXMAXTRY then an additional callback is made to setup
113 * (when operating as an ap or for nodes discovered when operating
125 void ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an,
165 int ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an,
/freebsd-10.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c83 * This file is an implementation of the SampleRate algorithm
130 ath_rate_node_init(struct ath_softc *sc, struct ath_node *an) argument
136 ath_rate_node_cleanup(struct ath_softc *sc, struct ath_node *an) argument
162 pick_best_rate(struct ath_node *an, const HAL_RATE_TABLE *rt, argument
165 struct sample_node *sn = ATH_NODE_SAMPLE(an);
178 if ((an->an_node.ni_flags & IEEE80211_NODE_HT) &&
209 if (an->an_node.ni_flags & IEEE80211_NODE_HT) {
218 if (! (an->an_node.ni_flags & IEEE80211_NODE_HT)) {
231 if (an->an_node.ni_flags & IEEE80211_NODE_HT) {
246 pick_sample_rate(struct sample_softc *ssc , struct ath_node *an, argument
369 struct ath_node *an = ATH_NODE(ni); local
391 ath_rate_pick_seed_rate_legacy(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
432 ath_rate_pick_seed_rate_ht(struct ath_softc *sc, struct ath_node *an, int frameLen) argument
480 ath_rate_findrate(struct ath_softc *sc, struct ath_node *an, int shortPreamble, size_t frameLen, u_int8_t *rix0, int *try0, u_int8_t *txrate) argument
664 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, uint8_t rix0, struct ath_rc_series *rc) argument
687 ath_rate_setupxtxdesc(struct ath_softc *sc, struct ath_node *an, struct ath_desc *ds, int shortPreamble, u_int8_t rix) argument
712 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int rix1, int tries1, int rix2, int tries2, int rix3, int tries3, int short_tries, int tries, int status, int nframes, int nbad) argument
851 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
1007 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1037 struct ath_node *an = ATH_NODE(ni); local
1167 ath_rate_fetch_node_stats(struct ath_softc *sc, struct ath_node *an, struct ath_rateioctl *rs) argument
[all...]
/freebsd-10.0-release/sys/modules/an/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/an
/freebsd-10.0-release/sys/dev/an/
H A Dif_an_isa.c72 #include <dev/an/if_aironet_ieee.h>
73 #include <dev/an/if_anreg.h>
141 "an",
148 DRIVER_MODULE(an, isa, an_isa_driver, an_isa_devclass, 0, 0);
149 MODULE_DEPEND(an, isa, 1, 1, 1);
150 MODULE_DEPEND(an, wlan, 1, 1, 1);
H A Dif_an_pccard.c69 #include <dev/an/if_aironet_ieee.h>
70 #include <dev/an/if_anreg.h>
94 "an",
101 DRIVER_MODULE(an, pccard, an_pccard_driver, an_pccard_devclass, 0, 0);
102 MODULE_DEPEND(an, wlan, 1, 1, 1);
H A Dif_an_pci.c43 * All we do here is handle the PCI probe and attach and set up an
86 #include <dev/an/if_aironet_ieee.h>
87 #include <dev/an/if_anreg.h>
258 "an",
265 DRIVER_MODULE(an, pci, an_pci_driver, an_devclass, 0, 0);
266 MODULE_DEPEND(an, pci, 1, 1, 1);
267 MODULE_DEPEND(an, wlan, 1, 1, 1);
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkbuildinf.pl12 * Generate CFLAGS as an array of individual characters. This is a
/freebsd-10.0-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_vendor.h70 #error Choose an interface in osm_config.h
/freebsd-10.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h113 struct virtio_scsi_ctrl_an_req an; member in union:vtscsi_request::__anon9683
117 #define vsr_an_req vsr_ureq.an
125 struct virtio_scsi_ctrl_an_resp an; member in union:vtscsi_request::__anon9684
129 #define vsr_an_resp vsr_uresp.an
/freebsd-10.0-release/sys/i386/xbox/
H A Dxbox.c39 #error You must have a I686_CPU in your kernel if you want to make an XBOX-compatible kernel
69 * values and thus fails attaching (using an error 0x5, this means
74 * 0xfef00000-0xfef003ff on an XBOX, we simply hardcode this address.
/freebsd-10.0-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.jferies13 01/01 Nouvel an
/freebsd-10.0-release/contrib/opie/
H A Dconfigure86 # If the previous option needs an argument, assign it.
475 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1818 It does not let you subtract one const X* pointer from another in an arm
1819 of an if-expression whose if-part is not a constant expression */
2024 echo $ac_n "checking to see if you have an ANSI-style sprintf""... $ac_c" 1>&6
2025 echo "configure:2026: checking to see if you have an ANSI-style sprintf" >&5
2070 /* Override any gcc2 internal prototype to avoid an error. */
2117 /* Override any gcc2 internal prototype to avoid an error. */
2207 /* Override any gcc2 internal prototype to avoid an error. */
2297 /* Override any gcc2 internal prototype to avoid an erro
[all...]
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp104 We expect an error next:
201 LIST:[]="" is an error
240 LIST:[1.]="" is an error
242 LIST:[1].="}" is an error
248 LIST:[-]="" is an error
250 LIST:[--]="" is an error
269 LIST:[1.]="" is an error
271 LIST:[1..]="" is an error
274 LIST:[1..1.]="" is an error
280 LIST:[0..1]="" is an erro
[all...]

Completed in 112 milliseconds

1234567891011