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

/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c50 * but also handle the simple ones as an afterthought. bd_pat is used to
51 * match specific styles of unum. In bd_pat, the first %n indicates the end of
75 const char *bd_pat; member in struct:bank_dimm
187 for (bd = bank_dimm; bd->bd_pat != NULL; bd++) {
192 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched);

Completed in 54 milliseconds