Searched defs:mapsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c1710 kstat_t *mapsp; local
1713 mapsp = kstat_create("dam", 0, mapp->dam_name, "damap",
1717 if (mapsp == NULL)
1720 statsp = (struct dam_kstats *)mapsp->ks_data;
1725 kstat_install(mapsp);
1726 mapp->dam_kstatsp = mapsp;

Completed in 61 milliseconds