Searched refs:avp (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap.c144 wtap_medium_enqueue(struct wtap_vap *avp, struct mbuf *m) argument
147 return medium_transmit(avp->av_md, avp->id, m);
199 struct wtap_vap *avp = WTAP_VAP(vap); local
208 avp->beacon = ieee80211_beacon_alloc(ni);
209 if (avp->beacon == NULL) {
213 callout_init(&avp->av_swba, 0);
214 avp->bf_node = ieee80211_ref_node(ni);
229 struct wtap_vap *avp = arg; local
237 DWTAP_PRINTF("[%d] beacon intrp\n", avp
265 struct wtap_vap *avp = WTAP_VAP(vap); local
309 struct wtap_vap *avp = (struct wtap_vap *)vap; local
323 struct wtap_vap *avp; local
367 struct wtap_vap *avp = WTAP_VAP(vap); local
423 struct wtap_vap *avp = WTAP_VAP(vap); local
579 struct wtap_vap *avp = WTAP_VAP(vap); local
[all...]
/freebsd-11-stable/sbin/devfs/
H A Ddevfs.c181 * /avp/, and /avp[0]/ when the argument vector is no longer
182 * needed unless /acp/ is 0, in which case /avp/ is undefined.
183 * /avp/ is NULL-terminated, so it is actually one longer than /acp/.
186 tokenize(const char *line, int *acp, char ***avp) argument
212 *avp = malloc(sizeof(**avp) * (*acp + 1));
213 if (*avp == NULL)
215 for (ap = *avp; !STAILQ_EMPTY(&plist);) {
219 assert(ap <= *avp
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c682 char **avp; local
731 avp = av;
941 if (avp >= &av[MAXATOM])
951 *avp++ = tok;
954 *avp = NULL;
982 ** For each rewrite rule, 'avp' points the address vector we
985 ** MATCHONE, MATCHCLASS, MATCHNCLASS) then the address in avp
988 ** When a match between avp & pvp does not match, we try to
1031 register char **avp; /* address vector pointer */ local
1113 avp
1694 char **avp; local
[all...]
H A Dmap.c341 char **avp; local
355 for (avp = av; *avp != NULL; avp++)
356 sm_dprintf("\n\t%s", *avp);
376 for (avp = av; --c >= '0' && *avp != NULL; avp++)
378 if (*avp == NULL)
380 len += strlen(*avp);
[all...]
H A Dreadcf.c1973 char **avp; local
1990 avp = (char **) xalloc(sizeof(*avp) * i);
1991 memmove((char *) avp, (char *) argv, sizeof(*avp) * i);
1993 return avp;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c110 struct ttls_avp_vendor *avp; local
114 avp = (struct ttls_avp_vendor *) avphdr;
118 hdrlen = sizeof(*avp);
119 avp->vendor_id = host_to_be32(vendor_id);
124 avp->avp_code = host_to_be32(avp_code);
125 avp->avp_length = host_to_be32(((u32) flags << 24) |
135 struct wpabuf *avp; local
138 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
139 if (avp == NULL) {
144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_cod
180 struct ttls_avp *avp; local
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c179 struct ath_vap *avp = ATH_VAP(vap); local
184 bf = avp->av_bcbuf;
225 if (sc->sc_stagbeacons && avp->av_bslot > 0) {
240 (ATH_BCBUF - avp->av_bslot) / ATH_BCBUF;
246 avp->av_bslot, ni->ni_intval,
695 struct ath_vap *avp = ATH_VAP(vap); local
703 KASSERT(avp->av_bcbuf != NULL, ("no beacon buffer"));
711 bf = avp->av_bcbuf;
714 nmcastq = avp->av_mcastq.axq_depth;
770 ATH_TXQ_LOCK(&avp
816 struct ath_vap *avp = ATH_VAP(vap); local
[all...]
H A Dif_ath.c1452 struct ath_vap *avp; local
1458 avp = malloc(sizeof(struct ath_vap), M_80211_VAP, M_WAITOK | M_ZERO);
1555 vap = &avp->av_vap;
1574 avp->av_recv_mgmt = vap->iv_recv_mgmt;
1578 avp->av_newstate = vap->iv_newstate;
1580 avp->av_bmiss = vap->iv_bmiss;
1583 avp->av_node_ps = vap->iv_node_ps;
1586 avp->av_set_tim = vap->iv_set_tim;
1589 avp->av_recv_pspoll = vap->iv_recv_pspoll;
1607 avp
1710 struct ath_vap *avp = ATH_VAP(vap); local
5479 struct ath_vap *avp = ATH_VAP(vap); local
6251 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6319 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6451 struct ath_vap *avp; local
6520 struct ath_vap *avp; local
[all...]
H A Dif_ath_tx.c1845 struct ath_vap *avp = ATH_VAP(vap); local
1944 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
1945 txq = &avp->av_mcastq;
2029 if (txq == &avp->av_mcastq) {
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_ttls.c208 struct ttls_avp_vendor *avp; local
212 avp = (struct ttls_avp_vendor *) avphdr;
216 hdrlen = sizeof(*avp);
217 avp->vendor_id = host_to_be32(vendor_id);
222 avp->avp_code = host_to_be32(avp_code);
223 avp->avp_length = host_to_be32(((u32) flags << 24) |
247 u8 *avp, *pos; local
256 avp = wpabuf_mhead(msg);
257 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp));
260 AVP_PAD(avp, po
917 struct ttls_avp *avp; local
[all...]
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c1730 struct argvec *av, **avp; local
1750 avp = (struct argvec **)(env ? &procstat->argv : &procstat->envv);
1751 av = *avp;
1761 *avp = av;
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c1427 atcomp(avp, bvp)
1428 const void * avp;
1431 const zic_t a = ((const struct attype *) avp)->at;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c338 static void attrtopsl(int poll, attr_val *avp);
2996 attrtopsl(int poll, attr_val *avp) argument
3004 int lower = avp->value.r.first; /* a positive number */
3005 int upper = avp->value.r.last;

Completed in 320 milliseconds