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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2573 static char *Serdbufptr; variable
2591 * serd2str -- serialize a serd engine, writing result to *Serdbufptr
2606 ASSERT(Serdbufptr + len + 1 <= &Serdbuf[Serdsz]);
2607 (void) strlcpy(Serdbufptr, str, &Serdbuf[Serdsz] - Serdbufptr);
2608 Serdbufptr += len;
2610 *Serdbufptr++ = '\0';
2611 ASSERT(Serdbufptr <= &Serdbuf[Serdsz]);
2631 Serdbufptr = Serdbuf = MALLOC(Serdsz);

Completed in 62 milliseconds