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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c2574 static int Serdsz; variable
2577 * serdaddsize -- calculate size of serd and add it to Serdsz
2586 Serdsz += ipath2strlen(lhs->ename, lhs->ipath);
2587 Serdsz++; /* for the trailing NULL byte */
2606 ASSERT(Serdbufptr + len + 1 <= &Serdbuf[Serdsz]);
2607 (void) strlcpy(Serdbufptr, str, &Serdbuf[Serdsz] - Serdbufptr);
2611 ASSERT(Serdbufptr <= &Serdbuf[Serdsz]);
2621 Serdsz = 0;
2624 if (Serdsz == 0) {
2631 Serdbufptr = Serdbuf = MALLOC(Serdsz);
[all...]

Completed in 68 milliseconds