Searched refs:vp (Results 276 - 300 of 804) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dcompat_util.c83 struct vnode *vp; local
95 if (namei_simple_kernel(emul_path, NSM_FOLLOW_NOEMULROOT, &vp) != 0)
99 epp->ep_emul_root = vp;
177 compat_offseterr(struct vnode *vp, const char *msg) argument
181 mp = vp->v_mount;
213 struct vnode *vp; local
219 NSM_FOLLOW_NOEMULROOT, &vp);
225 epp->ep_interp = vp;
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_uselib.c92 struct vnode *vp; local
99 NSM_FOLLOW_TRYEMULROOT, &vp);
103 if ((error = vn_rdwr(UIO_READ, vp, (void *) &hdr, LINUX_AOUT_HDR_SIZE,
106 vrele(vp);
111 vrele(vp);
124 error = vn_marktext(vp);
134 vp, LINUX_N_TXTOFF(hdr, magic),
153 vrele(vp);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dlogops_n.c64 func (mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n) argument
66 call (rp, up, vp, n);
/netbsd-6-1-5-RELEASE/usr.bin/tip/aculib/
H A Dv831.c188 struct vaconfig *vp; local
199 for (vp = vaconfig; vp->vc_name; vp++)
200 if (strcmp(vp->vc_name, acu) == 0)
202 if (vp->vc_name == 0) {
214 pc(vp->vc_rack);
215 pc(vp->vc_modem);
/netbsd-6-1-5-RELEASE/usr.sbin/bootp/bootpef/
H A Dbootpef.c278 byte *vp;
283 vp = buffer;
285 bcopy(vm_rfc1048, vp, 4); /* Copy in the magic cookie */
286 vp += 4;
293 len = dovend_rfc1497(hp, vp, bytesleft);
294 vp += len;
302 *vp++ = TAG_END;
312 len = vp - buffer;
274 byte *vp; local
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_bio.c115 static int lfs_reservebuf(struct lfs *, struct vnode *vp, struct vnode *vp2,
117 static int lfs_reserveavail(struct lfs *, struct vnode *vp, struct vnode *vp2,
151 lfs_reservebuf(struct lfs *fs, struct vnode *vp, argument
160 cantwait = (VTOI(vp)->i_flag & IN_ADIROP) || fs->lfs_unlockvp == vp;
201 * Called with vp locked. (Note nowever that if fsb < 0, vp is ignored.)
203 * XXX YAMT - it isn't safe to unlock vp here
213 lfs_reserveavail(struct lfs *fs, struct vnode *vp, argument
224 cantwait = (VTOI(vp)
271 lfs_reserve(struct lfs *fs, struct vnode *vp, struct vnode *vp2, int fsb) argument
425 struct vnode *vp; local
607 lfs_check(struct vnode *vp, daddr_t blkno, int flags) argument
728 lfs_newbuf(struct lfs *fs, struct vnode *vp, daddr_t daddr, size_t size, int type) argument
770 struct vnode *vp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/mfs/
H A Dmfsnode.h58 #define VTOMFS(vp) ((struct mfsnode *)(vp)->v_data)
/netbsd-6-1-5-RELEASE/sys/fs/efs/
H A Defs_inode.h60 #define EFS_VTOI(vp) ((struct efs_inode *)(vp)->v_data)
/netbsd-6-1-5-RELEASE/sys/miscfs/genfs/
H A Dlayer_extern.h84 #define LAYER_NHASH(lmp, vp) \
85 (&((lmp)->layerm_node_hashtbl[(((u_long)vp)>>LOG2_SIZEVNODE) & \
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwapbl.h185 wapbl_vptomp(struct vnode *vp) argument
190 if (vp != NULL) {
191 if (vp->v_type == VBLK)
192 mp = vp->v_specmountpoint;
194 mp = vp->v_mount;
201 wapbl_vphaswapbl(struct vnode *vp) argument
205 if (vp == NULL)
208 mp = wapbl_vptomp(vp);
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_zexit.c37 v_zexit(SCR *sp, VICMD *vp) argument
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_aix.c128 struct vmount *vp; local
159 for (i = 0, cp = mntinfo; i < ret; i++, cp += vp->vmt_length) {
160 vp = (struct vmount *) cp;
170 (*mpp)->mnt = mnt_dup(vp);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/idn/
H A Dutf8.h91 idn_utf8_getwc(const char *s, size_t len, unsigned long *vp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20090311-1.h14 jsval *vp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp10148.C27 void *vp = (void *)((TIRD*)this)->itc; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dunion2.C11 void *vp; member in union:u
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp10148.C27 void *vp = (void *)((TIRD*)this)->itc; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dunion2.C11 void *vp; member in union:u
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dbufcache.c76 vl_hash(struct uvnode * vp, daddr_t lbn) argument
78 return (int)((unsigned long) vp + lbn) & hashmask;
196 incore(struct uvnode * vp, int lbn) argument
201 hash = vl_hash(vp, lbn);
208 if (bp->b_vp == vp && bp->b_lblkno == lbn) {
220 getblk(struct uvnode * vp, daddr_t lbn, int size) argument
232 if ((bp = incore(vp, lbn)) != NULL) {
283 bp->b_vp = vp;
286 bp->b_hashval = vl_hash(vp, lbn);
288 LIST_INSERT_HEAD(&vp
342 bread(struct uvnode * vp, daddr_t lbn, int size, void * unused, int flags, struct ubuf ** bpp) argument
374 reassignbuf(struct ubuf * bp, struct uvnode * vp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxcoffsolib.h64 extern int vmap_add_symbols (struct vmap *vp);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dmul_ui.c101 mp_limb_t vp[2]; local
102 vp[0] = v & GMP_NUMB_MASK;
103 vp[1] = v >> GMP_NUMB_BITS;
104 PTR(vf) = vp;
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dlcmd2.c256 struct value *vp; local
270 for (pp = default_shell, vp = a;
271 vp->v_type != V_ERR &&
273 pp++, vp++)
274 if ((*pp = vp->v_type == V_STR ?
275 str_cpy(vp->v_str) : str_itoa(vp->v_num)) == 0) {
318 struct value *vp; local
323 for (n = 0, vp = a + 1; vp
[all...]
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_serv.c101 #define nqsrv_getl(vp, rw) /* nothing */
162 struct vnode *vp; local
176 error = nfsrv_fhtovp(&nsfh, 1, &vp, cred, slp, nam, &rdonly,
186 nfsrv_access(vp, VREAD, cred, rdonly, lwp, 0) == 0)
188 if (vp->v_type != VDIR) {
191 nfsrv_access(vp, VWRITE, cred, rdonly, lwp, 0) == 0)
194 nfsrv_access(vp, VEXEC, cred, rdonly, lwp, 0) == 0)
200 nfsrv_access(vp, VWRITE, cred, rdonly, lwp, 0) == 0)
203 nfsrv_access(vp, VEXEC, cred, rdonly, lwp, 0) == 0)
206 getret = VOP_GETATTR(vp,
227 struct vnode *vp; local
268 struct vnode *vp; local
395 struct vnode *vp, *dirp; local
533 struct vnode *vp; local
629 struct vnode *vp; local
856 struct vnode *vp; local
1067 struct vnode *vp; local
1424 struct vnode *vp = NULL, *dirp = NULL; local
1664 struct vnode *vp, *dirp = (struct vnode *)0; local
1814 struct vnode *vp, *dirp; local
2173 struct vnode *vp, *xp, *dirp = (struct vnode *)0; local
2419 struct vnode *vp, *dirp = (struct vnode *)0; local
2539 struct vnode *vp, *dirp = (struct vnode *)0; local
2675 struct vnode *vp; local
2933 struct vnode *vp, *nvp; local
3249 struct vnode *vp; local
3313 struct vnode *vp; local
3382 struct vnode *vp; local
3452 struct vnode *vp; local
3552 nfsrv_access(struct vnode *vp, int flags, kauth_cred_t cred, int rdonly, struct lwp *lwp, int override) argument
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ctldir.c172 zfsctl_root_inode_cb(vnode_t *vp, int index) argument
174 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data;
193 vnode_t *vp, *rvp; local
198 vp = gfs_root_create(sizeof (zfsctl_node_t), zfsvfs->z_vfs,
201 zcp = vp->v_data;
213 vp->v_flag &= ~(VROOT | VNOCACHE | VNOMAP | VNOSWAP | VNOMOUNT);
215 zfsvfs->z_ctldir = vp;
271 zfsctl_common_access(vnode_t *vp, int mode, int flags, cred_t *cr, argument
289 zfsctl_common_getattr(vnode_t *vp, vattr_t *vap) argument
303 vap->va_fsid = vp
316 zfsctl_common_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
350 zfsctl_shares_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) argument
390 zfsctl_root_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
440 zfsctl_pathconf(vnode_t *vp, int cmd, ulong_t *valp, cred_t *cr, caller_context_t *ct) argument
471 zfsctl_snapshot_zname(vnode_t *vp, const char *name, int len, char *zname) argument
936 zfsctl_snapdir_readdir_cb(vnode_t *vp, void *dp, int *eofp, offset_t *offp, offset_t *nextp, void *data, int flags) argument
980 zfsctl_shares_readdir(vnode_t *vp, uio_t *uiop, cred_t *cr, int *eofp, caller_context_t *ct, int flags) argument
1015 vnode_t *vp; local
1033 vnode_t *vp; local
1047 zfsctl_shares_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
1071 zfsctl_snapdir_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *cr, caller_context_t *ct) argument
1089 zfsctl_snapdir_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) argument
1145 vnode_t *vp; local
1157 zfsctl_snapshot_inactive(vnode_t *vp, cred_t *cr, caller_context_t *ct) argument
1216 vnode_t *dvp, *vp; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dpolicy.h54 int secpolicy_vnode_access(struct kauth_cred *cred, struct vnode *vp,
59 int secpolicy_vnode_setattr(struct kauth_cred *cred, struct vnode *vp,
66 int secpolicy_setid_setsticky_clear(struct vnode *vp, struct vattr *vap,

Completed in 309 milliseconds

<<11121314151617181920>>