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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2572 static char *Serdbuf; variable
2606 ASSERT(Serdbufptr + len + 1 <= &Serdbuf[Serdsz]);
2607 (void) strlcpy(Serdbufptr, str, &Serdbuf[Serdsz] - Serdbufptr);
2611 ASSERT(Serdbufptr <= &Serdbuf[Serdsz]);
2631 Serdbufptr = Serdbuf = MALLOC(Serdsz);
2638 fmd_buf_write(Hdl, NULL, WOBUF_SERDS, Serdbuf, Serdsz);
2639 FREE(Serdbuf);

Completed in 53 milliseconds