HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
#include <ff.h>
Data Fields | |
FFOBJID | obj |
DWORD | dptr |
DWORD | clust |
LBA_t | sect |
BYTE * | dir |
BYTE | fn [12] |
DWORD | blk_ofs |
const TCHAR * | pat |
DWORD DIR::blk_ofs |
Definition at line 236 of file ff.h.
Referenced by dir_find(), dir_read(), dir_register(), dir_remove(), f_chdir(), f_open(), f_opendir(), follow_path(), and get_fileinfo().
DWORD DIR::clust |
Definition at line 231 of file ff.h.
Referenced by dir_next(), dir_register(), and dir_sdi().
BYTE* DIR::dir |
Definition at line 233 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_getcwd(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_setlabel(), f_unlink(), f_utime(), and get_fileinfo().
DWORD DIR::dptr |
Definition at line 230 of file ff.h.
Referenced by dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_rename(), and follow_path().
BYTE DIR::fn[12] |
Definition at line 234 of file ff.h.
Referenced by create_name(), dir_find(), dir_register(), f_chdir(), f_chmod(), f_mkdir(), f_open(), f_opendir(), f_rename(), f_stat(), f_unlink(), f_utime(), and follow_path().
FFOBJID DIR::obj |
Definition at line 229 of file ff.h.
Referenced by create_name(), dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_chdir(), f_chmod(), f_closedir(), f_getcwd(), f_getlabel(), f_mkdir(), f_open(), f_opendir(), f_readdir(), f_rename(), f_setlabel(), f_stat(), f_unlink(), f_utime(), follow_path(), and get_fileinfo().
const TCHAR* DIR::pat |
Definition at line 239 of file ff.h.
Referenced by f_findfirst(), and f_findnext().
LBA_t DIR::sect |
Definition at line 232 of file ff.h.
Referenced by dir_alloc(), dir_find(), dir_next(), dir_read(), dir_register(), dir_remove(), dir_sdi(), f_getcwd(), and get_fileinfo().