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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c98 * e_vs is an array of vopstats. This is used to keep track of "previous"
103 vopstats_t *e_vs; /* Array of vopstats */ member in struct:entity
784 ep->e_vs = calloc(VS_SIZE, sizeof (vopstats_t));
785 if (entities[i].e_vs == NULL) {
822 ep->e_vs = calloc(VS_SIZE, sizeof (vopstats_t));
823 if (entities[i].e_vs == NULL) {
1016 vopstats_t *vsp = &ent->e_vs[CUR_INDEX];
1083 &ent->e_vs[CUR_INDEX], NULL) == 0) {
1084 (*dfunc)(ent->e_name, &ent->e_vs[PREV_INDEX],
1085 &ent->e_vs[CUR_INDE
[all...]

Completed in 58 milliseconds