Searched refs:vap (Results 76 - 100 of 191) sorted by relevance

12345678

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_log.c68 zfs_log_create_txtype(zil_create_t type, vsecattr_t *vsecp, vattr_t *vap) argument
70 int isxvattr = (vap->va_mask & AT_XVATTR);
242 zfs_fuid_info_t *fuidp, vattr_t *vap)
250 xvattr_t *xvap = (xvattr_t *)vap;
268 if (vap->va_mask & AT_XVATTR)
311 if (vap->va_mask & AT_XVATTR) {
565 znode_t *zp, vattr_t *vap, uint_t mask_applied, zfs_fuid_info_t *fuidp)
569 xvattr_t *xvap = (xvattr_t *)vap;
581 if (vap->va_mask & AT_XVATTR)
591 lr->lr_mode = (uint64_t)vap
240 zfs_log_create(zilog_t *zilog, dmu_tx_t *tx, uint64_t txtype, znode_t *dzp, znode_t *zp, char *name, vsecattr_t *vsecp, zfs_fuid_info_t *fuidp, vattr_t *vap) argument
564 zfs_log_setattr(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, vattr_t *vap, uint_t mask_applied, zfs_fuid_info_t *fuidp) argument
[all...]
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c93 struct vattr *vap = ap->a_vap; local
95 if (vap->va_flags != (u_long)VNOVAL || vap->va_uid != (uid_t)VNOVAL ||
96 vap->va_gid != (gid_t)VNOVAL || vap->va_atime.tv_sec != VNOVAL ||
97 vap->va_mtime.tv_sec != VNOVAL || vap->va_mode != (mode_t)VNOVAL)
99 if (vap->va_size != (u_quad_t)VNOVAL) {
193 struct vattr *vap = ap->a_vap; local
196 vap
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.h140 struct mbuf * ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1,
146 ieee80211_decap_fastframe(struct ieee80211vap *vap, struct ieee80211_node *ni, argument
149 return IEEE80211_ATH_CAP(vap, ni, IEEE80211_NODE_FF) ?
H A Dieee80211_crypto_wep.c88 wep_attach(struct ieee80211vap *vap, struct ieee80211_key *k) argument
95 vap->iv_stats.is_crypto_nomem++;
99 ctx->wc_vap = vap;
100 ctx->wc_ic = vap->iv_ic;
126 struct ieee80211vap *vap = ctx->wc_vap; local
130 keyid = ieee80211_crypto_get_keyid(vap, k) << 6;
229 struct ieee80211vap *vap = ctx->wc_vap; local
241 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_CRYPTO, wh->i_addr2,
243 vap->iv_stats.is_rx_wepfail++;
326 struct ieee80211vap *vap local
409 struct ieee80211vap *vap = ctx->wc_vap; local
[all...]
H A Dieee80211_crypto_tkip.c109 tkip_attach(struct ieee80211vap *vap, struct ieee80211_key *k) argument
116 vap->iv_stats.is_crypto_nomem++;
120 ctx->tc_vap = vap;
155 struct ieee80211vap *vap = ctx->tc_vap; local
158 keyid = ieee80211_crypto_get_keyid(vap, k) << 6;
178 struct ieee80211vap *vap = ctx->tc_vap; local
179 struct ieee80211com *ic = vap->iv_ic;
186 if (vap->iv_flags & IEEE80211_F_COUNTERM) {
191 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_CRYPTO, wh->i_addr2,
193 vap
230 struct ieee80211vap *vap = ctx->tc_vap; local
263 struct ieee80211vap *vap = ctx->tc_vap; local
343 struct ieee80211vap *vap = ctx->tc_vap; local
965 struct ieee80211vap *vap = ctx->tc_vap; local
[all...]
H A Dieee80211_crypto_ccmp.c97 ccmp_attach(struct ieee80211vap *vap, struct ieee80211_key *k) argument
104 vap->iv_stats.is_crypto_nomem++;
107 ctx->cc_vap = vap;
108 ctx->cc_ic = vap->iv_ic;
143 struct ieee80211vap *vap = ctx->cc_vap; local
146 keyid = ieee80211_crypto_get_keyid(vap, k) << 6;
221 struct ieee80211vap *vap = ctx->cc_vap; local
236 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_CRYPTO, wh->i_addr2,
238 vap->iv_stats.is_rx_ccmpformat++;
248 ieee80211_notify_replay_failure(vap, w
564 struct ieee80211vap *vap = ctx->cc_vap; local
[all...]
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwvar.h84 struct ieee80211vap vap; member in struct:ipw_vap
89 #define IPW_VAP(vap) ((struct ipw_vap *)(vap))
H A Dif_ipw.c404 struct ieee80211vap *vap; local
461 vap = &ivp->vap;
463 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
465 ivp->newstate = vap->iv_newstate;
466 vap->iv_newstate = ipw_newstate;
469 ieee80211_vap_attach(vap, ieee80211_media_change, ipw_media_status,
472 return vap;
476 ipw_vap_delete(struct ieee80211vap *vap) argument
478 struct ipw_vap *ivp = IPW_VAP(vap);
835 struct ieee80211vap *vap = ifp->if_softc; local
846 ipw_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
999 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1361 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1546 struct ieee80211vap *vap = ni->ni_vap; local
2006 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2161 ipw_assoc(struct ieee80211com *ic, struct ieee80211vap *vap) argument
2252 ipw_disassoc(struct ieee80211com *ic, struct ieee80211vap *vap) argument
2303 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c182 runtest(struct ieee80211vap *vap, struct ciphertest *t) argument
185 struct ieee80211_key *key = &vap->iv_nw_keys[t->keyix];
199 if (!ieee80211_crypto_newkey(vap, t->cipher,
209 if (!ieee80211_crypto_setkey(vap, key)) {
229 if (!ieee80211_crypto_enmic(vap, key, m, 1)) {
323 if (!ieee80211_crypto_demic(vap, key, m, 1)) {
329 ieee80211_crypto_delkey(vap, key);
335 ieee80211_crypto_delkey(vap, key);
350 struct ieee80211vap vap; local
355 memset(&vap,
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rumvar.h75 struct ieee80211vap *vap; member in union:sec_param
89 struct ieee80211vap vap; member in struct:rum_vap
103 #define RUM_VAP(vap) ((struct rum_vap *)(vap))
H A Dif_ural.c566 struct ieee80211vap *vap; local
571 vap = &uvp->vap;
574 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
582 uvp->newstate = vap->iv_newstate;
583 vap->iv_newstate = ural_newstate;
587 ieee80211_ratectl_init(vap);
588 ieee80211_ratectl_setinterval(vap, 1000 /* 1 sec */);
591 ieee80211_vap_attach(vap, ieee80211_media_change,
594 return vap;
598 ural_vap_delete(struct ieee80211vap *vap) argument
670 ural_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
763 struct ieee80211vap *vap; local
1026 struct ieee80211vap *vap = ni->ni_vap; local
1066 struct ieee80211vap *vap = ni->ni_vap; local
1231 struct ieee80211vap *vap = ni->ni_vap; local
1753 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2032 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2179 struct ieee80211vap *vap = ni->ni_vap; local
2192 struct ieee80211vap *vap = &uvp->vap; local
2202 struct ieee80211vap *vap = &uvp->vap; local
[all...]
H A Dif_rsu.c639 struct ieee80211vap *vap; local
645 vap = &uvp->vap;
647 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
655 uvp->newstate = vap->iv_newstate;
656 vap->iv_newstate = rsu_newstate;
659 vap->iv_ampdu_density = IEEE80211_HTCAP_MPDUDENSITY_16;
660 vap->iv_ampdu_rxmax = IEEE80211_HTCAP_MAXRXAMPDU_32K;
663 ieee80211_vap_attach(vap, ieee80211_media_change,
667 return (vap);
671 rsu_vap_delete(struct ieee80211vap *vap) argument
1218 rsu_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1326 rsu_site_survey(struct rsu_softc *sc, struct ieee80211vap *vap) argument
1357 struct ieee80211vap *vap = ni->ni_vap; local
1555 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1601 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1630 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2118 struct ieee80211vap *vap = ni->ni_vap; local
2848 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c623 struct ieee80211vap *vap; local
629 vap = &wvp->wv_vap;
630 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
638 vap->iv_key_set = wpi_key_set;
639 vap->iv_key_delete = wpi_key_delete;
641 wvp->wv_recv_mgmt = vap->iv_recv_mgmt;
642 vap->iv_recv_mgmt = wpi_ibss_recv_mgmt;
644 wvp->wv_newstate = vap->iv_newstate;
645 vap->iv_newstate = wpi_newstate;
646 vap
658 wpi_vap_delete(struct ieee80211vap *vap) argument
1618 wpi_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
1662 struct ieee80211vap *vap = ni->ni_vap; local
1721 wpi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2059 struct ieee80211vap *vap; local
2159 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2763 struct ieee80211vap *vap = ni->ni_vap; local
2938 struct ieee80211vap *vap = ni->ni_vap; local
3190 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3538 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3913 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4015 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4073 struct ieee80211vap *vap = ss->ss_vap; local
4266 wpi_auth(struct wpi_softc *sc, struct ieee80211vap *vap) argument
4320 struct ieee80211vap *vap = &wvp->wv_vap; local
4374 struct ieee80211vap *vap = ni->ni_vap; local
4405 wpi_update_beacon(struct ieee80211vap *vap, int item) argument
4448 struct ieee80211vap *vap = ni->ni_vap; local
4468 wpi_run(struct wpi_softc *sc, struct ieee80211vap *vap) argument
4575 struct ieee80211vap *vap = ni->ni_vap; local
4639 struct ieee80211vap *vap = ni->ni_vap; local
4660 struct ieee80211vap *vap = ni->ni_vap; local
4674 struct ieee80211vap *vap = ni->ni_vap; local
4724 struct ieee80211vap *vap = ni->ni_vap; local
4743 wpi_process_key(struct ieee80211vap *vap, const struct ieee80211_key *k, int set) argument
4818 wpi_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
4824 wpi_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
5399 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5416 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5548 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5606 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vnops.c346 struct vattr *vap = ap->a_vap; local
352 vap->va_fsid = dev2udev(ip->i_devvp->v_rdev);
353 vap->va_fileid = ip->i_number;
354 vap->va_mode = ip->i_mode & ~IFMT;
355 vap->va_nlink = ip->i_nlink;
356 vap->va_uid = ip->i_uid;
357 vap->va_gid = ip->i_gid;
358 vap->va_rdev = ip->i_rdev;
359 vap->va_size = ip->i_size;
360 vap
385 struct vattr *vap = ap->a_vap; local
616 struct vattr *vap = ap->a_vap; local
1246 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c993 struct ieee80211vap *vap; local
998 vap = &nvp->vap;
999 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
1001 nvp->newstate = vap->iv_newstate;
1002 vap->iv_newstate = ndis_newstate;
1005 ieee80211_vap_attach(vap, ieee80211_media_change, ndis_media_status,
1009 vap->iv_key_set = ndis_add_key;
1010 vap->iv_key_delete = ndis_del_key;
1011 return vap;
1015 ndis_vap_delete(struct ieee80211vap *vap) argument
1508 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1712 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1731 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2343 struct ieee80211vap *vap = ifp->if_softc; local
2361 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2479 ndis_auth_and_assoc(struct ndis_softc *sc, struct ieee80211vap *vap) argument
2721 struct ieee80211vap *vap; local
2770 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3045 ndis_del_key(struct ieee80211vap *vap, const struct ieee80211_key *key) argument
3074 ndis_add_key(struct ieee80211vap *vap, const struct ieee80211_key *key) argument
3213 ndis_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
3255 struct ieee80211vap *vap = arg; local
3264 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
3352 struct ieee80211vap *vap; local
[all...]
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vnops.c286 struct vattr *vap; local
293 vap = a->a_vap;
297 vap->va_fsid = dev2udev(node->udfmp->im_dev);
298 vap->va_fileid = node->hash_id;
299 vap->va_mode = udf_permtomode(node);
300 vap->va_nlink = le16toh(fentry->link_cnt);
305 vap->va_uid = (le32toh(fentry->uid) == -1) ? 0 : le32toh(fentry->uid);
306 vap->va_gid = (le32toh(fentry->gid) == -1) ? 0 : le32toh(fentry->gid);
307 udf_timetotimespec(&fentry->atime, &vap->va_atime);
308 udf_timetotimespec(&fentry->mtime, &vap
340 struct vattr *vap; local
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c297 struct vattr *vap = ap->a_vap; local
312 if ((vap->va_uid != (uid_t)VNOVAL || vap->va_gid != (gid_t)VNOVAL ||
313 vap->va_atime.tv_sec != VNOVAL || vap->va_mtime.tv_sec != VNOVAL ||
314 vap->va_mode != (mode_t)VNOVAL || vap->va_flags != VNOVAL) &&
326 if (vap->va_flags != VNOVAL) {
327 if (vap->va_flags & ~(UF_HIDDEN|UF_SYSTEM|UF_ARCHIVE|
334 if (vap
542 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c489 struct ieee80211vap *vap; local
510 vap = &ivp->iwi_vap;
511 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
513 vap->iv_bmissthreshold = 24;
515 ivp->iwi_newstate = vap->iv_newstate;
516 vap->iv_newstate = iwi_newstate;
519 ieee80211_vap_attach(vap, ieee80211_media_change, iwi_media_status,
522 return vap;
526 iwi_vap_delete(struct ieee80211vap *vap) argument
528 struct iwi_vap *ivp = IWI_VAP(vap);
866 iwi_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
925 struct ieee80211vap *vap = ifp->if_softc; local
939 iwi_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
1072 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1299 iwi_checkforqos(struct ieee80211vap *vap, const struct ieee80211_frame *wh, int len) argument
1388 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1635 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
1769 struct ieee80211vap *vap = ni->ni_vap; local
2509 iwi_setpowermode(struct iwi_softc *sc, struct ieee80211vap *vap) argument
2524 iwi_setwepkeys(struct iwi_softc *sc, struct ieee80211vap *vap) argument
2552 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2810 iwi_auth_and_assoc(struct iwi_softc *sc, struct ieee80211vap *vap) argument
3553 struct ieee80211vap *vap = ss->ss_vap; local
[all...]
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c755 struct ieee80211vap *vap; local
761 vap = &uvp->vap;
764 if (ieee80211_vap_setup(ic, vap, name, unit, opmode,
775 uvp->newstate = vap->iv_newstate;
776 vap->iv_newstate = urtwn_newstate;
777 vap->iv_update_beacon = urtwn_update_beacon;
778 vap->iv_key_alloc = urtwn_key_alloc;
779 vap->iv_key_set = urtwn_key_set;
780 vap
802 urtwn_vap_delete(struct ieee80211vap *vap) argument
827 urtwn_vap_clear_tx(struct urtwn_softc *sc, struct ieee80211vap *vap) argument
837 urtwn_vap_clear_tx_queue(struct urtwn_softc *sc, urtwn_datahead *head, struct ieee80211vap *vap) argument
1017 struct ieee80211vap *vap; local
2011 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2148 struct ieee80211vap *vap = ni->ni_vap; local
2185 urtwn_update_beacon(struct ieee80211vap *vap, int item) argument
2242 urtwn_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, ieee80211_keyix *keyix, ieee80211_keyix *rxkeyix) argument
2370 urtwn_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
2399 urtwn_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) argument
2427 struct ieee80211vap *vap = arg; local
2464 urtwn_tsf_sync_enable(struct urtwn_softc *sc, struct ieee80211vap *vap) argument
2544 struct ieee80211vap *vap = ni->ni_vap; local
2566 urtwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
2899 struct ieee80211vap *vap = ni->ni_vap; local
3133 struct ieee80211vap *vap = ni->ni_vap; local
3348 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4438 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4837 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
4946 struct ieee80211vap *vap; local
4984 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
5043 urtwn_node_alloc(struct ieee80211vap *vap, const uint8_t mac[IEEE80211_ADDR_LEN]) argument
5313 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c200 struct vattr *vap = va->a_vap; local
210 vap->va_type = vn->v_type;
211 vap->va_fileid = pn_fileno(pn, pvd->pvd_pid);
212 vap->va_flags = 0;
213 vap->va_blocksize = PAGE_SIZE;
214 vap->va_bytes = vap->va_size = 0;
215 vap->va_filerev = 0;
216 vap->va_fsid = vn->v_mount->mnt_stat.f_fsid.val[0];
217 vap
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c199 struct componentname *cnp, struct vattr *vap);
806 struct vattr *vap = ap->a_vap; local
820 vap->va_type = vattr.va_type;
821 vap->va_mode = vattr.va_mode;
822 vap->va_nlink = vattr.va_nlink;
823 vap->va_uid = vattr.va_uid;
824 vap->va_gid = vattr.va_gid;
825 vap->va_fsid = vattr.va_fsid;
826 vap->va_fileid = vattr.va_fileid;
827 vap
878 struct vattr *vap = ap->a_vap; local
985 nfs_setattrrpc(struct vnode *vp, struct vattr *vap, struct ucred *cred, struct thread *td) argument
1421 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
1523 struct vattr *vap = ap->a_vap; local
2000 struct vattr *vap = ap->a_vap; local
2076 struct vattr *vap = ap->a_vap; local
3230 struct vattr *vap; local
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c207 /* copy from vap state (XXX check all vaps have same value?) */
250 ath_tdma_config(struct ath_softc *sc, struct ieee80211vap *vap) argument
258 if (vap == NULL) {
259 vap = TAILQ_FIRST(&ic->ic_vaps); /* XXX */
260 if (vap == NULL) {
266 tp = vap->iv_bss->ni_txparms;
275 tdma = vap->iv_tdma;
291 vap->iv_ifp->if_mtu + IEEE80211_MAXOVERHEAD, rix, AH_TRUE);
359 struct ieee80211vap *vap = ni->ni_vap; local
376 const struct ieee80211_tdma_state *ts = vap
612 ath_tdma_beacon_send(struct ath_softc *sc, struct ieee80211vap *vap) argument
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2560.c370 struct ieee80211vap *vap; local
381 device_printf(sc->sc_dev, "only 1 vap supported\n");
396 * bssid; WDS vap's always share the local
406 vap = &rvp->ral_vap;
407 ieee80211_vap_setup(ic, vap, name, unit, opmode, flags, bssid);
410 rvp->ral_newstate = vap->iv_newstate;
411 vap->iv_newstate = rt2560_newstate;
412 vap->iv_update_beacon = rt2560_beacon_update;
414 ieee80211_ratectl_init(vap);
416 ieee80211_vap_attach(vap, ieee80211_media_chang
424 rt2560_vap_delete(struct ieee80211vap *vap) argument
745 rt2560_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) argument
914 struct ieee80211vap *vap; local
1277 rt2560_beacon_update(struct ieee80211vap *vap, int item) argument
1454 struct ieee80211vap *vap = ni->ni_vap; local
1507 struct ieee80211vap *vap = ni->ni_vap; local
1665 struct ieee80211vap *vap = ni->ni_vap; local
1744 struct ieee80211vap *vap = ni->ni_vap; local
2205 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
2489 struct ieee80211vap *vap = ic->ic_scan->ss_vap; local
2580 struct ieee80211vap *vap = TAILQ_FIRST(&ic->ic_vaps); local
[all...]
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_vnops.c322 struct vattr *vap = ap->a_vap; local
335 mode_t mode = MAKEIMODE(vap->va_type, vap->va_mode);
347 if ((vap->va_type != VREG)) {
349 vap->va_type);
481 struct vattr *vap = ap->a_vap; local
519 if (vap != VTOVA(vp)) {
520 memcpy(vap, VTOVA(vp), sizeof(*vap));
522 if (vap
612 struct vattr *vap = VTOVA(vp); local
1090 struct vattr *vap = ap->a_vap; local
1535 struct vattr *vap = ap->a_vap; local
[all...]
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c960 xo_vsnprintf (xo_handle_t *xop, xo_buffer_t *xbp, const char *fmt, va_list vap) argument
966 va_copy(va_local, vap);
980 * After we call vsnprintf(), the stage of vap is not defined.
987 va_end(va_local); /* Reset vap to the start */
988 va_copy(va_local, vap);
1005 xo_printf_v (xo_handle_t *xop, const char *fmt, va_list vap) argument
1012 va_copy(va_local, vap);
1022 va_end(va_local); /* Reset vap to the start */
1023 va_copy(va_local, vap);
1041 va_list vap; local
1511 xo_warn_hcv(xo_handle_t *xop, int code, int check_warn, const char *fmt, va_list vap) argument
1599 va_list vap; local
1609 va_list vap; local
1620 va_list vap; local
1630 va_list vap; local
1641 va_list vap; local
1653 va_list vap; local
1665 va_list vap; local
1680 xo_message_hcv(xo_handle_t *xop, int code, const char *fmt, va_list vap) argument
1829 va_list vap; local
1839 va_list vap; local
1850 va_list vap; local
1860 va_list vap; local
6560 xo_emit_hv(xo_handle_t *xop, const char *fmt, va_list vap) argument
6602 xo_emit_hvf(xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, va_list vap) argument
6651 xo_emit_field_hv(xo_handle_t *xop, const char *rolmod, const char *contents, const char *fmt, const char *efmt, va_list vap) argument
6700 va_list vap; local
6714 va_list vap; local
6724 xo_attr_hv(xo_handle_t *xop, const char *name, const char *fmt, va_list vap) argument
6784 va_list vap; local
6797 va_list vap; local
7998 xo_error_hv(xo_handle_t *xop, const char *fmt, va_list vap) argument
8057 va_list vap; local
8070 va_list vap; local
8229 xo_emit_warn_hcv(xo_handle_t *xop, int as_warning, int code, const char *fmt, va_list vap) argument
8283 va_list vap; local
8293 va_list vap; local
8304 va_list vap; local
8314 va_list vap; local
8322 xo_emit_err_v(int eval, int code, const char *fmt, va_list vap) argument
8333 va_list vap; local
8343 va_list vap; local
8355 va_list vap; local
[all...]

Completed in 391 milliseconds

12345678