Home
last modified time | relevance | path

Searched refs:ncpptr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/test/debug/
H A Dncptrace.c265 struct namecache *ncpptr; in getncppath() local
267 ncpptr = nch->ncp; in getncppath()
268 while (ncpptr) { in getncppath()
269 kkread(kd, (long)ncpptr, &ncp, sizeof(ncp)); in getncppath()
277 ncpptr = ncp.nc_parent; in getncppath()