Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c5758 BYTE drv, /* Physical drive number */ argument
5771 if (disk_ioctl(drv, GET_SECTOR_COUNT, &sz_drv) != RES_OK) return FR_DISK_ERR;
5782 if (disk_ioctl(drv, GET_SECTOR_SIZE, &ss) != RES_OK) return FR_DISK_ERR; /* Get sector size */
5818 …if (disk_write(drv, buf, 2 + pi * SZ_GPTE / ss, 1) != RES_OK) return FR_DISK_ERR; /* Write to pri…
5819 …if (disk_write(drv, buf, top_bpt + pi * SZ_GPTE / ss, 1) != RES_OK) return FR_DISK_ERR; /* Write t…
5837 if (disk_write(drv, buf, 1, 1) != RES_OK) return FR_DISK_ERR;
5846 if (disk_write(drv, buf, sz_drv - 1, 1) != RES_OK) return FR_DISK_ERR;
5852 if (disk_write(drv, buf, 0, 1) != RES_OK) return FR_DISK_ERR;
5892 if (disk_write(drv, buf, 0, 1) != RES_OK) return FR_DISK_ERR; /* Write it to the MBR */