Home
last modified time | relevance | path

Searched defs:vap (Results 151 – 175 of 199) sorted by relevance

12345678

/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c801 struct vattr *vap = ap->a_vap; in devfs_getattr() local
1739 struct vattr *vap; in devfs_setattr() local
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1204 tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, in tmpfs_alloc_file()
2292 tmpfs_chtimes(struct vnode *vp, struct vattr *vap, in tmpfs_chtimes()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c1108 zfs_make_xattrdir(znode_t *zp, vattr_t *vap, znode_t **xzpp, cred_t *cr) in zfs_make_xattrdir()
H A Dzfs_ctldir.c999 zfsctl_snapdir_mkdir(struct inode *dip, const char *dirname, vattr_t *vap, in zfsctl_snapdir_mkdir()
H A Dzpl_xattr.c458 vattr_t *vap = NULL; in zpl_xattr_set_dir() local
/freebsd/sys/dev/ral/
H A Drt2560var.h103 #define RT2560_VAP(vap) ((struct rt2560_vap *)(vap)) argument
H A Drt2661var.h96 #define RT2661_VAP(vap) ((struct rt2661_vap *)(vap)) argument
H A Drt2860var.h114 #define RT2860_VAP(vap) ((struct rt2860_vap *)(vap)) argument
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vnops.c216 struct vattr *vap = va->a_vap; in pfs_getattr() local
/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c170 va_list vap; in csv_dbg() local
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1556 struct ieee80211vap *vap = ni->ni_vap; in ath_tx_normal_setup() local
1905 struct ieee80211vap *vap = ni->ni_vap; in ath_tx_start() local
2142 struct ieee80211vap *vap = ni->ni_vap; in ath_tx_raw_start() local
/freebsd/sys/net80211/
H A Dieee80211_mesh.h581 ieee80211_mesh_isproxyena(struct ieee80211vap *vap) in ieee80211_mesh_isproxyena()
596 ieee80211_mesh_discover(struct ieee80211vap *vap, in ieee80211_mesh_discover()
/freebsd/sys/sys/
H A Dvnode.h440 #define VATTR_NULL(vap) vattr_null(vap) argument
442 #define VATTR_NULL(vap) (*(vap) = va_null) /* initialize a vattr */ argument
/freebsd/sys/dev/usb/wlan/
H A Dif_upgtvar.h413 struct ieee80211vap vap; member
417 #define UPGT_VAP(vap) ((struct upgt_vap *)(vap)) argument
H A Dif_rumreg.h52 #define RT2573_SKEY(vap, kidx) (0x1000 + ((vap) * RT2573_SKEY_MAX + \ argument
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c517 nfscl_fillsattr(struct nfsrv_descript *nd, struct vattr *vap, in nfscl_fillsattr()
2553 NFSACL_T *saclp, struct vattr *vap, fhandle_t *fhp, int rderror, in nfsv4_fillattr()
/freebsd/sys/dev/iwi/
H A Dif_iwivar.h127 #define IWI_VAP(vap) ((struct iwi_vap *)(vap)) argument
/freebsd/sys/dev/bwn/
H A Dif_bwn.c2009 struct ieee80211vap *vap; in bwn_vap_create() local
2044 bwn_vap_delete(struct ieee80211vap *vap) in bwn_vap_delete()
4959 bwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) in bwn_newstate()
6399 struct ieee80211vap *vap = ni->ni_vap; in bwn_set_txhdr() local
/freebsd/sys/security/mac/
H A Dmac_vfs.c422 struct componentname *cnp, struct vattr *vap) in mac_vnode_check_create()
/freebsd/sys/kern/
H A Dkern_malloc.c499 malloc_dbg(caddr_t *vap, size_t *sizep, struct malloc_type *mtp, in malloc_dbg()
H A Duipc_mqueue.c1197 struct vattr *vap = ap->a_vap; in mqfs_getattr() local
1237 struct vattr *vap; in mqfs_setattr() local
/freebsd/sys/dev/wpi/
H A Dif_wpivar.h140 #define WPI_VAP(vap) ((struct wpi_vap *)(vap)) argument
/freebsd/sys/dev/otus/
H A Dif_otusreg.h983 struct ieee80211vap vap; member
987 #define OTUS_VAP(vap) ((struct otus_vap *)(vap)) argument
/freebsd/sys/dev/rtwn/
H A Dif_rtwnvar.h108 struct ieee80211vap vap; member
129 #define RTWN_VAP(vap) ((struct rtwn_vap *)(vap)) argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c574 zfs_mknode(znode_t *dzp, vattr_t *vap, dmu_tx_t *tx, cred_t *cr, in zfs_mknode()

12345678