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

/freebsd-13-stable/sys/dev/mmc/
H A Dmmcvar.h99 MMC_ACCESSOR(card_id_string, CARD_ID_STRING, const char *)
H A Dmmc.c110 char card_id_string[64];/* Formatted CID info (serial, MFG, etc) */ member in struct:mmc_ivars
1147 * The card_id_string in mmc_ivars is currently allocated as 64 bytes,
1162 snprintf(ivar->card_id_string, sizeof(ivar->card_id_string),
1571 device_printf(dev, " card: %s\n", ivar->card_id_string);
2515 *(char **)result = ivar->card_id_string;
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_da.c132 char card_id_string[64];/* Formatted CID info (serial, MFG, etc) */ member in struct:sdda_softc
433 * The card_id_string in mmc_ivars is currently allocated as 64 bytes,
448 snprintf(sc->card_id_string, sizeof(sc->card_id_string),
1311 device->device_id_len = strlen(softc->card_id_string);
1314 strlcpy(device->device_id, softc->card_id_string, device->device_id_len + 1);
1316 strlcpy(mmcp->model, softc->card_id_string, sizeof(mmcp->model));
1514 xpt_announce_periph(periph, softc->card_id_string);
1599 strlcpy(part->disk->d_descr, sc->card_id_string,
1600 MIN(sizeof(part->disk->d_descr), sizeof(sc->card_id_string)));
[all...]

Completed in 97 milliseconds