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

12345678

/netbsd-6-1-5-RELEASE/bin/sh/
H A Dvar.c175 struct var **vpp; local
178 if (find_var(ip->text, &vpp, &vp->name_len) != NULL)
180 vp->next = *vpp;
181 *vpp = vp;
189 if (find_var("PS1", &vpp, &vps1.name_len) == NULL) {
190 vps1.next = *vpp;
191 *vpp = &vps1;
279 struct var *vp, **vpp; local
284 vp = find_var(s, &vpp, &nlen);
318 vp->next = *vpp;
403 struct var **vpp; local
442 struct var **vpp; local
519 struct var **vpp; local
630 struct var **vpp; local
751 struct var **vpp; local
811 struct var *vp, **vpp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/adosfs/
H A Dadlookup.c74 struct vnode **vpp; /* place to store result */ local
88 vpp = sp->a_vpp;
89 *vpp = NULL;
113 if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
121 *vpp = vdp;
146 error = VFS_VGET(vdp->v_mount, (ino_t)adp->pblock, vpp);
149 *vpp = NULL;
164 if ((error = VFS_VGET(vdp->v_mount, (ino_t)bn, vpp
171 ap = VTOA(*vpp);
191 vput(*vpp);
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/genfs/
H A Dlayer_vfsops.c125 layerfs_root(struct mount *mp, struct vnode **vpp) argument
131 *vpp = NULL;
139 *vpp = vp;
196 layerfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
203 *vpp = NULL;
206 error = layer_node_create(mp, vp, vpp);
209 *vpp = NULL;
216 layerfs_fhtovp(struct mount *mp, struct fid *fidp, struct vnode **vpp) argument
225 error = layer_node_create(mp, vp, vpp);
228 *vpp
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/gen/
H A Dradixtree.c408 void **vpp; local
417 vpp = &t->t_root;
420 refs->pptr = vpp;
431 KASSERT(vpp == &t->t_root);
450 entry = *vpp;
465 *vpp = c;
472 vpp = &n->n_ptrs[i];
475 refs->pptr = vpp;
480 KASSERT(*vpp == NULL);
489 return vpp;
511 void **vpp; local
537 void **vpp; local
561 void **vpp; local
635 void **vpp; local
648 void **vpp; local
676 void **vpp; local
873 void **vpp; local
904 void **vpp; local
938 void **vpp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/filecorefs/
H A Dfilecore_lookup.c140 struct vnode **vpp = ap->a_vpp; local
150 *vpp = NULL;
172 if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
249 cache_enter(vdp, *vpp, cnp);
298 *vpp = tdp;
301 *vpp = vdp;
311 *vpp = tdp;
317 cache_enter(vdp, *vpp, cnp);
H A Dfilecore_vfsops.c474 filecore_root(struct mount *mp, struct vnode **vpp) argument
481 *vpp = nvp;
533 filecore_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
545 *vpp = NULLVP;
551 *vpp = NULLVP;
554 *vpp = nvp;
567 filecore_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
578 if ((*vpp = filecore_ihashget(dev, ino)) != NULLVP)
584 *vpp = NULLVP;
623 *vpp
[all...]
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_vfsops.c365 coda_root(struct mount *vfsp, struct vnode **vpp) argument
379 *vpp = mi->mi_rootvp;
381 vref(*vpp);
382 vn_lock(*vpp, LK_EXCLUSIVE);
399 *vpp = mi->mi_rootvp;
400 vref(*vpp);
401 vn_lock(*vpp, LK_EXCLUSIVE);
414 *vpp = mi->mi_rootvp;
415 vref(*vpp);
416 vn_lock(*vpp, LK_EXCLUSIV
488 coda_vget(struct mount *vfsp, ino_t ino, struct vnode **vpp) argument
501 coda_fhtovp(struct mount *vfsp, struct fid *fhp, struct mbuf *nam, struct vnode **vpp, int *exflagsp, kauth_cred_t *creadanonp) argument
595 getNewVnode(struct vnode **vpp) argument
[all...]
H A Dcoda_vfsops.h63 int getNewVnode(struct vnode **vpp);
H A Dcoda_vnops.h86 int coda_grab_vnode(dev_t dev, ino_t ino, struct vnode **vpp);
H A Dcoda_vnops.c892 struct vnode **vpp = ap->a_vpp; local
925 *vpp = coda_ctlvp;
926 vref(*vpp);
936 *vpp = (struct vnode *)0;
955 *vpp = CTOV(cp);
956 vref(*vpp);
958 myprintf(("lookup result %d vpp %p\n",error,*vpp));)
967 *vpp = (struct vnode *)0;
975 *vpp
1043 struct vnode **vpp = ap->a_vpp; local
1375 struct vnode **vpp = ap->a_vpp; local
1675 struct vnode **vpp = ap->a_vpp; /* RETURN vp of device */ local
1796 coda_grab_vnode(dev_t dev, ino_t ino, struct vnode **vpp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion_subr.c295 * via (vpp). (mp) is the mountpoint of the union filesystem,
325 struct vnode **vpp,
466 *vpp = UNIONTOV(un);
488 svp->v_interlock, vpp);
524 ungetnewvnode(*vpp);
530 (*vpp)->v_data = malloc(sizeof(struct union_node), M_TEMP, M_WAITOK);
532 (*vpp)->v_vflag |= vflag;
533 (*vpp)->v_iflag |= iflag;
536 (*vpp)->v_type = uppervp->v_type;
540 (*vpp)
324 union_allocvp( struct vnode **vpp, struct mount *mp, struct vnode *undvp, struct vnode *dvp, struct componentname *cnp, struct vnode *uppervp, struct vnode *lowervp, int docache) argument
833 union_mkshadow(struct union_mount *um, struct vnode *dvp, struct componentname *cnp, struct vnode **vpp) argument
911 union_vn_create(struct vnode **vpp, struct union_node *un, struct lwp *l) argument
1069 struct vnode **vpp; local
1117 struct vnode **vpp; local
1222 union_readdirhook(struct vnode **vpp, struct file *fp, struct lwp *l) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_vfsops.c88 ufs_root(struct mount *mp, struct vnode **vpp) argument
95 *vpp = nvp;
215 ufs_fhtovp(struct mount *mp, struct ufid *ufhp, struct vnode **vpp) argument
222 *vpp = NULLVP;
228 *vpp = NULLVP;
231 *vpp = nvp;
/netbsd-6-1-5-RELEASE/sys/fs/efs/
H A Defs_vfsops.c300 efs_root(struct mount *mp, struct vnode **vpp) argument
308 *vpp = vp;
352 efs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
362 *vpp = efs_ihashget(emp->em_dev, ino, LK_EXCLUSIVE);
363 if (*vpp != NULL)
411 *vpp = NULL;
421 *vpp = NULL;
458 *vpp = NULL;
463 *vpp = vp;
476 efs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drumpvnode_if.c68 struct vnode **vpp,
74 error = VOP_LOOKUP(dvp, vpp, cnp);
82 struct vnode **vpp,
89 error = VOP_CREATE(dvp, vpp, cnp, vap);
97 struct vnode **vpp,
104 error = VOP_MKNOD(dvp, vpp, cnp, vap);
373 struct vnode **vpp,
380 error = VOP_MKDIR(dvp, vpp, cnp, vap);
402 struct vnode **vpp,
410 error = VOP_SYMLINK(dvp, vpp, cn
67 RUMP_VOP_LOOKUP(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
81 RUMP_VOP_CREATE(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
96 RUMP_VOP_MKNOD(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
372 RUMP_VOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
401 RUMP_VOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap, char *target) argument
511 RUMP_VOP_BMAP(struct vnode *vp, daddr_t bn, struct vnode **vpp, daddr_t *bnp, int *runp) argument
[all...]
H A Drump_vfs.c222 struct vnode **dvpp, struct vnode **vpp, struct componentname **cnpp)
246 if (vpp) {
247 *vpp = nd.ni_vp;
388 rump_vfs_root(struct mount *mp, struct vnode **vpp, int lock) argument
392 rv = VFS_ROOT(mp, vpp);
397 VOP_UNLOCK(*vpp);
417 rump_vfs_fhtovp(struct mount *mp, struct fid *fid, struct vnode **vpp) argument
420 return VFS_FHTOVP(mp, fid, vpp);
221 rump_namei(uint32_t op, uint32_t flags, const char *namep, struct vnode **dvpp, struct vnode **vpp, struct componentname **cnpp) argument
/netbsd-6-1-5-RELEASE/sys/fs/cd9660/
H A Dcd9660_lookup.c123 struct vnode **vpp = ap->a_vpp; local
132 *vpp = NULL;
154 if ((error = cache_lookup(vdp, vpp, cnp)) >= 0)
339 cache_enter(vdp, *vpp, cnp);
387 *vpp = tdp;
390 *vpp = vdp;
396 *vpp = tdp;
402 cache_enter(vdp, *vpp, cnp);
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_srvsubs.c289 nfsrv_fhtovp(nfsrvfh_t *nsfh, int lockflag, struct vnode **vpp, argument
300 *vpp = (struct vnode *)0;
313 error = VFS_FHTOVP(mp, &fhp->fh_fid, vpp);
321 vput(*vpp);
326 vput(*vpp);
335 vput(*vpp);
339 vput(*vpp);
359 VOP_UNLOCK(*vpp);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ctldir.c247 zfsctl_common_open(vnode_t **vpp, int flags, cred_t *cr, caller_context_t *ct) argument
260 zfsctl_common_close(vnode_t *vpp, int flags, int count, offset_t off, argument
412 zfsctl_root_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, argument
428 err = VFS_ROOT(dvp->v_vfsp, vpp);
430 err = gfs_vop_lookup(dvp, nm, vpp, pnp, flags, rdir,
695 zfsctl_snapdir_mkdir(vnode_t *dvp, char *dirname, vattr_t *vap, vnode_t **vpp, argument
709 *vpp = NULL;
719 err = lookupnameat(dirname, seg, follow, NULL, vpp, dvp);
732 zfsctl_snapdir_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, argument
768 if (gfs_lookup_dot(vpp, dv
905 zfsctl_shares_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dhfs_vfsops.c453 hfs_root(struct mount *mp, struct vnode **vpp) argument
464 *vpp = nvp;
510 hfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
512 return hfs_vget_internal(mp, ino, HFS_DATAFORK, vpp);
520 struct vnode **vpp)
547 if ((*vpp = hfs_nhashget(dev, cnid, fork, LK_EXCLUSIVE)) != NULL)
639 *vpp = vp;
644 *vpp = NULL;
649 hfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp) argument
519 hfs_vget_internal(struct mount *mp, ino_t ino, uint8_t fork, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/alchemy/
H A Ddbau1550.c258 uint16_t vcc, vpp; local
279 vpp = DBAU1550_PCMCIA_VPP_GND;
283 vpp = DBAU1550_PCMCIA_VPP_VCC;
287 vpp = DBAU1550_PCMCIA_VPP_VCC;
297 status |= vpp << shift;
/netbsd-6-1-5-RELEASE/sys/miscfs/fdesc/
H A Dfdesc_vfsops.c142 fdesc_root(struct mount *mp, struct vnode **vpp) argument
152 *vpp = vp;
171 struct vnode **vpp)
170 fdesc_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c191 kernfs_root(struct mount *mp, struct vnode **vpp) argument
195 return (kernfs_allocvp(mp, vpp, KFSkern, &kern_targets[0], 0));
213 struct vnode **vpp)
212 kernfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) argument
H A Dkernfs_subr.c146 kernfs_allocvp(struct mount *mp, struct vnode **vpp, kfstype kfs_type, argument
154 if ((*vpp = kernfs_hashget(kfs_type, mp, kt, value)) != NULL)
158 if ((*vpp = kernfs_hashget(kfs_type, mp, kt, value)) != NULL) {
184 *vpp = vp;
191 *vpp = NULL;
240 *vpp = vp;
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_vnode.c58 chfs_readvnode(struct mount* mp, ino_t ino, struct vnode** vpp) argument
73 KASSERT(vpp != NULL);
75 if (vpp != NULL) {
76 vp = *vpp;
114 *vpp = vp;
186 chfs_makeinode(int mode, struct vnode *dvp, struct vnode **vpp, argument
201 *vpp = NULL;
310 *vpp = vp;
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dccd.c254 ccdinit(struct ccd_softc *cs, char **cpaths, struct vnode **vpp, argument
286 ci->ci_vp = vpp[ix];
311 vn_lock(vpp[ix], LK_SHARED | LK_RETRY);
312 error = VOP_GETATTR(vpp[ix], &va, l->l_cred);
313 VOP_UNLOCK(vpp[ix]);
328 error = getdisksize(vpp[ix], &psize, &secsize);
1022 struct vnode **vpp; local
1102 vpp = kmem_alloc(ccio->ccio_ndisks * sizeof(*vpp), KM_SLEEP);
1106 kmem_free(vpp, cci
[all...]

Completed in 382 milliseconds

12345678