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

  /src/sys/sys/
Makefile 34 namei.h null.h \
73 namei: namei.src gennameih.awk target
74 ${TOOL_AWK} -f gennameih.awk < namei.src
  /src/usr.bin/make/filemon/
filemon_ktrace.c 114 char namei[PATH_MAX]; member in union:filemon::__anonfbc2a417020a
461 S->path[S->i++] = strndup(F->payload.namei,
462 sizeof F->payload.namei);
  /src/sys/kern/
vfs_lookup.c 58 #include <sys/namei.h>
205 * Determine the namei hash (for the namecache) for name.
237 * System-call-layer level code that is going to call namei should
347 * called after namei starts the results may be arbitrary.
358 * path string. The first copy should be gotten before namei is
391 * namei: convert a pathname into a pointer to a (maybe-locked) vnode,
393 * See namei(9) for the interface documentation.
404 * Overall outline of namei:
453 * Internal state for a namei operation.
472 * Initialize the namei working state
1949 namei(struct nameidata *ndp) function in typeref:typename:int
    [all...]

Completed in 39 milliseconds