union_subr.c | 111 static int union_do_lookup(struct vnode *, struct componentname *, kauth_cred_t, const char *); 767 union_do_lookup(struct vnode *dvp, struct componentname *cnp, kauth_cred_t cred, function in typeref:typename:int 825 error = union_do_lookup(dvp, &cn, 869 error = union_do_lookup(dvp, &cn, 885 * whereas union_do_lookup is told where to start. 903 error = union_do_lookup(un->un_dirvp, &cn, l->l_cred,
|