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

/freebsd-10.3-release/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, &avp->av_boff);
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 local
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
368 struct wtap_vap *avp = WTAP_VAP(vap); local
556 struct wtap_vap *avp = WTAP_VAP(vap); local
724 struct wtap_vap *avp = WTAP_VAP(vap); local
[all...]
/freebsd-10.3-release/sbin/devfs/
H A Ddevfs.c179 * /avp/, and /avp[0]/ when the argument vector is no longer
180 * needed unless /acp/ is 0, in which case /avp/ is undefined.
181 * /avp/ is NULL-terminated, so it is actually one longer than /acp/.
184 tokenize(const char *line, int *acp, char ***avp) argument
210 *avp = malloc(sizeof(**avp) * (*acp + 1));
211 if (*avp == NULL)
213 for (ap = *avp; !STAILQ_EMPTY(&plist);) {
217 assert(ap <= *avp
[all...]
/freebsd-10.3-release/contrib/sendmail/src/
H A Dparseaddr.c673 char **avp; local
722 avp = av;
932 if (avp >= &av[MAXATOM])
942 *avp++ = tok;
945 *avp = NULL;
973 ** For each rewrite rule, 'avp' points the address vector we
976 ** MATCHONE, MATCHCLASS, MATCHNCLASS) then the address in avp
979 ** When a match between avp & pvp does not match, we try to
1022 register char **avp; /* address vector pointer */ local
1104 avp
1685 char **avp; local
[all...]
H A Dmap.c339 char **avp; local
353 for (avp = av; *avp != NULL; avp++)
354 sm_dprintf("\n\t%s", *avp);
374 for (avp = av; --c >= '0' && *avp != NULL; avp++)
376 if (*avp == NULL)
378 len += strlen(*avp);
[all...]
H A Dreadcf.c1983 char **avp; local
2000 avp = (char **) xalloc(sizeof(*avp) * i);
2001 memmove((char *) avp, (char *) argv, sizeof(*avp) * i);
2003 return avp;
/freebsd-10.3-release/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c80 struct ttls_avp_vendor *avp; local
84 avp = (struct ttls_avp_vendor *) avphdr;
88 hdrlen = sizeof(*avp);
89 avp->vendor_id = host_to_be32(vendor_id);
94 avp->avp_code = host_to_be32(avp_code);
95 avp->avp_length = host_to_be32(((u32) flags << 24) |
105 struct wpabuf *avp; local
108 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4);
109 if (avp == NULL) {
114 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_cod
150 struct ttls_avp *avp; local
[all...]
/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_beacon.c178 struct ath_vap *avp = ATH_VAP(vap); local
183 bf = avp->av_bcbuf;
201 m = ieee80211_beacon_alloc(ni, &avp->av_boff);
224 if (sc->sc_stagbeacons && avp->av_bslot > 0) {
239 (ATH_BCBUF - avp->av_bslot) / ATH_BCBUF;
245 avp->av_bslot, ni->ni_intval,
694 struct ath_vap *avp = ATH_VAP(vap); local
702 KASSERT(avp->av_bcbuf != NULL, ("no beacon buffer"));
710 bf = avp->av_bcbuf;
713 nmcastq = avp
810 struct ath_vap *avp = ATH_VAP(vap); local
[all...]
H A Dif_ath.c1142 struct ath_vap *avp; local
1148 avp = (struct ath_vap *) malloc(sizeof(struct ath_vap),
1246 vap = &avp->av_vap;
1266 avp->av_recv_mgmt = vap->iv_recv_mgmt;
1270 avp->av_newstate = vap->iv_newstate;
1272 avp->av_bmiss = vap->iv_bmiss;
1275 avp->av_node_ps = vap->iv_node_ps;
1278 avp->av_set_tim = vap->iv_set_tim;
1281 avp->av_recv_pspoll = vap->iv_recv_pspoll;
1299 avp
1402 struct ath_vap *avp = ATH_VAP(vap); local
5280 struct ath_vap *avp = ATH_VAP(vap); local
6110 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6178 struct ath_vap *avp = ATH_VAP(ni->ni_vap); local
6310 struct ath_vap *avp; local
6379 struct ath_vap *avp; local
[all...]
H A Dif_ath_tx.c1871 struct ath_vap *avp = ATH_VAP(vap); local
1970 if (sc->sc_cabq_enable && ismcast && (vap->iv_ps_sta || avp->av_mcastq.axq_depth)) {
1971 txq = &avp->av_mcastq;
2055 if (txq == &avp->av_mcastq) {
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_ttls.c151 struct ttls_avp_vendor *avp; local
155 avp = (struct ttls_avp_vendor *) avphdr;
159 hdrlen = sizeof(*avp);
160 avp->vendor_id = host_to_be32(vendor_id);
165 avp->avp_code = host_to_be32(avp_code);
166 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len));
189 u8 *avp, *pos; local
198 avp = wpabuf_mhead(msg);
199 pos = eap_ttls_avp_hdr(avp, avp_code, 0, mandatory, wpabuf_len(*resp));
202 AVP_PAD(avp, po
820 struct ttls_avp *avp; local
[all...]
/freebsd-10.3-release/lib/libdwarf/
H A Ddwarf_attrval.c48 dwarf_attrval_add(Dwarf_Die die, Dwarf_AttrValue avref, Dwarf_AttrValue *avp, Dwarf_Error *error) argument
76 if (avp != NULL)
77 *avp = av;
/freebsd-10.3-release/lib/libprocstat/
H A Dlibprocstat.c1718 struct argvec *av, **avp; local
1738 avp = (struct argvec **)(env ? &procstat->argv : &procstat->envv);
1739 av = *avp;
1749 *avp = av;
/freebsd-10.3-release/contrib/tzcode/zic/
H A Dzic.c1427 atcomp(avp, bvp)
1428 const void * avp;
1431 const zic_t a = ((const struct attype *) avp)->at;

Completed in 410 milliseconds