Searched defs:buff (Results 1 – 3 of 3) sorted by relevance
/fatfs-2.7.6/ |
D | zfs_diskio.c | 69 DRESULT disk_read(BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in disk_read() 84 DRESULT disk_write(BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in disk_write() 99 DRESULT disk_ioctl(BYTE pdrv, BYTE cmd, void *buff) in disk_ioctl()
|
D | diskio.c | 101 BYTE *buff, /* Data buffer to store read data */ in disk_read() 151 const BYTE *buff, /* Data to be written */ in disk_write() 201 void *buff /* Buffer to send/receive control data */ in disk_ioctl()
|
D | ff.c | 3212 BYTE* buff, /* Output buffer */ 3852 void* buff, /* Data buffer to store the read data */ 3952 const void* buff, /* Data to be written */ 4268 TCHAR* buff, /* Pointer to the directory path */ 4289 buff[0] = 0; /* Set null string to get current volume */ local 6339 TCHAR* buff, /* Pointer to the buffer to store read string */
|