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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h219 int synthfs_lookup (struct vnop_lookup_args *);
H A Dsynthfs_vnops.c991 return synthfs_lookup(ap);
1006 synthfs_lookup(ap) function
1032 DBG_VOP(("synthfs_lookup called, name = %s, namelen = %ld\n", ap->a_cnp->cn_nameptr, ap->a_cnp->cn_namelen));
1147 DBG_VOP(("synthfs_lookup: result = %d.\n", result));
1150 DBG_VOP(("synthfs_lookup: target_vp = 0x%08X \n", (u_long)target_vp));
1152 DBG_VOP(("synthfs_lookup: found = true but target_vp = NULL?\n"));
1157 DBG_VOP(("synthfs_lookup: dp = %08X; starting_parent = 0x%08X .\n", (u_long)dp, (u_long)starting_parent));

Completed in 33 milliseconds