Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dmount.c1014 vfsent_t *vhead, *vtail; in getvfsall() local
1025 vhead = vtail = NULL; in getvfsall()
1061 vtail->next = vp; in getvfsall()
1062 vtail = vp; in getvfsall()
1066 if (vtail == NULL) { in getvfsall()
1071 vtail->next = NULL; in getvfsall()
1072 vfslltail = vtail; /* save it in the global variable */ in getvfsall()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h836 node_t *vtail; /* Virt LRU list tail (LRU) */ member