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

/freebsd-13-stable/sys/dev/wtap/
H A Dif_wtap.c147 wtap_medium_enqueue(struct wtap_vap *avp, struct mbuf *m) argument
150 return medium_transmit(avp->av_md, avp->id, m);
192 struct wtap_vap *avp = WTAP_VAP(vap); local
201 avp->beacon = ieee80211_beacon_alloc(ni);
202 if (avp->beacon == NULL) {
206 callout_init(&avp->av_swba, 0);
207 avp->bf_node = ieee80211_ref_node(ni);
222 struct wtap_vap *avp = arg; local
230 DWTAP_PRINTF("[%d] beacon intrp\n", avp
258 struct wtap_vap *avp = WTAP_VAP(vap); local
302 struct wtap_vap *avp = (struct wtap_vap *)vap; local
316 struct wtap_vap *avp; local
360 struct wtap_vap *avp = WTAP_VAP(vap); local
416 struct wtap_vap *avp = WTAP_VAP(vap); local
540 struct wtap_vap *avp = WTAP_VAP(vap); local
[all...]
/freebsd-13-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-13-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-13-stable/sys/dev/ath/
H A Dif_ath_beacon.c185 struct ath_vap *avp = ATH_VAP(vap); local
190 bf = avp->av_bcbuf;
231 if (sc->sc_stagbeacons && avp->av_bslot > 0) {
246 (ATH_BCBUF - avp->av_bslot) / ATH_BCBUF;
252 avp->av_bslot, ni->ni_intval,
701 struct ath_vap *avp = ATH_VAP(vap); local
709 KASSERT(avp->av_bcbuf != NULL, ("no beacon buffer"));
717 bf = avp->av_bcbuf;
720 nmcastq = avp->av_mcastq.axq_depth;
781 ATH_TXQ_LOCK(&avp
827 struct ath_vap *avp = ATH_VAP(vap); local
931 struct ath_vap *avp; local
[all...]
H A Dif_ath.c1527 struct ath_vap *avp; local
1533 avp = malloc(sizeof(struct ath_vap), M_80211_VAP, M_WAITOK | M_ZERO);
1630 vap = &avp->av_vap;
1649 avp->av_recv_mgmt = vap->iv_recv_mgmt;
1653 avp->av_newstate = vap->iv_newstate;
1655 avp->av_bmiss = vap->iv_bmiss;
1658 avp->av_node_ps = vap->iv_node_ps;
1661 avp->av_set_tim = vap->iv_set_tim;
1664 avp->av_recv_pspoll = vap->iv_recv_pspoll;
1683 avp
1786 struct ath_vap *avp = ATH_VAP(vap); local
2535 struct ath_vap *avp; local
5622 struct ath_vap *avp = ATH_VAP(vap); local
5767 struct ath_vap *avp = ATH_VAP(vap); local
6656 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6724 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6856 struct ath_vap *avp; local
6925 struct ath_vap *avp; local
[all...]
H A Dif_ath_tx.c1908 struct ath_vap *avp = ATH_VAP(vap); local
2018 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
2019 txq = &avp->av_mcastq;
2108 if (txq == &avp->av_mcastq) {
/freebsd-13-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-13-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-13-stable/lib/libprocstat/
H A Dlibprocstat.c1782 struct argvec *av, **avp; local
1802 avp = (struct argvec **)(env ? &procstat->argv : &procstat->envv);
1803 av = *avp;
1813 *avp = av;
/freebsd-13-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-13-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 315 milliseconds