Searched refs:vpp (Results 101 - 125 of 180) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.h169 int udf_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentname *cnp);
H A Dudf_subr.c5784 udf_create_node_raw(struct vnode *dvp, struct vnode **vpp, int udf_file_type, argument
5802 *vpp = NULL;
5906 *vpp = NULL;
5914 *vpp = nvp;
5933 udf_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, argument
5946 *vpp = NULL;
5985 return udf_create_node_raw(dvp, vpp, udf_file_type, vnodeops, vap, cnp);
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_vnops.c105 struct vnode *vpp; local
173 vpp = 0;
178 if ((error = v7fs_vget(dvp->v_mount, ino, &vpp))) {
186 *a->a_vpp = vpp;
/netbsd-6-1-5-RELEASE/sys/fs/sysvbfs/
H A Dsysvbfs_vnops.c74 struct vnode *vpp = NULL; local
115 if ((error = sysvbfs_vget(v->v_mount, dirent->inode, &vpp)) != 0) {
119 *a->a_vpp = vpp;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_mount.c641 mount_domount(struct lwp *l, vnode_t **vpp, struct vfsops *vfsops, argument
644 vnode_t *vp = *vpp;
773 *vpp = NULL;
H A Dvfs_syscalls.c1436 chdir_lookup(const char *path, int where, struct vnode **vpp, struct lwp *l) argument
1451 *vpp = nd.ni_vp;
1454 if ((*vpp)->v_type != VDIR)
1457 error = VOP_ACCESS(*vpp, VEXEC, l->l_cred);
1460 vput(*vpp);
1462 VOP_UNLOCK(*vpp);
1677 vfs_fhtovp(fhandle_t *fhp, struct vnode **vpp) argument
1682 *vpp = NULL;
1692 error = VFS_FHTOVP(mp, FHANDLE_FILEID(fhp), vpp);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dautoconf.c1432 prom_getprop_address1(int node, void **vpp) argument
1440 *vpp = 0;
1446 *vpp = vp[0];
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_subr.c871 struct vnode ** vpp)
993 *vpp = vp;
1015 *vpp = nvp;
1051 *vpp = nvp;
867 ntfs_ntlookupfile( struct ntfsmount * ntmp, struct vnode * vp, struct componentname * cnp, struct vnode ** vpp) argument
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_alloc.c559 struct vnode **vpp)
571 *vpp = NULL;
606 error = VFS_VGET(pvp->v_mount, ino, vpp);
616 KASSERT((*vpp)->v_type == VNON);
617 ip = VTOI(*vpp);
558 ffs_valloc(struct vnode *pvp, int mode, kauth_cred_t cred, struct vnode **vpp) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/
H A Dconfig.sub580 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dipsec_doi.c3770 set_identifier(vpp, type, value)
3771 vchar_t **vpp;
3775 return set_identifier_qual(vpp, type, value, IDQUAL_UNSPEC);
3779 set_identifier_qual(vpp, type, value, qual)
3780 vchar_t **vpp;
3917 *vpp = new;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m32r.c3961 void *vpp;
3973 vpp = &elf_section_data (s)->local_dynrel;
3974 head = (struct elf_m32r_dyn_relocs **) vpp;
3955 void *vpp; local
H A Delf32-microblaze.c2116 void *vpp;
2127 vpp = &elf_section_data (s)->local_dynrel;
2128 head = (struct elf32_mb_dyn_relocs **) vpp;
2112 void *vpp; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m32r.c3961 void *vpp;
3973 vpp = &elf_section_data (s)->local_dynrel;
3974 head = (struct elf_m32r_dyn_relocs **) vpp;
3955 void *vpp; local
H A Delf32-microblaze.c2116 void *vpp;
2127 vpp = &elf_section_data (s)->local_dynrel;
2128 head = (struct elf32_mb_dyn_relocs **) vpp;
2112 void *vpp; local
H A Delf32-tic6x.c2750 void **vpp;
2757 vpp = &elf_section_data (s)->local_dynrel;
2758 head = (struct elf_dyn_relocs **)vpp;
2749 void **vpp; local
/netbsd-6-1-5-RELEASE/sys/fs/nilfs/
H A Dnilfs_subr.c1202 nilfs_create_node(struct vnode *dvp, struct vnode **vpp, struct vattr *vap, struct componentname *cnp) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/buildaux/
H A Dconfig.sub1105 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/
H A Dconfig.sub1113 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Dconfig.sub1061 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Dconfig.sub1057 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfig.sub1009 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/
H A Dconfig.sub901 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/admin/
H A Dconfig.sub1130 vpp*|vx|vx-*)
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/
H A Dconfig.sub1113 vpp*|vx|vx-*)

Completed in 261 milliseconds

12345678