Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c45 static struct stats *Nipath; variable
56 Nipath = stats_new_counter("ievent.nipath", "ipath cache entries", 1); in ipath_init()
188 stats_counter_bump(Nipath); in ipath_dummy()
214 stats_counter_bump(Nipath); in ipath_for_usednames()
271 stats_counter_bump(Nipath); in ipath()
425 if (Nipath) { in ipath_fini()
426 stats_delete(Nipath); in ipath_fini()
427 Nipath = NULL; in ipath_fini()