Searched refs:ce_prefix (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | printf.c | 47 ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; variable 142 ce_prefix[ce], ce_suffix[ce]);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | printf.c | 69 static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; variable 257 ce_prefix[ce], ce_suffix[ce], site, 0, 0, 0,
|
/illumos-gate/usr/src/lib/libzpool/common/ |
H A D | kernel.c | 697 static char ce_prefix[CE_IGNORE][10] = { "", "NOTICE: ", "WARNING: ", "" }; variable 724 (void) fprintf(stderr, "%s", ce_prefix[ce]);
|
Completed in 172 milliseconds