HomeSort by: relevance | last modified time | path
    Searched defs:firstanp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/autofs/
autofs.c 314 struct autofs_node *firstanp; local in function:autofs_trigger_one
315 for (firstanp = anp; firstanp->an_parent->an_parent;
316 firstanp = firstanp->an_parent)
318 key = kmem_strdup(firstanp->an_name, KM_SLEEP);
autofs.c 314 struct autofs_node *firstanp; local in function:autofs_trigger_one
315 for (firstanp = anp; firstanp->an_parent->an_parent;
316 firstanp = firstanp->an_parent)
318 key = kmem_strdup(firstanp->an_name, KM_SLEEP);

Completed in 22 milliseconds