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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2300 static char *Istatbufptr; variable
2328 * istat2str -- serialize an istat, writing result to *Istatbufptr
2348 ASSERT(Istatbufptr + len + 1 < &Istatbuf[Istatsz]);
2349 (void) strlcpy(Istatbufptr, str, &Istatbuf[Istatsz] - Istatbufptr);
2350 Istatbufptr += len;
2352 *Istatbufptr++ = '\0';
2355 Istatbufptr += snprintf(Istatbufptr, &Istatbuf[Istatsz] - Istatbufptr,
[all...]

Completed in 60 milliseconds