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

/src/sys/arch/evbppc/stand/wii/
H A Dsdmmc.c51 static struct disklabel sdmmc_disklabel; variable in typeref:struct:disklabel
57 struct disklabel *d = &sdmmc_disklabel;
102 memcpy(&sdmmc_disklabel, sdmmc_buf, sizeof(sdmmc_disklabel));
149 &sdmmc_disklabel.d_partitions[0];
155 sdmmc_disklabel.d_npartitions = htole16(1);
226 f->f_devdata = &sdmmc_disklabel.d_partitions[part];

Completed in 3 milliseconds