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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2301 static int Istatsz; variable
2304 * istataddsize -- calculate size of istat and add it to Istatsz
2319 Istatsz += ipath2strlen(lhs->ename, lhs->ipath);
2320 Istatsz++; /* for the trailing NULL byte */
2323 Istatsz += snprintf(NULL, 0, "%d", val);
2324 Istatsz++; /* for the trailing NULL byte */
2348 ASSERT(Istatbufptr + len + 1 < &Istatbuf[Istatsz]);
2349 (void) strlcpy(Istatbufptr, str, &Istatbuf[Istatsz] - Istatbufptr);
2355 Istatbufptr += snprintf(Istatbufptr, &Istatbuf[Istatsz] - Istatbufptr,
2359 ASSERT(Istatbufptr <= &Istatbuf[Istatsz]);
[all...]

Completed in 53 milliseconds