Home | History | Annotate | Download | only in amd

Lines Matching refs:xp

89   am_node *xp;
92 xp = next_nonerror_node(mp->am_child);
93 if (!xp) {
96 xp = amfs_generic_lookup_child(mp, mp->am_path + 1, &rc, VLOOK_CREATE);
97 if (xp && rc < 0)
98 xp = amfs_generic_mount_child(xp, &rc);
100 if (xp) {
101 new_ttl(xp); /* (7/12/89) from Rein Tollevik */
102 return xp;