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

12345

/macosx-10.9.5/xnu-2422.115.4/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;
333 *vpp = dvp;
343 *vpp = tvp;
432 *vpp = tvp;
473 struct vnode **vpp local
[all...]
H A Dhfs_cnode.c983 struct vnode **vpp,
1006 *vpp = NULL;
1012 *vpp = NULL;
1046 cp = hfs_chash_getcnode(hfsmp, attrp->ca_fileid, vpp, wantrsrc,
1093 if (*vpp != NULL) {
1094 vnode_put (*vpp);
1095 *vpp = NULL;
1131 if ((*vpp != NULL) && (cnp)) {
1133 vnode_update_identity (*vpp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash,
1141 if (*vpp !
975 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_chash.c293 hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp, argument
389 *vpp = vp;
428 *vpp = NULL;
H A Dhfs_cnode.h324 struct cat_fork *forkp, struct vnode **vpp, int *out_flags);
371 extern struct cnode * hfs_chash_getcnode(struct hfsmount *hfsmp, ino_t inum, struct vnode **vpp,
/macosx-10.9.5/xnu-2422.115.4/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.9.5/xnu-2422.115.4/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);
2726 *#% lookup vpp - L -
2760 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) argument
2767 a.a_vpp = vpp;
2772 if (_err == 0 && *vpp) {
2794 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
2881 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
2965 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
3606 VNOP_COMPOUND_REMOVE(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
4118 vn_mkdir(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4149 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t ctx) argument
4181 VNOP_COMPOUND_MKDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4224 vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4290 VNOP_COMPOUND_RMDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4493 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, char *target, vfs_context_t ctx) argument
4960 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.c1539 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1583 *vpp = dp;
1592 if ( (error = VNOP_LOOKUP(dp, vpp, cnp, ctx)) ) {
1596 if (*vpp != NULL)
1614 dp = *vpp;
1639 *vpp = NULL;
1762 vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx) argument
1774 error = VFS_ROOT(mp, vpp, ctx);
1776 error = VFS_VGET(mp, ino, vpp, ctx);
H A Dvfs_subr.c216 static int vn_create_reg(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp,
1305 bdevvp(dev_t dev, vnode_t *vpp) argument
1313 *vpp = NULLVP;
1336 *vpp = NULLVP;
1367 *vpp = nvp;
1384 struct vnode **vpp; local
1388 vpp = &speclisth[SPECHASH(nvp_rdev)];
1392 for (vp = *vpp; vp; vp = vp->v_specnext) {
1440 for (vp = *vpp; vp; vp = vp->v_specnext) {
1449 nvp->v_hashchain = vpp;
3716 new_vnode(vnode_t *vpp) argument
4473 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) argument
4971 vnode_lookup(const char *path, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5004 vnode_open(const char *path, int fmode, int cmode, int flags, vnode_t *vpp, vfs_context_t ctx) argument
5098 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
5151 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.9.5/xnu-2422.115.4/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.c265 /* return the address of the root vnode in *vpp */
267 devfs_root(struct mount *mp, struct vnode **vpp, __unused vfs_context_t ctx) argument
274 error = devfs_dntovn(devfs_mp_p->plane_root->de_dnp, vpp, NULL);
443 devfs_vget(__unused struct mount *mp, __unused ino64_t ino, __unused struct vnode **vpp, __unused vfs_context_t ctx) argument
454 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.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h311 int vdesc_vpp_offset; /* return vpp location */
369 int bdevvp(dev_t dev, struct vnode **vpp);
389 errno_t vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx);
425 int vn_mkdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx);
426 int vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx);
H A Dmount.h573 @param vpp Destination for root vnode.
577 int (*vfs_root)(struct mount *mp, struct vnode **vpp, vfs_context_t context);
622 @param vpp Destination for vnode.
625 int (*vfs_vget)(struct mount *mp, ino64_t ino, struct vnode **vpp, vfs_context_t context);
636 @param vpp Destination for vnode.
640 int (*vfs_fhtovp)(struct mount *mp, int fhlen, unsigned char *fhp, struct vnode **vpp,
1181 int vfs_getbyid(fsid_t *fsid, ino64_t ino, vnode_t *vpp, vfs_context_t ctx);
H A Dnamei.h258 int relookup(struct vnode *dvp, struct vnode **vpp,
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c833 vnode_t *vpp) /* vnode returned here */
883 *vpp = vp;
928 *vpp = vp;
976 vnode_t *vpp; local
992 vpp = ap->a_vpp;
1000 *vpp = NULLVP;
1073 error = cache_lookup(dvp, vpp, cnp);
1079 break; /* with vpp set */
1145 *vpp = dvp;
1155 *vpp
820 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
2927 vnode_t *vpp = ap->a_vpp; local
3221 vnode_t *vpp = ap->a_vpp; local
[all...]
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c295 vnode_t *vpp = ap->a_vpp; local
329 *vpp = dvp;
351 *vpp = dvp;
378 error = VNOP_LOOKUP(vp, nm, vpp, pnp, flags, rdir, cred);
385 *vpp = fntovn(pdfnp);
386 return (vnode_get(*vpp));
582 *vpp = fntovn(fnp);
599 AUTOFS_DPRINT((5, "auto_lookup: name=%s *vpp=%p return=%d\n",
600 cnp->cn_nameptr, (void *)*vpp, error));
/macosx-10.9.5/msdosfs-198/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.9.5/tcl-102/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.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c1209 smbfs_root(struct mount *mp, vnode_t *vpp, vfs_context_t context) argument
1224 *vpp = smp->sm_rvp;
1225 return (vnode_get(*vpp));
1291 *vpp = vp;
1886 smbfs_vget(struct mount *mp, ino64_t ino, vnode_t *vpp, vfs_context_t context) argument
1939 error = smbfs_root(mp, vpp, context);
1954 fap, vpp,
1961 smbnode_unlock(VTOSMB(*vpp));
2025 error = vnode_lookup (path, 0, vpp, context);
2032 if (vnode_tag(*vpp) !
2068 smbfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, vnode_t *vpp, vfs_context_t context) argument
[all...]
H A Dsmbfs_node.c660 * When calling this routine remember if you get a vpp back and no error then
669 struct smbfattr *fap, vnode_t *vpp,
690 *vpp = NULL;
730 if ((*vpp = smb_hashget(smp, dnp, hashval, name, nmlen,
733 DBG_ASSERT(!vnode_isnamedstream(*vpp));
745 if (fap && node_vtype_changed(*vpp, vnode_vtype(*vpp), fap)) {
751 cache_purge(*vpp);
752 smb_vhashrem(VTOSMB(*vpp));
753 VTOSMB(*vpp)
667 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_vnops.c589 SMBFID *fidp, struct smbfattr *fattrp, vnode_t *vpp,
690 if (*vpp) {
691 vnode_put(*vpp);
693 *vpp = vp;
1297 vnode_t *vpp = ap->a_vpp; local
1315 if (vpp == NULL) {
1316 SMBWARNING("Calling us without a vpp\n");
1510 *vpp = vp;
1538 *vpp = vp;
1562 *vpp
587 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
3576 vnode_t *vpp = ap->a_vpp; local
5557 vnode_t *vpp = ap->a_vpp; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c677 fill_taskthreadinfo(task_t task, uint64_t thaddr, int thuniqueid, struct proc_threadinfo_internal * ptinfo, void * vpp, int *vidp) argument
711 if ((vpp != NULL) && (thact->uthread != NULL))
712 bsd_threadcdir(thact->uthread, vpp, vidp);
/macosx-10.9.5/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 335 milliseconds

12345