Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 2 of 2) sorted by relevance

/fatfs-2.7.6/
Dff.c918 DIR* dp, /* Directory object pointing the file to be checked */ in chk_lock()
954 DIR* dp, /* Directory object pointing the file to register or increment */ in inc_lock()
1667 DIR* dp, /* Pointer to directory object */ in dir_sdi()
1715 DIR* dp, /* Pointer to the directory object */ in dir_next()
1776 DIR* dp, /* Pointer to the directory object */
2100 DIR* dp /* Reading direcotry object pointing top of the entry block to load */
2169 DIR* dp, /* Blank directory object to be used to access containing direcotry */
2198 DIR* dp /* Pointer to the direcotry object */
2272 #define DIR_READ_FILE(dp) dir_read(dp, 0) argument
2273 #define DIR_READ_LABEL(dp) dir_read(dp, 1) argument
[all …]
/fatfs-2.7.6/include/
Dff.h345 #define f_rewinddir(dp) f_readdir((dp), 0) argument