Home
last modified time | relevance | path

Searched refs:slotid_str (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/jedec_dimm/
H A Djedec_dimm.c63 char *slotid_str; /* Optional DIMM slot identifier (silkscreen) */ member
274 const char *slotid_str; in jedec_dimm_attach() local
435 "slotid", &slotid_str) == 0) { in jedec_dimm_attach()
436 if (slotid_str != NULL) { in jedec_dimm_attach()
437 sc->slotid_str = strdup(slotid_str, M_DEVBUF); in jedec_dimm_attach()
439 CTLFLAG_RD | CTLFLAG_MPSAFE, sc->slotid_str, 0, in jedec_dimm_attach()
447 if ((tsod_match != NULL) || (sc->slotid_str != NULL)) { in jedec_dimm_attach()
452 (sc->slotid_str ? " (" : ""), in jedec_dimm_attach()
453 (sc->slotid_str ? sc->slotid_str : ""), in jedec_dimm_attach()
454 (sc->slotid_str ? ")" : "")); in jedec_dimm_attach()
[all …]