Home
last modified time | relevance | path

Searched refs:Serdbufptr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2591 static char *Serdbufptr; variable
2624 ASSERT(Serdbufptr + len + 1 <= &Serdbuf[Serdsz]); in serd2str()
2625 (void) strlcpy(Serdbufptr, str, &Serdbuf[Serdsz] - Serdbufptr); in serd2str()
2626 Serdbufptr += len; in serd2str()
2628 *Serdbufptr++ = '\0'; in serd2str()
2629 ASSERT(Serdbufptr <= &Serdbuf[Serdsz]); in serd2str()
2649 Serdbufptr = Serdbuf = MALLOC(Serdsz); in serd_save()