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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2299 static char *Istatbuf; variable
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]);
2379 Istatbufptr = Istatbuf = MALLOC(Istatsz);
2386 fmd_buf_write(Hdl, NULL, WOBUF_ISTATS, Istatbuf, Istatsz);
2387 FREE(Istatbuf);

Completed in 71 milliseconds