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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c82 static int statentry = -1, maxstatentries = 0; variable
104 match <= statentry;
125 statentry++;
126 if ((maxstatentries == 0) || (maxstatentries == statentry)) {
135 flist = &stattable[statentry];
164 fcount <= statentry;
264 fcount <= statentry;
3136 build_nvs_entry(char *statheader, void *statentry, dladm_stat_type_t stattype) argument
3153 /* Extract stat fields from the statentry */
3154 statfields = (uchar_t *)statentry
[all...]

Completed in 23 milliseconds