Searched refs:e_ksname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c97 * e_ksname is the name of the associated kstat
106 char e_ksname[KSTAT_STRLEN]; /* kstat name */ member in struct:entity
760 * for use by kstat_lookup(3kstat) and fill it into the e_ksname member.
781 (void) snprintf(ep->e_ksname, KSTAT_STRLEN,
800 ep->e_ksname[0] = 0;
807 ep->e_ksname[0] = 0;
810 (void) snprintf(ep->e_ksname, KSTAT_STRLEN, "%s%lx",
1019 if (get_vopstats(kc, ent->e_ksname, vsp, &ksp) == 0) {
1028 entities[j].e_ksname[0] = 0;
1078 if (ent->e_ksname[
[all...]

Completed in 74 milliseconds