View | Details | Raw Unified | Return to bug 18593
Collapse All | Expand All

(-)VOP_LOOKUP.9 (-1 / +1 lines)
Lines 41-47 Link Here
41
.Ft int
41
.Ft int
42
.Fn VOP_LOOKUP "struct vnode *dvp" "struct vnode **vpp" "struct componentname *cnp"
42
.Fn VOP_LOOKUP "struct vnode *dvp" "struct vnode **vpp" "struct componentname *cnp"
43
.Sh DESCRIPTION
43
.Sh DESCRIPTION
44
This VFS entry point looks up a single pathname component in a given directory.
44
This entry point looks up a single pathname component in a given directory.
45
.Pp
45
.Pp
46
Its arguments are:
46
Its arguments are:
47
.Bl -tag -width vpp
47
.Bl -tag -width vpp

Return to bug 18593