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

/freebsd-10.0-release/sys/dev/mmc/
H A Dmmc.c84 struct mmc_ivars { struct
158 static void mmc_format_card_id_string(struct mmc_ivars *ivar);
165 static void mmc_log_card(device_t dev, struct mmc_ivars *ivar, int newcard);
273 struct mmc_ivars *ivar;
878 mmc_format_card_id_string(struct mmc_ivars *ivar)
890 * The card_id_string in mmc_ivars is currently allocated as 64 bytes,
1237 mmc_log_card(device_t dev, struct mmc_ivars *ivar, int newcard)
1256 struct mmc_ivars *ivar = NULL;
1291 ivar = malloc(sizeof(struct mmc_ivars), M_DEVBUF,
1480 struct mmc_ivars *iva
[all...]

Completed in 93 milliseconds