Home
last modified time | relevance | path

Searched refs:vpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c1133 struct vnode *vp, *vpl; in null_getlowvnode() local
1139 vpl = NULLVPTOLOWERVP(vp); in null_getlowvnode()
1140 vhold(vpl); in null_getlowvnode()
1142 VOP_GETLOWVNODE(vpl, ap->a_vplp, ap->a_flags); in null_getlowvnode()
1143 vdrop(vpl); in null_getlowvnode()
/freebsd/contrib/tcsh/
H A Dtc.func.c513 size_t epl = 0, vpl = 0; in find_stop_ed() local
541 for (vpl = 0; vp[vpl] && !isspace((unsigned char)vp[vpl]); vpl++) in find_stop_ed()
578 (vpl && strncmp(vp, cp, vpl) == 0 && cp[vpl] == '\0')) { in find_stop_ed()