Searched refs:vpp (Results 1 - 25 of 121) sorted by relevance

12345

/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_lookup.c139 * Lookup *cnp in directory *dvp, return it in *vpp.
140 * **vpp is held on exit.
144 #% lookup vpp - L -
147 INOUT struct vnode **vpp - node of target file, its a new node if
154 hfs_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, int *cnode_locked, int force_casesensitive_lookup) argument
174 *vpp = NULL;
330 *vpp = dvp;
340 *vpp = tvp;
429 *vpp = tvp;
470 struct vnode **vpp local
[all...]
H A Dhfs_chash.c295 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp, argument
391 *vpp = vp;
430 *vpp = NULL;
H A Dhfs_cnode.c995 struct vnode **vpp,
1018 *vpp = NULL;
1024 *vpp = NULL;
1058 cp = hfs_chash_getcnode(hfsmp, attrp->ca_fileid, vpp, wantrsrc,
1105 if (*vpp != NULL) {
1106 vnode_put (*vpp);
1107 *vpp = NULL;
1143 if ((*vpp != NULL) && (cnp)) {
1145 vnode_update_identity (*vpp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash,
1153 if (*vpp !
987 hfs_getnewvnode( struct hfsmount *hfsmp, struct vnode *dvp, struct componentname *cnp, struct cat_desc *descp, int flags, struct cat_attr *attrp, struct cat_fork *forkp, struct vnode **vpp, int *out_flags) argument
[all...]
H A Dhfs_cnode.h350 struct cat_fork *forkp, struct vnode **vpp, int *out_flags);
404 extern struct cnode * hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
H A Dhfs_vfsops.c148 int hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
151 static int hfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, vfs_context_t context);
156 static int hfs_vfs_root(struct mount *mp, struct vnode **vpp, vfs_context_t context);
2225 hfs_vfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t context) argument
2227 return hfs_vget(VFSTOHFS(mp), (cnid_t)kHFSRootFolderID, vpp, 1, 0);
2622 hfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp, __unused vfs_context_t context) argument
2628 *vpp = NULL;
2654 *vpp = nvp;
3205 hfs_vfs_vget(struct mount *mp, ino64_t ino, struct vnode **vpp, __unused vfs_context_t context) argument
3213 error = hfs_vget(hfsmp, (cnid_t)ino, vpp,
3255 hfs_vget(struct hfsmount *hfsmp, cnid_t cnid, struct vnode **vpp, int skiplock, int allow_deleted) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.h81 int mockfs_fsnode_vnode(mockfs_fsnode_t fsnp, vnode_t * vpp);
H A Dmockfs_vfsops.c52 int mockfs_root(mount_t mp, vnode_t * vpp, __unused vfs_context_t ctx);
196 * Given a mount (mp), returns the root vnode (*vpp) for that mount with an iocount.
200 int mockfs_root(mount_t mp, vnode_t * vpp, __unused vfs_context_t ctx) argument
204 rvalue = mockfs_fsnode_vnode(((mockfs_mount_t) mp->mnt_data)->mockfs_root, vpp);
H A Dmockfs_fsnode.c286 * Given a mockfs node (fsnp), returns a vnode (*vpp) corresponding to the mockfs node; the vnode will
291 int mockfs_fsnode_vnode(mockfs_fsnode_t fsnp, vnode_t * vpp) argument
298 if ((!fsnp) || (!vpp)) {
312 *vpp = fsnp->vp;
349 *vpp = fsnp->vp;
H A Dmockfs_vnops.c92 vnode_t * vpp; local
98 vpp = ap->a_vpp;
131 rvalue = mockfs_fsnode_vnode(target_fsnode, vpp);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c241 VFS_ROOT(mount_t mp, struct vnode ** vpp, vfs_context_t ctx) argument
252 error = (*mp->mnt_op->vfs_root)(mp, vpp, ctx);
322 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) argument
333 error = (*mp->mnt_op->vfs_vget)(mp, ino, vpp, ctx);
339 VFS_FHTOVP(mount_t mp, int fhlen, unsigned char * fhp, vnode_t * vpp, vfs_context_t ctx) argument
350 error = (*mp->mnt_op->vfs_fhtovp)(mp, fhlen, fhp, vpp, ctx);
2738 *#% lookup vpp - L -
2772 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) argument
2779 a.a_vpp = vpp;
2784 if (_err == 0 && *vpp) {
2806 VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, uint32_t *statusp, struct vnode_attr *vap, vfs_context_t ctx) argument
2893 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
2964 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
3605 VNOP_COMPOUND_REMOVE(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
4143 vn_mkdir(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4174 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t ctx) argument
4206 VNOP_COMPOUND_MKDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4249 vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4315 VNOP_COMPOUND_RMDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4518 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, char *target, vfs_context_t ctx) argument
5028 vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
[all...]
H A Dvfs_lookup.c1519 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1563 *vpp = dp;
1572 if ( (error = VNOP_LOOKUP(dp, vpp, cnp, ctx)) ) {
1576 if (*vpp != NULL)
1594 dp = *vpp;
1619 *vpp = NULL;
1742 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx) argument
1754 error = VFS_ROOT(mp, vpp, ctx);
1756 error = VFS_VGET(mp, ino, vpp, ctx);
H A Dvfs_subr.c222 static int vn_create_reg(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp,
1355 bdevvp(dev_t dev, vnode_t *vpp) argument
1363 *vpp = NULLVP;
1386 *vpp = NULLVP;
1417 *vpp = nvp;
1435 struct vnode **vpp; local
1439 vpp = &speclisth[SPECHASH(nvp_rdev)];
1443 for (vp = *vpp; vp; vp = vp->v_specnext) {
1491 for (vp = *vpp; vp; vp = vp->v_specnext) {
1500 nvp->v_hashchain = vpp;
3885 new_vnode(vnode_t *vpp) argument
4645 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) argument
5151 vnode_lookup(const char *path, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5182 vnode_open(const char *path, int fmode, int cmode, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5318 vn_create_reg(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
5371 vn_create(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c205 fdesc_allocvp(fdntype ftype, int ix, struct mount *mp, struct vnode **vpp, enum vtype vtype, int fdno) argument
227 *vpp = fd->fd_vnode;
228 (*vpp)->v_type = vtype;
259 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vpp);
266 (*vpp)->v_tag = VT_FDESC;
267 fd->fd_vnode = *vpp;
300 struct vnode **vpp = ap->a_vpp; local
311 *vpp = dvp;
341 *vpp = fvp;
345 *vpp
[all...]
H A Ddevfs_vfsops.c254 /* return the address of the root vnode in *vpp */
256 devfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t ctx) argument
263 error = devfs_dntovn(devfs_mp_p->plane_root->de_dnp, vpp, NULL);
432 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
443 devfs_fhtovp (__unused struct mount *mp, __unused int fhlen, __unused unsigned char *fhp, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h352 int vdesc_vpp_offset; /* return vpp location */
410 int bdevvp(dev_t dev, struct vnode **vpp);
430 errno_t vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx);
466 int vn_mkdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx);
467 int vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx);
H A Dmount.h587 @param vpp Destination for root vnode.
591 int (*vfs_root)(struct mount *mp, struct vnode **vpp, vfs_context_t context);
636 @param vpp Destination for vnode.
639 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
650 @param vpp Destination for vnode.
654 int (*vfs_fhtovp)(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp,
1196 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
H A Dnamei.h257 int relookup(struct vnode *dvp, struct vnode **vpp,
/macosx-10.10/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c832 vnode_t *vpp) /* vnode returned here */
882 *vpp = vp;
927 *vpp = vp;
975 vnode_t *vpp; local
991 vpp = ap->a_vpp;
999 *vpp = NULLVP;
1072 error = cache_lookup(dvp, vpp, cnp);
1078 break; /* with vpp set */
1150 *vpp = dvp;
1160 *vpp
819 webdav_get( struct mount *mp, vnode_t dvp, int markroot, struct componentname *cnp, opaque_id obj_id, webdav_ino_t obj_fileid, enum vtype obj_vtype, struct webdav_timespec64 obj_atime, struct webdav_timespec64 obj_mtime, struct webdav_timespec64 obj_ctime, struct webdav_timespec64 obj_createtime, off_t obj_filesize, vnode_t *vpp) argument
2948 vnode_t *vpp = ap->a_vpp; local
3251 vnode_t *vpp = ap->a_vpp; local
[all...]
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_vnops.c296 vnode_t *vpp = ap->a_vpp; local
332 *vpp = dvp;
354 *vpp = dvp;
381 error = VNOP_LOOKUP(vp, nm, vpp, pnp, flags, rdir, cred);
388 *vpp = fntovn(pdfnp);
389 return (vnode_get(*vpp));
621 *vpp = fntovn(fnp);
638 AUTOFS_DPRINT((5, "auto_lookup: name=%s *vpp=%p return=%d\n",
639 cnp->cn_nameptr, (void *)*vpp, error));
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_lookup.c396 vnode_t *vpp = ap->a_vpp; local
420 *vpp = NULL; /* In case we return an error */
422 error = cache_lookup(dvp, vpp, cnp);
463 *vpp = dvp;
482 *vpp = vp;
506 cache_enter(dvp, *vpp, cnp);
600 *vpp = DETOV(dp);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dir.c44 setByteArray(void** vpp, void* vp, size_t nmemb, size_t elem_size) argument
46 if (*vpp)
47 _TIFFfree(*vpp), *vpp = 0; local
51 *vpp = (void*) _TIFFmalloc(bytes);
52 if (*vpp)
53 _TIFFmemcpy(*vpp, vp, bytes);
56 void _TIFFsetByteArray(void** vpp, void* vp, uint32 n) argument
57 { setByteArray(vpp, vp, n, 1); }
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c709 * When calling this routine remember if you get a vpp back and no error then
718 struct smbfattr *fap, vnode_t *vpp,
739 *vpp = NULL;
779 if ((*vpp = smb_hashget(smp, dnp, hashval, name, nmlen,
782 DBG_ASSERT(!vnode_isnamedstream(*vpp));
794 if (fap && node_vtype_changed(*vpp, vnode_vtype(*vpp), fap)) {
800 cache_purge(*vpp);
801 smb_vhashrem(VTOSMB(*vpp));
802 VTOSMB(*vpp)
716 smbfs_nget(struct smb_share *share, struct mount *mp, vnode_t dvp, const char *name, size_t nmlen, struct smbfattr *fap, vnode_t *vpp, uint32_t cnflags, uint32_t flags, vfs_context_t context) argument
[all...]
H A Dsmbfs_vfsops.c1252 smbfs_root(struct mount *mp, vnode_t *vpp, vfs_context_t context) argument
1270 *vpp = smp->sm_rvp;
1271 error = vnode_get(*vpp);
1339 *vpp = vp;
1982 smbfs_vget(struct mount *mp, ino64_t ino, vnode_t *vpp, vfs_context_t context) argument
2038 error = smbfs_root(mp, vpp, context);
2053 fap, vpp,
2060 smbnode_unlock(VTOSMB(*vpp));
2124 error = vnode_lookup (path, 0, vpp, context);
2131 if (vnode_tag(*vpp) !
2168 smbfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, vnode_t *vpp, vfs_context_t context) argument
[all...]
H A Dsmbfs_vnops.c653 SMBFID *fidp, struct smbfattr *fattrp, vnode_t *vpp,
754 if (*vpp) {
755 vnode_put(*vpp);
757 *vpp = vp;
1373 vnode_t *vpp = ap->a_vpp; local
1391 if (vpp == NULL) {
1392 SMBWARNING("Calling us without a vpp\n");
1596 *vpp = vp;
1630 *vpp = vp;
1657 *vpp
651 smbfs_create_open(struct smb_share *share, vnode_t dvp, struct componentname *cnp, struct vnode_attr *vap, uint32_t open_disp, int fmode, SMBFID *fidp, struct smbfattr *fattrp, vnode_t *vpp, vfs_context_t context) argument
3903 vnode_t *vpp = ap->a_vpp; local
6087 vnode_t *vpp = ap->a_vpp; local
[all...]
/macosx-10.10/screen-22/screen/
H A Dlayer.c659 struct viewport *vp, *evp, **vpp; local
726 for (vpp = &cv->c_vplist; (vp = *vpp); vpp = &vp->v_next)
737 *vpp = vp->v_next;
760 *vpp = vp;

Completed in 250 milliseconds

12345