Searched refs:tsod_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c198 const char *tsod_match; local
282 * it's okay if it isn't (tsod_match == NULL).
306 tsod_match = jedec_dimm_tsod_match(vendorid, devid);
308 if (tsod_match == NULL) {
314 "TSOD: %s\n", tsod_match);
319 tsod_match = NULL;
340 if (tsod_present && (tsod_match != NULL)) {
360 if ((tsod_match != NULL) || (sc->slotid_str != NULL)) {
362 if (tsod_match != NULL) {
363 new_desc_len += strlen(tsod_match);
[all...]

Completed in 97 milliseconds