Home
last modified time | relevance | path

Searched defs:vops (Results 1 – 8 of 8) sorted by relevance

/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dfwvid.h35 const struct brcmf_fwvid_ops *vops = ifp->drvr->vops; in brcmf_fwvid_feat_attach() local
46 const struct brcmf_fwvid_ops *vops = ifp->drvr->vops; in brcmf_fwvid_set_sae_password() local
64 const struct brcmf_fwvid_ops *vops = ifp->drvr->vops; in brcmf_fwvid_activate_events() local
H A Dfwvid.c27 const struct brcmf_fwvid_ops *vops; member
105 const struct brcmf_fwvid_ops *vops) in brcmf_fwvid_register_vendor()
H A Dcore.h146 const struct brcmf_fwvid_ops *vops; member
/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode.h96 #define vn_matchops(vp, vops) ((vp)->v_op == &(vops)) argument
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c168 const char *tag, struct vop_vector *vops, in sfs_vgetx()
/src/sys/sys/
H A Dvnode.h693 cache_validate_vop_vector(struct mount *mp, struct vop_vector *vops) in cache_validate_vop_vector()
/src/sys/kern/
H A Dvfs_subr.c2073 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode()
H A Dvfs_cache.c4236 cache_validate_vop_vector(struct mount *mp, struct vop_vector *vops) in cache_validate_vop_vector()