Searched refs:vp (Results 226 - 250 of 804) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_svcout.c174 version_list *vp; local
200 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) {
203 sp, def->def_name, vp->vers_name);
206 sp, TRANSP, def->def_name, vp->vers_name);
207 pvname(def->def_name, vp->vers_num);
210 def->def_name, vp->vers_name, transp);
227 version_list *vp; local
311 version_list *vp; local
390 version_list *vp; local
677 version_list *vp; local
835 version_list *vp; local
994 version_list *vp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_inode.h53 struct vnode *vp; /* vnode associated with this inode */ member in struct:chfs_inode
110 #define VTOI(vp) ((struct chfs_inode *)(vp)->v_data)
111 #define ITOV(ip) ((ip)->vp)
H A Dchfs_vnode.c46 struct vnode *vp; local
49 TAILQ_FOREACH(vp, &chmp->chm_fsmp->mnt_vnodelist, v_mntvnodes) {
50 ip = VTOI(vp);
52 return vp;
68 struct vnode* vp = NULL; local
76 vp = *vpp;
79 ip = VTOI(vp);
100 chfs_set_vnode_size(vp, chfvn->dn_size);
102 vp->v_type = IFTOVT(ip->mode);
114 *vpp = vp;
190 struct vnode *vp; local
315 chfs_set_vnode_size(struct vnode *vp, size_t size) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/fstat/
H A Dntfs.c51 ntfs_filestat(struct vnode *vp, struct filestat *fsp) argument
60 if (!KVM_READ(VTOF(vp), &fn, sizeof (fn))) {
61 dprintf("can't read fnode at %p for pid %d", VTOF(vp), Pid);
76 fsp->mode = (mode_t)ntm.ntm_mode | getftype(vp->v_type);
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs.h93 #define VTOVFS(vp) ((vp)->v_mount)
94 #define VTOSMBFS(vp) (VFSTOSMBFS(VTOVFS(vp)))
H A Dsmbfs_node.h81 #define VTOSMB(vp) ((struct smbnode *)(vp)->v_data)
97 #define smbfs_attr_cacheremove(vp) VTOSMB(vp)->n_attrage = 0
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/pa64/
H A Daors_n.asm32 define(`vp',`%r24')
67 sub vp, %r21, vp C offset vp
74 ldd 0(vp), %r31
78 ldd 8(vp), %r19
82 ldd 16(vp), %r31
86 ldd 24(vp), %r19
90 ldd 32(vp), %r31
94 ldd 40(vp),
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_balloc.c111 lfs_balloc(struct vnode *vp, off_t startoffset, int iosize, kauth_cred_t cred, argument
124 ip = VTOI(vp);
129 /* (void)lfs_check(vp, lbn, 0); */
157 if ((error = lfs_fragextend(vp, osize, fs->lfs_bsize,
163 uvm_vnp_setsize(vp, ip->i_size);
187 *bpp = bp = getblk(vp, lbn, nsize, 0, 0);
200 if (bpp && (error = bread(vp, lbn, osize,
206 lfs_fragextend(vp, osize, nsize, lbn,
216 error = ufs_bmaparray(vp, lbn, &daddr, &indirs[0], &num, NULL, NULL);
227 frags = VFSTOUFS(vp
371 lfs_fragextend(struct vnode *vp, int osize, int nsize, daddr_t lbn, struct buf **bpp, kauth_cred_t cred) argument
487 lfs_register_block(struct vnode *vp, daddr_t lbn) argument
544 lfs_deregister_block(struct vnode *vp, daddr_t lbn) argument
567 lfs_deregister_all(struct vnode *vp) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_disk_open.c86 getdisksize(struct vnode *vp, uint64_t *numsecp, unsigned *secsizep) argument
93 error = VOP_IOCTL(vp, DIOCGPART, &dpart, FREAD, NOCRED);
100 error = VOP_IOCTL(vp, DIOCGWEDGEINFO, &dkw, FREAD, NOCRED);
114 getdiskinfo(struct vnode *vp, struct dkwedge_info *dkw) argument
118 dev_t dev = vp->v_specnode->sn_rdev;
120 if (VOP_IOCTL(vp, DIOCGWEDGEINFO, dkw, FREAD, NOCRED) == 0)
123 if ((error = VOP_IOCTL(vp, DIOCGPART, &dpart, FREAD, NOCRED)) != 0)
H A Dkern_core.c95 struct vnode *vp; local
170 vp = p->p_cwdi->cwdi_cdir;
171 if (vp->v_mount == NULL ||
172 (vp->v_mount->mnt_flag & MNT_NOCOREDUMP) != 0)
199 error = namei_simple_kernel(name, NSM_FOLLOW_NOEMULROOT, &vp);
202 if (vp->v_mount == NULL ||
203 (vp->v_mount->mnt_flag & MNT_NOCOREDUMP) != 0)
205 vrele(vp);
223 vp = nd.ni_vp;
232 if (vp
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion_subr.c255 union_newsize(struct vnode *vp, off_t uppersz, off_t lowersz) argument
257 struct union_node *un = VTOUNION(vp);
262 if (vp->v_type != VREG) {
264 uvm_vnp_setsize(vp, 0);
288 uvm_vnp_setsize(vp, sz);
337 struct vnode *vp, *xlowervp = NULLVP; local
405 vp = UNIONTOV(un);
406 mutex_enter(vp->v_interlock);
415 if ((vp->v_iflag & VI_XLOCK) != 0 && lflag == 0) {
416 mutex_exit(vp
602 union_freevp(struct vnode *vp) argument
785 struct vnode *vp; local
913 struct vnode *vp; local
963 union_vn_close(struct vnode *vp, int fmode, kauth_cred_t cred, struct lwp *l) argument
974 struct vnode *vp = UNIONTOV(un); local
1040 union_dircache_r(struct vnode *vp, struct vnode ***vppp, int *cntp) argument
1065 union_dircache(struct vnode *vp, struct lwp *l) argument
1224 struct vnode *vp = *vpp, *lvp; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dgfs.h120 #define gfs_file_parent(vp) (((gfs_file_t *)(vp)->v_data)->gfs_parent)
122 #define gfs_file_index(vp) (((gfs_file_t *)(vp)->v_data)->gfs_index)
123 #define gfs_file_set_index(vp, idx) \
124 (((gfs_file_t *)(vp)->v_data)->gfs_index = (idx))
126 #define gfs_file_inode(vp) (((gfs_file_t *)(vp)->v_data)->gfs_ino)
127 #define gfs_file_set_inode(vp, ino) \
128 (((gfs_file_t *)(vp)
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dinet_proto.c140 unsigned char *vp; local
145 vp = (unsigned char *) mymalloc(sizeof(*vp) * len);
147 vp[count] = va_arg(ap, unsigned);
149 return (vp);
159 unsigned *vp; local
164 vp = (unsigned *) mymalloc(sizeof(*vp) * len);
166 vp[count] = va_arg(ap, unsigned);
168 return (vp);
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/unionfs/
H A Dunionfs_subr.c74 struct vnode *vp; local
100 svp->v_interlock, &vp);
112 unp->un_vnode = vp;
123 vp->v_type = (uppervp != NULLVP ? uppervp->v_type : lowervp->v_type);
124 vp->v_data = unp;
125 uvm_vnp_setsize(vp, 0);
129 vp->v_vflag |= VV_ROOT;
131 *vpp = vp;
140 unionfs_noderem(struct vnode *vp) argument
148 ump = MOUNTTOUNIONFSMOUNT(vp
354 struct vnode *vp; local
395 struct vnode *vp; local
435 struct vnode *vp; local
473 struct vnode *vp; local
602 struct vnode *vp; local
801 unionfs_check_rmdir(struct vnode *vp, kauth_cred_t cred) argument
909 unionfs_checkuppervp(struct vnode *vp, const char *fil, int lno) argument
929 unionfs_checklowervp(struct vnode *vp, const char *fil, int lno) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_at.c38 v_at(SCR *sp, VICMD *vp) argument
59 name = F_ISSET(vp, VC_BUFFER) ? vp->buffer : '@';
109 if (F_ISSET(vp, VC_C1SET)) {
110 len = snprintf(nbuf, sizeof(nbuf), "%lu", vp->count);
H A Dv_increment.c55 v_increment(SCR *sp, VICMD *vp) argument
67 if (vp->character == '#')
68 vp->character = '+';
69 if (vp->character != '+' && vp->character != '-') {
70 v_emsg(sp, vp->kp->usage, VIM_USAGE);
75 if (F_ISSET(vp, VC_C1SET)) {
76 if (vp->count > LONG_MAX) {
80 change = vp->count;
85 if (db_eget(sp, vp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Drtti3.C70 void *vp = zp; variable
90 vp = dp;
91 vp = dynamic_cast<void*> ((B *)vp);
92 if (dp != (D *)vp) error(35);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Drtti3.C70 void *vp = zp; variable
90 vp = dp;
91 vp = dynamic_cast<void*> ((B *)vp);
92 if (dp != (D *)vp) error(35);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dhamdist.asm28 define(`vp', `r33')
43 addp4 vp = 0, vp C M I
49 ld8 r11 = [vp], 8 C load first vlimb M01
66 ld8 v1 = [vp], 8 C M01
71 ld8 v2 = [vp], 8 C M01
76 ld8 v3 = [vp], 8 C M01
90 ld8 v0 = [vp], 8 C M01
94 ld8 v1 = [vp], 8 C M01
98 ld8 v2 = [vp],
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/ptyfs/
H A Dptyfs_subr.c216 struct vnode *vp; local
223 error = getnewvnode(VT_PTYFS, mp, ptyfs_vnodeop_p, NULL, &vp);
232 ungetnewvnode(vp);
236 vp->v_data = ptyfs = ptyfs_free_get(type, pty, l);
237 ptyfs->ptyfs_vnode = vp;
241 vp->v_type = VDIR;
242 vp->v_vflag = VV_ROOT;
247 vp->v_type = VCHR;
248 spec_node_init(vp, PTYFS_MAKEDEV(ptyfs));
255 uvm_vnp_setsize(vp,
263 ptyfs_freevp(struct vnode *vp) argument
369 struct vnode *vp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vnops.c350 struct vnode *vp; local
358 vp = *VOPARG_OFFSETTO(struct vnode **, offset, ap);
359 pmp = MPTOPUFFSMP(vp->v_mount);
361 DPRINTF_VERBOSE(("checkop call %s (%d), vp %p\n",
362 ap->a_desc->vdesc_name, ap->a_desc->vdesc_offset, vp));
406 DPRINTF_VERBOSE(("checkop return %s (%d), vp %p: %d\n",
407 ap->a_desc->vdesc_name, ap->a_desc->vdesc_offset, vp, rv));
485 struct vnode *vp, *dvp, *cvp; local
515 vp = VPTOPP(ap->a_dvp)->pn_parent;
516 vref(vp);
872 struct vnode *vp = ap->a_vp; local
910 struct vnode *vp = ap->a_vp; local
935 struct vnode *vp = ap->a_vp; local
971 update_va(struct vnode *vp, struct vattr *vap, struct vattr *rvap, struct timespec *va_ttl, struct timespec *cn_ttl, int flags) argument
1027 update_parent(struct vnode *vp, struct vnode *dvp) argument
1050 struct vnode *vp = ap->a_vp; local
1114 dosetattr(struct vnode *vp, struct vattr *vap, kauth_cred_t cred, int flags) argument
1259 struct vnode *vp = ap->a_vp; local
1377 struct vnode *vp = ap->a_vp; local
1440 struct vnode *vp = ap->a_vp; local
1566 struct vnode *vp = ap->a_vp; local
1602 flushvncache(struct vnode *vp, off_t offlo, off_t offhi, bool wait) argument
1641 struct vnode *vp; local
1720 struct vnode *vp = ap->a_vp; local
1770 struct vnode *vp = ap->a_vp; local
1892 struct vnode *vp = ap->a_vp; local
1931 struct vnode *vp = ap->a_vp; local
2043 struct vnode *vp = ap->a_vp; local
2167 struct vnode *vp = ap->a_vp; local
2273 struct vnode *vp = ap->a_vp; local
2422 struct vnode *vp = ap->a_vp; local
2457 struct vnode *vp = ap->a_vp; local
2486 struct vnode *vp = ap->a_vp; local
2550 struct vnode *vp = ap->a_vp; local
2738 struct vnode *vp = ap->a_vp; local
2822 struct vnode *vp; local
2972 struct vnode *vp = ap->a_vp; local
3041 struct vnode *vp = ap->a_vp; local
3104 struct vnode *vp = ap->a_vp; local
3171 struct vnode *vp = ap->a_vp; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dpass6.c81 rfw_update_single(struct uvnode *vp, daddr_t lbn, ufs_daddr_t ndaddr, int size) argument
93 ip = VTOI(vp);
96 error = ufs_bmaparray(fs, vp, lbn, &daddr, a, &num);
124 if (bread(vp, ap->in_lbn, fs->lfs_bsize, NULL, 0, &bp))
210 remove_ino(struct uvnode *vp, ino_t ino) argument
234 if (vp == NULL)
235 vp = lfs_raw_vget(fs, ino, fs->lfs_ivnode->v_fd, daddr);
245 if (vp) {
251 /* vp has been destroyed */
261 struct uvnode *vp; local
332 account_indir(struct uvnode *vp, struct ufs1_dinode *dp, daddr_t ilbn, daddr_t daddr, int lvl) argument
383 struct uvnode *vp; local
429 struct uvnode *vp; local
548 struct uvnode *vp, *devvp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota1.c307 struct vnode *vp, **vpp, *mvp; local
336 vp = nd.ni_vp;
339 VOP_UNLOCK(vp);
340 if (vp->v_type != VREG) {
341 (void) vn_close(vp, FREAD|FWRITE, l->l_cred);
344 if (*vpp != vp)
352 vp->v_vflag |= VV_SYSTEM; /* XXXSMP */
353 *vpp = vp;
378 for (vp = TAILQ_FIRST(&mp->mnt_vnodelist); vp; v
423 struct vnode *vp; local
762 struct vnode *vp, *mvp; local
873 dq1sync(struct vnode *vp, struct dquot *dq) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_vfsops.c173 struct vnode *vp; local
194 vp = nmp->nm_vnode;
195 np = VTONFS(vp);
199 (void)nfs_fsinfo(nmp, vp, cred, l);
206 nfsm_postop_attr(vp, retattr, 0);
262 nfs_fsinfo(struct nfsmount *nmp, struct vnode *vp, kauth_cred_t cred, struct lwp *l) argument
272 struct nfsnode *np = VTONFS(vp);
278 nfsm_postop_attr(vp, retattr, 0);
338 struct vnode *vp; local
374 error = nfs_mount_diskless(&nd->nd_root, "/", &mp, &vp,
597 struct vnode *vp; local
704 struct vnode *vp; local
854 struct vnode *vp; local
929 struct vnode *vp; local
954 struct vnode *vp, *mvp; local
1117 nfs_vptofh(struct vnode *vp, struct fid *buf, size_t *bufsize) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/ntfs/
H A Dntfs_vnops.c116 struct vnode *vp = ap->a_vp; local
117 struct fnode *fp = VTOF(vp);
172 struct vnode *vp = ap->a_vp; local
173 struct fnode *fp = VTOF(vp);
195 vap->va_type = vp->v_type;
210 struct vnode *vp = ap->a_vp; local
212 struct ntnode *ip = VTONT(vp);
215 dprintf(("ntfs_inactive: vnode: %p, ntnode: %llu\n", vp,
218 VOP_UNLOCK(vp);
235 struct vnode *vp local
290 struct vnode *vp = ap->a_vp; local
363 struct vnode *vp = ap->a_vp; local
397 ntfs_check_possible(struct vnode *vp, struct ntnode *ip, mode_t mode) argument
420 ntfs_check_permitted(struct vnode *vp, struct ntnode *ip, mode_t mode, kauth_cred_t cred) argument
439 struct vnode *vp = ap->a_vp; local
469 struct vnode *vp = ap->a_vp; local
497 struct vnode *vp = ap->a_vp; local
516 struct vnode *vp = ap->a_vp; local
748 struct vnode *vp = ap->a_vp; local
[all...]

Completed in 220 milliseconds

1234567891011>>