Home
last modified time | relevance | path

Searched refs:vppp (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/miscfs/umapfs/
Dumap_vnops.c128 struct vnode ***vppp; in umap_bypass() local
273 vppp = VOPARG_OFFSETTO(struct vnode***, in umap_bypass()
281 error = layer_node_create(old_vps[0]->v_mount, **vppp, *vppp); in umap_bypass()
283 vrele(**vppp); in umap_bypass()
284 **vppp = NULL; in umap_bypass()
/netbsd/src/sys/miscfs/genfs/
Dlayer_vnops.c233 struct vnode ***vppp; in layer_bypass() local
318 vppp = VOPARG_OFFSETTO(struct vnode***, in layer_bypass()
326 error = layer_node_create(mp, **vppp, *vppp); in layer_bypass()
328 vrele(**vppp); in layer_bypass()
329 **vppp = NULL; in layer_bypass()
/netbsd/src/sys/fs/union/
Dunion_subr.c1020 union_dircache_r(struct vnode *vp, struct vnode ***vppp, int *cntp) in union_dircache_r() argument
1025 if (vppp) { in union_dircache_r()
1027 *(*vppp)++ = vp; in union_dircache_r()
1039 union_dircache_r(un->un_uppervp, vppp, cntp); in union_dircache_r()
1041 union_dircache_r(un->un_lowervp, vppp, cntp); in union_dircache_r()
/netbsd/src/bin/sh/
Dvar.c1344 find_var(const char *name, struct var ***vppp, int *lenp) in find_var() argument
1363 if (vppp) in find_var()
1364 *vppp = vpp; in find_var()
1371 if (vppp) in find_var()
1372 *vppp = vpp; in find_var()