Searched refs:dvp (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h34 #define dnlc_lookup(dvp, name) (NULL)
35 #define dnlc_update(dvp, name, vp) do { } while (0)
36 #define dnlc_remove(dvp, name) do { } while (0)
/freebsd-9.3-release/sys/security/mac_bsdextended/
H A Dugidfw_vnode.c72 ugidfw_vnode_check_chdir(struct ucred *cred, struct vnode *dvp, argument
76 return (ugidfw_check_vp(cred, dvp, MBI_EXEC));
80 ugidfw_vnode_check_chroot(struct ucred *cred, struct vnode *dvp, argument
84 return (ugidfw_check_vp(cred, dvp, MBI_EXEC));
88 ugidfw_check_create_vnode(struct ucred *cred, struct vnode *dvp, argument
92 return (ugidfw_check_vp(cred, dvp, MBI_WRITE));
137 ugidfw_vnode_check_link(struct ucred *cred, struct vnode *dvp, argument
143 error = ugidfw_check_vp(cred, dvp, MBI_WRITE);
161 ugidfw_vnode_check_lookup(struct ucred *cred, struct vnode *dvp, argument
165 return (ugidfw_check_vp(cred, dvp, MBI_EXE
177 ugidfw_vnode_check_readdir(struct ucred *cred, struct vnode *dvp, struct label *dvplabel) argument
193 ugidfw_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
206 ugidfw_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, int samedir, struct componentname *cnp) argument
285 ugidfw_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, struct label *dvplabel, struct vnode *vp, struct label *vplabel, struct componentname *cnp) argument
[all...]
H A Dugidfw_internal.h57 int ugidfw_vnode_check_chdir(struct ucred *cred, struct vnode *dvp,
59 int ugidfw_vnode_check_chroot(struct ucred *cred, struct vnode *dvp,
61 int ugidfw_check_create_vnode(struct ucred *cred, struct vnode *dvp,
76 int ugidfw_vnode_check_link(struct ucred *cred, struct vnode *dvp,
81 int ugidfw_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
85 int ugidfw_vnode_check_readdir(struct ucred *cred, struct vnode *dvp,
89 int ugidfw_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
92 int ugidfw_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
112 int ugidfw_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
/freebsd-9.3-release/sys/kern/
H A Dvfs_cache.c457 * Lookup is called with dvp pointing to the directory to search,
466 * vpp is locked and ref'd on return. If we're looking up DOTDOT, dvp is
472 cache_lookup_times(dvp, vpp, cnp, tsp, ticksp)
473 struct vnode *dvp;
496 *vpp = dvp;
498 dvp, cnp->cn_nameptr);
500 SDT_PROBE(vfs, namecache, lookup, hit, dvp, ".",
510 if (dvp->v_cache_dd == NULL) {
511 SDT_PROBE(vfs, namecache, lookup, miss, dvp,
518 if (dvp
1017 struct vnode *dvp; local
1215 struct vnode *dvp; local
1449 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
1456 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
[all...]
/freebsd-9.3-release/sys/security/mac/
H A Dmac_vfs.c280 struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
284 ASSERT_VOP_LOCKED(dvp, "mac_vnode_create_extattr");
297 MAC_POLICY_CHECK(vnode_create_extattr, cred, mp, mp->mnt_label, dvp,
298 dvp->v_label, vp, vp->v_label, cnp);
392 mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp) argument
396 ASSERT_VOP_LOCKED(dvp, "mac_vnode_check_chdir");
398 MAC_POLICY_CHECK(vnode_check_chdir, cred, dvp, dvp->v_label);
399 MAC_CHECK_PROBE2(vnode_check_chdir, error, cred, dvp);
408 mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp) argument
279 mac_vnode_create_extattr(struct ucred *cred, struct mount *mp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
424 mac_vnode_check_create(struct ucred *cred, struct vnode *dvp, struct componentname *cnp, struct vattr *vap) argument
531 mac_vnode_check_link(struct ucred *cred, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
569 mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp, struct componentname *cnp) argument
687 mac_vnode_check_readdir(struct ucred *cred, struct vnode *dvp) argument
736 mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
755 mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp, struct vnode *vp, int samedir, struct componentname *cnp) argument
912 mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
[all...]
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_node.c153 smbfs_node_alloc(struct mount *mp, struct vnode *dvp, argument
166 if (smp->sm_root != NULL && dvp == NULL) {
171 if (dvp == NULL)
173 vp = VTOSMB(VTOSMB(dvp)->n_parent)->n_vnode;
182 dnp = dvp ? VTOSMB(dvp) : NULL;
183 if (dnp == NULL && dvp != NULL) {
184 vprint("smbfs_node_alloc: dead parent vnode", dvp);
194 if (np->n_parent != dvp ||
246 if (dvp) {
276 smbfs_nget(struct mount *mp, struct vnode *dvp, const char *name, int nmlen, struct smbfattr *fap, struct vnode **vpp) argument
305 struct vnode *dvp; local
[all...]
H A Dsmbfs_vnops.c476 struct vnode *dvp = ap->a_dvp; local
480 struct smbnode *dnp = VTOSMB(dvp);
494 if ((error = VOP_GETATTR(dvp, &vattr, cnp->cn_cred)))
504 error = smbfs_nget(VTOVFS(dvp), dvp, name, nmlen, &fattr, &vp);
509 cache_enter(dvp, vp, cnp);
523 /* struct vnode *dvp = ap->a_dvp;*/
681 struct vnode *dvp = ap->a_dvp; local
685 struct smbnode *dnp = VTOSMB(dvp);
693 if ((error = VOP_GETATTR(dvp,
724 struct vnode *dvp = ap->a_dvp; local
1086 struct vnode *dvp = ap->a_dvp; local
[all...]
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_vnops.c405 struct vnode *dvp = ap->a_dvp; local
414 struct nwmount *nmp=VTONWFS(dvp);
422 if ((error = VOP_GETATTR(dvp, &vattr, cnp->cn_cred)))
428 error = ncp_open_create_file_or_subdir(nmp, dvp, cnp->cn_namelen, cnp->cn_nameptr,
433 fid.f_parent = VTONW(dvp)->n_fid.f_id;
435 error = nwfs_nget(VTOVFS(dvp), fid, &no.fattr, dvp, &vp);
442 cache_enter(dvp, vp, cnp);
461 struct vnode *dvp = ap->a_dvp; local
470 error = ncp_DeleteNSEntry(nmp, VTONW(dvp)
617 struct vnode *dvp = ap->a_dvp; local
664 struct vnode *dvp = ap->a_dvp; local
815 struct vnode *dvp = ap->a_dvp; local
[all...]
H A Dnwfs_node.c135 struct vnode *dvp, struct vnode **vpp)
159 if (fap == NULL || ((fap->attributes & aDIR) == 0 && dvp == NULL))
160 panic("nwfs_allocvp: fap = %p, dvp = %p\n", fap, dvp);
185 if (dvp) {
186 np->n_parent = VTONW(dvp)->n_fid;
207 ASSERT_VOP_LOCKED(dvp, "nwfs_allocvp");
208 if (vp->v_type == VDIR && dvp && (dvp->v_vflag & VV_ROOT) == 0) {
210 vref(dvp);
134 nwfs_allocvp(struct mount *mp, ncpfid fid, struct nw_entry_info *fap, struct vnode *dvp, struct vnode **vpp) argument
216 nwfs_nget(struct mount *mp, ncpfid fid, struct nw_entry_info *fap, struct vnode *dvp, struct vnode **vpp) argument
254 struct vnode *dvp = NULL, *vp = ap->a_vp; local
[all...]
H A Dnwfs_subr.h49 int ncp_initsearch(struct vnode *dvp,struct thread *td, struct ucred *cred);
53 int ncp_lookup(struct vnode *dvp, int len, char *name, struct nw_entry_info *fap,
60 int ncp_open_create_file_or_subdir(struct nwmount *nmp,struct vnode *dvp, int namelen,char *name,
/freebsd-9.3-release/sys/fs/unionfs/
H A Dunion_subr.c87 unionfs_get_hashhead(struct vnode *dvp, char *path) argument
94 unp = VTOUNIONFS(dvp);
108 struct vnode *dvp, char *path)
119 VI_LOCK(dvp);
120 hd = unionfs_get_hashhead(dvp, path);
125 VI_UNLOCK(dvp);
135 VI_UNLOCK(dvp);
145 struct vnode *dvp, char *path)
156 VI_LOCK(dvp);
157 hd = unionfs_get_hashhead(dvp, pat
107 unionfs_get_cached_vnode(struct vnode *uvp, struct vnode *lvp, struct vnode *dvp, char *path) argument
144 unionfs_ins_cached_vnode(struct unionfs_node *uncp, struct vnode *dvp, char *path) argument
184 unionfs_rem_cached_vnode(struct unionfs_node *unp, struct vnode *dvp) argument
207 unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct thread *td) argument
341 struct vnode *dvp; local
530 unionfs_relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct componentname *cn, struct thread *td, char *path, int pathlen, u_long nameiop) argument
578 unionfs_relookup_for_create(struct vnode *dvp, struct componentname *cnp, struct thread *td) argument
622 unionfs_relookup_for_delete(struct vnode *dvp, struct componentname *cnp, struct thread *td) argument
666 unionfs_relookup_for_rename(struct vnode *dvp, struct componentname *cnp, struct thread *td) argument
716 struct vnode *dvp; local
847 unionfs_mkwhiteout(struct vnode *dvp, struct componentname *cnp, struct thread *td, char *path) argument
[all...]
H A Dunion.h109 int unionfs_nodeget(struct mount *mp, struct vnode *uppervp, struct vnode *lowervp, struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct thread *td);
119 int unionfs_mkwhiteout(struct vnode *dvp, struct componentname *cnp, struct thread *td, char *path);
120 int unionfs_relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct componentname *cn, struct thread *td, char *path, int pathlen, u_long nameiop);
121 int unionfs_relookup_for_create(struct vnode *dvp, struct componentname *cnp, struct thread *td);
122 int unionfs_relookup_for_delete(struct vnode *dvp, struct componentname *cnp, struct thread *td);
123 int unionfs_relookup_for_rename(struct vnode *dvp, struct componentname *cnp, struct thread *td);
/freebsd-9.3-release/sys/fs/fdescfs/
H A Dfdesc_vnops.c263 struct vnode *dvp = ap->a_dvp; local
280 *vpp = dvp;
281 VREF(dvp);
285 if (VTOFDESC(dvp)->fd_type != Froot) {
316 if (VTOFDESC(dvp)->fd_ix == FD_DESC + fd) {
318 * In case we're holding the last reference to the file, the dvp
321 vhold(dvp);
322 VOP_UNLOCK(dvp, 0);
326 vn_lock(dvp, LK_RETRY | LK_EXCLUSIVE);
327 vdrop(dvp);
[all...]
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vnops.c199 static int nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp,
201 static int nfs_removerpc(struct vnode *dvp, const char *name, int namelen,
928 struct vnode *dvp = ap->a_dvp; local
930 struct mount *mp = dvp->v_mount;
942 int v3 = NFS_ISV3(dvp);
949 if (dvp->v_type != VDIR)
952 np = VTONFS(dvp);
953 if ((error = VOP_ACCESS(dvp, VEXEC, cnp->cn_cred, td)) != 0) {
957 error = cache_lookup_times(dvp, vpp, cnp, &nctime, &ncticks);
1010 if (dvp !
1482 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
1582 struct vnode *dvp = ap->a_dvp; local
1717 struct vnode *dvp = ap->a_dvp; local
1783 nfs_removerpc(struct vnode *dvp, const char *name, int namelen, struct ucred *cred, struct thread *td) argument
2022 struct vnode *dvp = ap->a_dvp; local
2110 struct vnode *dvp = ap->a_dvp; local
2183 struct vnode *dvp = ap->a_dvp; local
2752 nfs_sillyrename(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
2811 nfs_lookitup(struct vnode *dvp, const char *name, int len, struct ucred *cred, struct thread *td, struct nfsnode **npp) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/
H A Dgfs.c159 gfs_get_parent_ino(vnode_t *dvp, cred_t *cr, caller_context_t *ct, argument
163 gfs_dir_t *dp = dvp->v_data;
171 } else if (dvp->v_flag & V_XATTRDIR) {
436 gfs_lookup_dot(vnode_t **vpp, vnode_t *dvp, vnode_t *pvp, const char *nm) argument
439 VN_HOLD(dvp);
440 *vpp = dvp;
444 ASSERT(dvp->v_flag & VROOT);
445 VN_HOLD(dvp);
446 *vpp = dvp;
764 const char *nm, vnode_t *dvp, vnode_
763 gfs_dir_lookup_dynamic(gfs_lookup_cb callback, gfs_dir_t *dp, const char *nm, vnode_t *dvp, vnode_t **vpp, cred_t *cr, int flags, int *direntflags, pathname_t *realpnp) argument
816 gfs_dir_lookup_static(int (*compare)(const char *, const char *), gfs_dir_t *dp, const char *nm, vnode_t *dvp, int *idx, vnode_t **vpp, pathname_t *rpnp) argument
908 gfs_dir_lookup(vnode_t *dvp, const char *nm, vnode_t **vpp, cred_t *cr, int flags, int *direntflags, pathname_t *realpnp) argument
1020 gfs_dir_readdir(vnode_t *dvp, uio_t *uiop, int *eofp, int *ncookies, u_long **cookies, void *data, cred_t *cr, int flags) argument
1083 gfs_vop_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...]
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvnops.c206 static int nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp,
208 static int nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name,
1034 struct vnode *dvp = ap->a_dvp; local
1036 struct mount *mp = dvp->v_mount;
1052 if (dvp->v_type != VDIR)
1055 np = VTONFS(dvp);
1065 if ((error = VOP_ACCESS(dvp, VEXEC, cnp->cn_cred, td)) != 0)
1067 error = cache_lookup_times(dvp, vpp, cnp, &nctime, &ncticks);
1121 if (dvp != newvp)
1127 if (dvp
1415 nfs_mknodrpc(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vattr *vap) argument
1516 struct vnode *dvp = ap->a_dvp; local
1652 struct vnode *dvp = ap->a_dvp; local
1719 nfs_removerpc(struct vnode *dvp, struct vnode *vp, char *name, int namelen, struct ucred *cred, struct thread *td) argument
2011 struct vnode *dvp = ap->a_dvp; local
2087 struct vnode *dvp = ap->a_dvp; local
2164 struct vnode *dvp = ap->a_dvp; local
2379 nfs_sillyrename(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
2437 nfs_lookitup(struct vnode *dvp, char *name, int len, struct ucred *cred, struct thread *td, struct nfsnode **npp) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_as.c93 dtrace_difv_t *dvp; local
100 dvp = &pcb->pcb_difo->dtdo_vartab[pcb->pcb_asvidx++];
108 dvp->dtdv_name = (uint_t)stroff;
109 dvp->dtdv_id = idp->di_id;
110 dvp->dtdv_flags = 0;
112 dvp->dtdv_kind = (idp->di_kind == DT_IDENT_ARRAY) ?
116 dvp->dtdv_scope = DIFV_SCOPE_LOCAL;
118 dvp->dtdv_scope = DIFV_SCOPE_THREAD;
120 dvp->dtdv_scope = DIFV_SCOPE_GLOBAL;
123 dvp
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c523 zfsctl_root_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, argument
527 zfsvfs_t *zfsvfs = dvp->v_vfsp->vfs_data;
539 err = VFS_ROOT(dvp->v_vfsp, LK_EXCLUSIVE, vpp);
543 err = gfs_vop_lookup(dvp, nm, vpp, pnp, flags, rdir,
599 vnode_t *dvp = ap->a_dvp; local
613 err = zfsctl_root_lookup(dvp, nm, vpp, NULL, 0, NULL, cr, NULL, NULL, NULL);
818 zfsctl_snapdir_remove(vnode_t *dvp, char *name, vnode_t *cwd, cred_t *cr, argument
821 zfsctl_snapdir_t *sdp = dvp->v_data;
829 zfsvfs = dvp->v_vfsp->vfs_data;
846 err = zfsctl_snapshot_zname(dvp, nam
878 zfsctl_snapdir_mkdir(vnode_t *dvp, char *dirname, vattr_t *vap, vnode_t **vpp, cred_t *cr, caller_context_t *cc, int flags, vsecattr_t *vsecp) argument
938 vnode_t *dvp = ap->a_dvp; local
1119 vnode_t *dvp = ap->a_dvp; local
1465 vnode_t *dvp; local
1573 vnode_t *dvp = ap->a_dvp; local
1599 vnode_t *dvp, *vp; local
1655 vnode_t *dvp, *vp; local
1718 vnode_t *dvp; local
[all...]
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c77 struct vnode *dvp = v->a_dvp; local
85 dnode = VP_TO_TMPFS_DIR(dvp);
89 error = VOP_ACCESS(dvp, VEXEC, cnp->cn_cred, cnp->cn_thread);
106 ltype = VOP_ISLOCKED(dvp);
107 vhold(dvp);
108 VOP_UNLOCK(dvp, 0);
110 error = tmpfs_alloc_vp(dvp->v_mount, dnode->tn_dir.tn_parent,
113 vn_lock(dvp, ltype | LK_RETRY);
114 vdrop(dvp);
116 VREF(dvp);
216 struct vnode *dvp = v->a_dvp; local
230 struct vnode *dvp = v->a_dvp; local
814 struct vnode *dvp = v->a_dvp; local
868 struct vnode *dvp = v->a_tdvp; local
1343 struct vnode *dvp = v->a_dvp; local
1358 struct vnode *dvp = v->a_dvp; local
1453 struct vnode *dvp = v->a_dvp; local
1731 struct vnode *dvp = ap->a_dvp; local
[all...]
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_vnops.c860 struct vnode *dvp = ap->a_dvp; local
861 struct cnode *dcp = VTOC(dvp);
887 if (IS_CTL_NAME(dvp, nm, len)) {
902 error = venus_lookup(vtomi(dvp), &dcp->c_fid, nm, len, cred,
913 cp = make_coda_node(&VFid, dvp->v_mount, vtype);
923 cache_enter(dvp, *vpp, cnp);
965 VOP_UNLOCK(dvp, 0);
973 vn_lock(dvp, LK_RETRY|LK_EXCLUSIVE);
979 if (*ap->a_vpp && (*ap->a_vpp != dvp))
999 struct vnode *dvp local
1093 struct vnode *dvp = ap->a_dvp; local
1270 struct vnode *dvp = ap->a_dvp; local
1342 struct vnode *dvp = ap->a_dvp; local
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_lookup.c867 ufs_direnter(dvp, tvp, dirp, cnp, newdirbp, isrename)
868 struct vnode *dvp;
888 dp = VTOI(dvp);
889 newentrysize = DIRSIZ(OFSFMT(dvp), dirp);
901 if (!DOINGSOFTDEP(dvp) && !DOINGASYNC(dvp))
905 if (DOINGSOFTDEP(dvp) && newdirbp != NULL)
910 if ((error = UFS_BALLOC(dvp, (off_t)dp->i_offset, DIRBLKSIZ,
912 if (DOINGSOFTDEP(dvp) && newdirbp != NULL)
919 vnode_pager_setsize(dvp, (u_lon
[all...]
H A Dufs_vnops.c947 struct vnode *dvp = ap->a_dvp; local
954 (VTOI(dvp)->i_flags & APPEND)) {
961 error = ufs_dirremove(dvp, ip, ap->a_cnp->cn_flags, 0);
967 * update the inodeblock for dvp and is waiting on
975 (void) VOP_FSYNC(dvp, MNT_WAIT, td);
1063 struct vnode *dvp = ap->a_dvp; local
1071 if (dvp->v_mount->mnt_maxsymlinklen > 0)
1080 if (dvp->v_mount->mnt_maxsymlinklen <= 0)
1088 error = ufs_direnter(dvp, NULL, &newdir, cnp, NULL, 0);
1094 if (dvp
1614 ufs_do_posix1e_acl_inheritance_dir(struct vnode *dvp, struct vnode *tvp, mode_t dmode, struct ucred *cred, struct thread *td) argument
1692 ufs_do_posix1e_acl_inheritance_file(struct vnode *dvp, struct vnode *tvp, mode_t mode, struct ucred *cred, struct thread *td) argument
1771 ufs_do_nfs4_acl_inheritance(struct vnode *dvp, struct vnode *tvp, mode_t child_mode, struct ucred *cred, struct thread *td) argument
1808 struct vnode *dvp = ap->a_dvp; local
2048 struct vnode *dvp = ap->a_dvp; local
[all...]
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_lookup.c112 struct vnode * dvp,
118 register struct hpfsnode *dhp = VTOHP(dvp);
200 struct vnode * dvp,
205 register struct hpfsnode *dhp = VTOHP(dvp);
111 hpfs_makefnode( struct vnode * dvp, struct vnode ** vpp, struct componentname *cnp, struct vattr *vap) argument
199 hpfs_removefnode( struct vnode * dvp, struct vnode * vp, struct componentname *cnp) argument
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vnops.c237 struct vnode **dvp = ap->a_vpp; local
264 *dvp = vp;
265 vref(*dvp);
287 *dvp = de->de_vnode;
288 if (*dvp != NULL) {
289 VI_LOCK(*dvp);
291 vholdl(*dvp);
292 VI_UNLOCK(*dvp);
293 vref(*dvp);
294 vdrop(*dvp);
839 struct vnode *dvp, **vpp; local
1002 struct vnode *dvp, **vpp; local
1328 struct vnode *dvp = ap->a_dvp; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Ddevpoll.c172 struct dvpoll dvp; local
181 dvp.dp_fds = devpollop->events;
182 dvp.dp_nfds = devpollop->nevents;
183 dvp.dp_timeout = timeout;
187 res = ioctl(devpollop->dpfd, DP_POLL, &dvp);

Completed in 340 milliseconds

123