Searched defs:fs (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/ |
| D | mflash_file.c | 161 static status_t mflash_fs_sector_erase(mflash_fs_t *fs, uint32_t sector_offset) in mflash_fs_sector_erase() 176 static status_t mflash_fs_page_program(mflash_fs_t *fs, uint32_t page_offset, uint32_t *data) in mflash_fs_page_program() 191 static inline void *mflash_fs_get_ptr(mflash_fs_t *fs, uint32_t offset) in mflash_fs_get_ptr() 225 static status_t mflash_fs_check(mflash_fs_t *fs) in mflash_fs_check() 268 static status_t mflash_file_check(mflash_fs_t *fs, mflash_dir_record_t *dr) in mflash_file_check() 313 static status_t mflash_dir_lookup(mflash_fs_t *fs, char *path, mflash_dir_record_t *dr_ptr) in mflash_dir_lookup() 335 static status_t mflash_format_internal(mflash_fs_t *fs, in mflash_format_internal() 446 static status_t mflash_format(mflash_fs_t *fs, uint32_t fs_size_limit, const mflash_file_t *dir_tem… in mflash_format() 475 static status_t mflash_template_match(mflash_fs_t *fs, const mflash_file_t *dir_template) in mflash_template_match() 502 static status_t mflash_fs_init(mflash_fs_t *fs, uint32_t fs_size_limit, const mflash_file_t *dir_te… in mflash_fs_init() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/utilities/misc_utilities/ |
| D | fsl_syscall_stub.c | 76 int __attribute__((weak)) _fstat(int fs, struct stat *st) in _fstat()
|