Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c1014 vfsent_t *vhead, *vtail; in getvfsall() local
1025 vhead = vtail = NULL; in getvfsall()
1058 if (vhead == NULL) in getvfsall()
1059 vhead = vp; in getvfsall()
1074 return (vhead); in getvfsall()
/titanic_44/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c1073 wsp->walk_addr = (uintptr_t)lru.vhead; in nca_node_lru_walk_init()
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h835 node_t *vhead; /* Virt LRU list head (MRU) */ member