Searched defs:pdrv (Results 1 – 5 of 5) sorted by relevance
/third_party/FatFs/source/ |
D | diskio.c | 39 BYTE pdrv /* Physical drive nmuber to identify the drive */ in disk_status() 59 BYTE pdrv /* Physical drive nmuber to identify the drive */ in disk_initialize() 82 BYTE pdrv, /* Physical drive nmuber to identify the drive */ in disk_read() 104 BYTE pdrv, /* Physical drive nmuber to identify the drive */ in disk_read_readdir() 145 BYTE pdrv, /* Physical drive nmuber to identify the drive */ in disk_write() 187 BYTE pdrv, /* Physical drive nmuber (0..) */ in disk_ioctl()
|
D | ff.c | 5619 BYTE fsopt, fsty, sys, pdrv, ipart; local 6010 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local 6384 BYTE pdrv, /* Physical drive number */
|
D | ff.h | 217 BYTE pdrv; /* Associated physical drive */ member
|
/third_party/FatFs/documents/res/ |
D | app6.c | 12 BYTE pdrv, /* Physical drive number */ in test_raw_speed()
|
D | app4.c | 37 BYTE pdrv, /* Physical drive number to be checked (all data on the drive will be lost) */ in test_diskio()
|