Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-Core-2.7.6/tests/subsys/fs/littlefs/src/
Dtest_lfs_basic.c78 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
Dtest_lfs_perf.c31 struct fs_file_t file; in write_read() local
Dtest_lfs_dirops.c62 struct fs_file_t file; in check_mkdir() local
Dtestfs_util.c233 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/
Dlvgl_fs.c51 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()
Dlvgl.c44 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/
Ddownload.py32 def calc_firmware_sha(file): argument
76 def load_firmware(file, size, padding, sha): argument
/Zephyr-Core-2.7.6/subsys/net/ip/
Dtp.c46 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 …]
Dtp_priv.h41 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/
Dstm32cube_hal.c46 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/Zephyr-Core-2.7.6/lib/libc/newlib/
Dlibc-hooks.c236 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/
Dlog_fs_test.c55 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/
Dsettings_file.c114 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/
Dmain.c105 struct fs_file_t file; in main() local
/Zephyr-Core-2.7.6/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c20 static int test_mkdir(const char *dir, const char *file) in test_mkdir()
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/include/
Dztest_assert.h30 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/
Dtest_common_dir.c20 int test_mkdir(const char *dir_path, const char *file) in test_mkdir()
/Zephyr-Core-2.7.6/subsys/fs/
Dshell.c181 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/
Dlibc-hooks.c66 int _isatty(int file) in _isatty()
/Zephyr-Core-2.7.6/tests/subsys/settings/fs/src/
Dsettings_test_fs.c150 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/
Dlog_backend_fs.c27 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/
Dtest_fs_file.c13 int file; variable
/Zephyr-Core-2.7.6/samples/bluetooth/hci_rpmsg/src/
Dmain.c234 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/
Dmain.c280 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()
/Zephyr-Core-2.7.6/tests/subsys/fs/common/
Dtest_fs_open_flags.c30 struct fs_file_t file; member

12