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

/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c204 int dimmlen = -1; local
206 (void) sscanf(c, bd->bd_reppat, &dimmlen);
207 if (dimmlen == -1)
212 dimmlen--;
215 if (dimmlen > sizeof (dimmname) - replace)
218 (void) strlcpy(dimmname + replace, c, dimmlen + 1);
230 c += dimmlen;

Completed in 45 milliseconds