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

  /src/usr.sbin/puffs/mount_9p/
subr.c 64 LIST_INIT(&p9n->dir_openlist);
110 LIST_FOREACH(dfp, &p9n->dir_openlist, entries) {
186 LIST_INSERT_HEAD(&p9n->dir_openlist, dfp, entries);
194 while ((dfp = LIST_FIRST(&p9n->dir_openlist)) != NULL) {
ninepuffs.h 124 LIST_HEAD(,dirfid) dir_openlist;
node.c 640 assert(LIST_EMPTY(&p9n->dir_openlist));

Completed in 13 milliseconds