/Zephyr-Core-2.7.6/tests/subsys/fs/littlefs/src/ |
D | test_lfs_basic.c | 78 struct fs_file_t file; in create_write_hello() local 146 struct fs_file_t file; in verify_hello() local 178 struct fs_file_t file; in seek_within_hello() local 246 struct fs_file_t file; in truncate_hello() local 337 struct fs_file_t file; in sync_goodbye() local 401 struct fs_file_t file; in verify_goodbye() local 501 struct fs_file_t *const file = &files[fi]; in num_files() local 519 struct fs_file_t *const file = &files[fi]; in num_files() local
|
D | test_lfs_perf.c | 31 struct fs_file_t file; in write_read() local
|
D | test_lfs_dirops.c | 62 struct fs_file_t file; in check_mkdir() local
|
D | testfs_util.c | 233 struct fs_file_t file; in testfs_build() local 298 struct fs_file_t file; in check_layout_entry() local
|
/Zephyr-Core-2.7.6/lib/gui/lvgl/ |
D | lvgl_fs.c | 51 static lv_fs_res_t lvgl_fs_open(struct _lv_fs_drv_t *drv, void *file, in lvgl_fs_open() 69 static lv_fs_res_t lvgl_fs_close(struct _lv_fs_drv_t *drv, void *file) in lvgl_fs_close() 90 static lv_fs_res_t lvgl_fs_read(struct _lv_fs_drv_t *drv, void *file, in lvgl_fs_read() 107 static lv_fs_res_t lvgl_fs_write(struct _lv_fs_drv_t *drv, void *file, in lvgl_fs_write() 131 static lv_fs_res_t lvgl_fs_seek(struct _lv_fs_drv_t *drv, void *file, uint32_t pos) in lvgl_fs_seek() 139 static lv_fs_res_t lvgl_fs_tell(struct _lv_fs_drv_t *drv, void *file, in lvgl_fs_tell() 146 static lv_fs_res_t lvgl_fs_trunc(struct _lv_fs_drv_t *drv, void *file) in lvgl_fs_trunc() 157 static lv_fs_res_t lvgl_fs_size(struct _lv_fs_drv_t *drv, void *file, in lvgl_fs_size()
|
D | lvgl.c | 44 static void lvgl_log(lv_log_level_t level, const char *file, uint32_t line, in lvgl_log()
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_s1000_crb/support/ |
D | download.py | 32 def calc_firmware_sha(file): argument 76 def load_firmware(file, size, padding, sha): argument
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | tp.c | 46 void *tp_malloc(size_t size, const char *file, int line, const char *func) in tp_malloc() 110 void tp_free(void *ptr, const char *file, int line, const char *func) in tp_free() 125 void *tp_calloc(size_t nmemb, size_t size, const char *file, int line, in tp_calloc() 147 const char *file, int line, const char *func) in tp_nbuf_alloc() 166 struct net_buf *tp_nbuf_clone(struct net_buf *buf, const char *file, int line, in tp_nbuf_clone() 184 void tp_nbuf_unref(struct net_buf *nbuf, const char *file, int line, in tp_nbuf_unref() 219 const char *file, int line) in tp_pkt_alloc() 233 struct net_pkt *tp_pkt_clone(struct net_pkt *pkt, const char *file, int line) in tp_pkt_clone() 248 void tp_pkt_unref(struct net_pkt *pkt, const char *file, int line) in tp_pkt_unref() 289 const char *file, int line, const char *func) in tp_seq_track() [all …]
|
D | tp_priv.h | 41 const char *file; member 53 const char *file; member 60 const char *file; member 66 const char *file; member
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/common/ |
D | stm32cube_hal.c | 46 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
|
/Zephyr-Core-2.7.6/lib/libc/newlib/ |
D | libc-hooks.c | 236 int _close(int file) in _close() 242 int _lseek(int file, int ptr, int dir) in _lseek() 252 int _isatty(int file) in _isatty() 270 int _fstat(int file, struct stat *st) in _fstat() 496 int _close_r(struct _reent *r, int file) in _close_r() 503 _off_t _lseek_r(struct _reent *r, int file, _off_t ptr, int dir) in _lseek_r() 510 int _isatty_r(struct _reent *r, int file) in _isatty_r() 531 int _fstat_r(struct _reent *r, int file, struct stat *st) in _fstat_r()
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_backend_fs/src/ |
D | log_fs_test.c | 55 struct fs_file_t file; in test_wipe_fs_logs() local 92 struct fs_file_t file; in test_log_fs_file_content() local
|
/Zephyr-Core-2.7.6/subsys/settings/src/ |
D | settings_file.c | 114 struct fs_file_t file; in settings_file_load_priv() local 368 struct fs_file_t file; in settings_file_save_priv() local 441 struct fs_file_t *file = entry_ctx->stor_ctx; in read_handler() local 484 struct fs_file_t *file = entry_ctx->stor_ctx; in write_handler() local
|
/Zephyr-Core-2.7.6/samples/subsys/fs/littlefs/src/ |
D | main.c | 105 struct fs_file_t file; in main() local
|
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_dir.c | 20 static int test_mkdir(const char *dir, const char *file) in test_mkdir()
|
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/include/ |
D | ztest_assert.h | 30 static inline bool z_zassert_(bool cond, const char *file, int line) in z_zassert_() 42 #define z_zassert(cond, default_msg, file, line, func, msg, ...) \ argument 49 const char *file, in z_zassert()
|
/Zephyr-Core-2.7.6/tests/subsys/fs/multi-fs/src/ |
D | test_common_dir.c | 20 int test_mkdir(const char *dir_path, const char *file) in test_mkdir()
|
/Zephyr-Core-2.7.6/subsys/fs/ |
D | shell.c | 181 struct fs_file_t file; in cmd_trunc() local 247 struct fs_file_t file; in cmd_read() local 342 struct fs_file_t file; in cmd_cat() local 418 struct fs_file_t file; in cmd_write() local
|
/Zephyr-Core-2.7.6/lib/libc/arcmwdt/ |
D | libc-hooks.c | 66 int _isatty(int file) in _isatty()
|
/Zephyr-Core-2.7.6/tests/subsys/settings/fs/src/ |
D | settings_test_fs.c | 150 struct fs_file_t file; in fsutil_read_file() local 174 struct fs_file_t file; in fsutil_write_file() local
|
/Zephyr-Core-2.7.6/subsys/logging/ |
D | log_backend_fs.c | 27 static struct fs_file_t file; variable 253 static int allocate_new_file(struct fs_file_t *file) in allocate_new_file()
|
/Zephyr-Core-2.7.6/tests/posix/fs/src/ |
D | test_fs_file.c | 13 int file; variable
|
/Zephyr-Core-2.7.6/samples/bluetooth/hci_rpmsg/src/ |
D | main.c | 234 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()
|
/Zephyr-Core-2.7.6/samples/bluetooth/hci_uart/src/ |
D | main.c | 280 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()
|
/Zephyr-Core-2.7.6/tests/subsys/fs/common/ |
D | test_fs_open_flags.c | 30 struct fs_file_t file; member
|