Searched refs:rvp (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-strtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
50 return *rvp = rv;
123 rvp[0] = rv1;
124 rvp[1] = rv;
131 rvp[0] = rv;
132 rvp[1] = rv1;
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c46 int mockfs_mountroot(mount_t mp, vnode_t rvp, __unused vfs_context_t ctx);
58 * Given a mount (mp) and a vnode for the root device (rvp), builds a fake filesystem for rvp. This consists
66 int mockfs_mountroot(mount_t mp, vnode_t rvp, __unused vfs_context_t ctx) argument
95 * If rvp is a memory device (with a few caveats), we can point to the same physical memory as the device
101 if (!VNOP_IOCTL(rvp, DKIOCGETMEMDEVINFO, (caddr_t)&memdev_info, 0, NULL)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c332 struct vnode *rvp = NULL; local
353 result = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
359 *ap->a_size = (size_t)VTOF(rvp)->ff_size;
366 result = VNOP_READ(rvp, uio, 0, ap->a_context);
384 result = VNOP_READ(rvp, uio, 0, decmpfs_ctx);
391 vref = vnode_ref (rvp);
393 vnode_rele (rvp);
395 vnode_recycle(rvp);
397 vnode_put(rvp);
849 struct vnode *rvp local
1334 struct vnode *rvp = NULL; local
[all...]
H A Dhfs_vnops.c876 struct vnode *rvp = NULLVP; local
1068 error = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
1083 rcp = VTOC(rvp);
1315 if (rvp) {
1316 vnode_put (rvp);
3241 struct vnode *rvp = NULL; local
3269 if (rvp) {
3270 vnode_put (rvp);
3315 if ((cp->c_rsrc_vp) && (rvp == NULL)) {
3317 rvp
3442 hfs_removefile(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int flags, int skip_reserve, int allow_dirs, __unused struct vnode *rvp, int only_unlink) argument
6302 struct vnode *rvp; local
[all...]
H A Dhfs_cnode.c2105 vnode_t rvp = NULLVP; local
2126 rvp = cp->c_rsrc_vp;
2144 if (rvp) {
2146 ubc_setsize(rvp, 0);
2148 vnode_put(rvp);
H A Dhfs_vfsutils.c3401 struct vnode *rvp; local
3405 error = VFS_ROOT(HFSTOVFS(hfsmp), &rvp, vfs_context_kernel());
3410 cp = VTOC(rvp);
3438 vnode_put(rvp);
3439 rvp = NULL;
H A Dhfs.h691 int hfs_mountroot(mount_t mp, vnode_t rvp, vfs_context_t context);
H A Dhfs_vfsops.c182 hfs_mountroot(mount_t mp, vnode_t rvp, vfs_context_t context) argument
189 if ((error = hfs_mountfs(rvp, mp, NULL, 0, context))) {
191 printf("hfs_mountroot: hfs_mountfs returned %d, rvp (%p) name (%s) \n",
192 error, rvp, (rvp->v_name ? rvp->v_name : "unknown device"));
7017 struct vnode *rvp; local
7117 rvp = vp;
7119 error = hfs_vgetrsrc(hfsmp, vp, &rvp, TRUE, FALSE);
7121 printf ("hfs_reclaimspace: Error looking up rvp fo
[all...]
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c214 vnode_t rvp; local
370 args.pa_root_id, args.pa_root_fileid, VDIR, wts, wts, wts, wts, fmp->pm_dir_size, &rvp);
377 webdav_unlock(VTOWEBDAV(rvp));
379 /* hold on to rvp until unmount */
380 error = vnode_ref(rvp);
381 (void) vnode_put(rvp);
387 fmp->pm_root = rvp;
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c799 vnode_t rvp; local
818 rvp = fnip->fi_rootvp;
819 rfnp = vntofn(rvp);
888 error = vflush(mp, rvp, 0);
898 if (vnode_isinuse(rvp, 1) || rfnp->fn_dirents != NULL) {
918 * A check here is made to see if rvp is busy. If
922 if (vnode_isinuse(rvp, 1) || rfnp->fn_dirents != NULL) {
951 assert(vnode_isinuse(rvp, 0) && !vnode_isinuse(rvp, 1));
970 vnode_rele(rvp); /* releas
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c2603 vnode_t rvp, devvp; local
2613 rvp = imgsrc_rootvnodes[i];
2614 if (rvp == NULLVP) {
2618 error = vnode_get(rvp);
2626 devvp = vnode_mount(rvp)->mnt_devvp;
2628 vnode_put(rvp);
2634 vnode_put(rvp);
2647 vnode_put(rvp);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c471 struct vnode *rvp; local
851 error = VFS_ROOT(mp, &rvp, ctx);
856 error = vnode_label(mp, NULL, rvp, NULL, 0, ctx);
860 vnode_put(rvp);
1346 vnode_t rvp; local
1414 error = get_imgsrc_rootvnode(height, &rvp);
1425 mp = vnode_mount(rvp);
1517 vnode_put(rvp);
1547 vnode_put(rvp);
H A Dvfs_subr.c8694 vnode_t rvp, vp; local
8709 res = VFS_ROOT(mp, &rvp, ctx);
8718 nd.ni_dvp = rvp;
8721 vnode_put(rvp);
8727 vnode_put(rvp);
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c1895 hexnan(double *rvp, const char **sp) argument
1936 word0(*rvp) = Exp_mask | x[0];
1937 word1(*rvp) = x[1];
/macosx-10.9.5/emacs-92/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit7349 rvp\040 �� # ---> 4^4v0^ 0

Completed in 540 milliseconds