Home
last modified time | relevance | path

Searched defs:vpp (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/bin/sh/
H A Dvar.c156 struct var **vpp; in initvar() local
318 struct var *vp, **vpp; in setvareq() local
546 struct var **vpp; in environment() local
591 struct var **vpp; in showvarscmd() local
647 struct var **vpp; in exportcmd() local
748 struct var **vpp; in mklocal() local
881 struct var **vpp; in unsetvar() local
939 struct var *vp, **vpp; in find_var() local
/freebsd/sys/kern/
H A Dvfs_hash.c73 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get()
114 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref()
153 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
H A Dvfs_init.c188 vfs_root_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_root_sigdefer()
199 vfs_cachedroot_sigdefer(struct mount *mp, int flags, struct vnode **vpp) in vfs_cachedroot_sigdefer()
245 vfs_vget_sigdefer(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in vfs_vget_sigdefer()
257 struct vnode **vpp) in vfs_fhtovp_sigdefer()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c558 cd9660_root(struct mount *mp, int flags, struct vnode **vpp) in cd9660_root()
605 cd9660_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in cd9660_fhtovp()
640 cd9660_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in cd9660_vget()
672 struct vnode **vpp, int relocated, struct iso_directory_record *isodir) in cd9660_vget_internal()
H A Dcd9660_lookup.c57 struct vnode **vpp) in cd9660_ino_alloc()
126 struct vnode **vpp = ap->a_vpp; in cd9660_lookup() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c133 uint64_t id, struct vnode **vpp) in sfs_vnode_get()
147 uint64_t id, struct vnode **vpp) in sfs_vnode_insert()
169 struct vnode **vpp) in sfs_vgetx()
391 struct vnode **vpp) in zfsctl_fs_root_vnode()
409 struct vnode **vpp) in zfsctl_root_vnode()
422 struct vnode **vpp) in zfsctl_snapdir_vnode()
438 zfsctl_root(zfsvfs_t *zfsvfs, int flags, vnode_t **vpp) in zfsctl_root()
638 vnode_t **vpp = ap->a_vpp; in zfsctl_root_lookup() local
874 zfsctl_mounted_here(vnode_t **vpp, int flags) in zfsctl_mounted_here()
930 vnode_t **vpp = ap->a_vpp; in zfsctl_snapdir_lookup() local
/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c299 nullfs_root(struct mount *mp, int flags, struct vnode **vpp) in nullfs_root()
396 nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in nullfs_vget()
410 nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp) in nullfs_fhtovp()
H A Dnull_subr.c189 null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp) in null_nodeget()
/freebsd/sys/fs/unionfs/
H A Dunion_vfsops.c412 unionfs_root(struct mount *mp, int flags, struct vnode **vpp) in unionfs_root()
535 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in unionfs_vget()
542 struct vnode **vpp) in unionfs_fhtovp()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c267 struct vnode **vpp) in fuse_vfsop_fhtovp()
533 fuse_vfsop_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in fuse_vfsop_vget()
599 fuse_vfsop_root(struct mount *mp, int lkflags, struct vnode **vpp) in fuse_vfsop_root()
H A Dfuse_node.c204 struct vnode **vpp) in fuse_vnode_alloc()
295 struct vnode **vpp, in fuse_vnode_get()
H A Dfuse_internal.c124 struct vnode **vpp) in fuse_internal_get_cached_vnode()
526 fuse_internal_mknod(struct vnode *dvp, struct vnode **vpp, in fuse_internal_mknod()
790 struct vnode **vpp, in fuse_internal_newentry_core()
828 struct vnode **vpp, in fuse_internal_newentry()
/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c200 struct vnode **vpp) in autofs_vget_callback()
209 struct vnode *dvp, *newvp, **vpp; in autofs_lookup() local
644 struct vnode **vpp) in autofs_node_vn()
H A Dautofs_vfsops.c180 autofs_root(struct mount *mp, int flags, struct vnode **vpp) in autofs_root()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dtwl6030.dtsi44 vpp: regulator-vpp { label
/freebsd/sys/ufs/ufs/
H A Dufs_vfsops.c67 ufs_root(struct mount *mp, int flags, struct vnode **vpp) in ufs_root()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c546 udf_root(struct mount *mp, int flags, struct vnode **vpp) in udf_root()
576 udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in udf_vget()
727 udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in udf_fhtovp()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c103 struct smbfattr *fap, struct vnode **vpp) in smbfs_node_alloc()
230 struct smbfattr *fap, struct vnode **vpp) in smbfs_nget()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_vnops.c92 tmpfs_lookup1(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) in tmpfs_lookup1()
246 struct vnode **vpp = v->a_vpp; in tmpfs_lookup() local
262 struct vnode **vpp = v->a_vpp; in tmpfs_create() local
279 struct vnode **vpp = v->a_vpp; in tmpfs_mknod() local
1298 struct vnode **vpp = v->a_vpp; in tmpfs_mkdir() local
1399 struct vnode **vpp = v->a_vpp; in tmpfs_symlink() local
H A Dtmpfs_vfsops.c574 tmpfs_root(struct mount *mp, int flags, struct vnode **vpp) in tmpfs_root()
586 struct vnode **vpp) in tmpfs_fhtovp()
/freebsd/sys/fs/devfs/
H A Ddevfs_vfsops.c205 devfs_root(struct mount *mp, int flags, struct vnode **vpp) in devfs_root()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c119 mount_snapshot(kthread_t *td, vnode_t **vpp, const char *fstype, char *fspath, in mount_snapshot()
/freebsd/sys/fs/ext2fs/
H A Dext2_vfsops.c1194 ext2_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in ext2_vget()
1321 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in ext2_fhtovp()
1438 ext2_root(struct mount *mp, int flags, struct vnode **vpp) in ext2_root()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c168 fdesc_root(struct mount *mp, int flags, struct vnode **vpp) in fdesc_root()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1035 msdosfs_root(struct mount *mp, int flags, struct vnode **vpp) in msdosfs_root()
1178 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp) in msdosfs_fhtovp()

123