Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h345 } nodef_t; typedef
376 nodef_t *hashfanout; /* hash bucket we're part of */
377 nodef_t *ctaghashfanout; /* ctaghash bucket we're part off */
2062 extern nodef_t *ncaurihash;
2063 extern nodef_t *ncafilehash;
2064 extern nodef_t *ncavnodehash;
2065 extern nodef_t *ncactaghash;
2091 extern node_t *nca_node_add(char *, int, nodef_t *, int);
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c898 nodef_t nodef; in nca_nodef_walk_step()
906 if (mdb_vread(&nodef, sizeof (nodef_t), wsp->walk_addr) == -1) { in nca_nodef_walk_step()
914 wsp->walk_addr += sizeof (nodef_t); in nca_nodef_walk_step()