Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/
H A Dmount.c1007 vfsent_t *vhead, *vtail; in getvfsall() local
1018 vhead = vtail = NULL; in getvfsall()
1054 vtail->next = vp; in getvfsall()
1055 vtail = vp; in getvfsall()
1059 if (vtail == NULL) { in getvfsall()
1064 vtail->next = NULL; in getvfsall()
1065 vfslltail = vtail; /* save it in the global variable */ in getvfsall()
/titanic_50/usr/src/uts/common/inet/nca/
H A Dnca.h836 node_t *vtail; /* Virt LRU list tail (LRU) */ member