Searched defs: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 in typeref:struct:stats
56 Nipath = stats_new_counter("ievent.nipath", "ipath cache entries", 1);
188 stats_counter_bump(Nipath);
214 stats_counter_bump(Nipath);
271 stats_counter_bump(Nipath);
425 if (Nipath) {
426 stats_delete(Nipath);
427 Nipath = NULL;

Completed in 58 milliseconds