Searched refs:vppp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c255 struct vnode ***vppp; local
342 vppp = VOPARG_OFFSETTO(struct vnode***,
344 error = null_node_create(old_vps[0]->v_mount, **vppp, *vppp);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c1412 union_dircache_r(struct vnode *vp, struct vnode ***vppp, int *cntp) argument
1417 if (vppp) {
1419 *(*vppp)++ = vp;
1431 union_dircache_r(un->un_uppervp, vppp, cntp);
1433 union_dircache_r(un->un_lowervp, vppp, cntp);

Completed in 23 milliseconds