Home
last modified time | relevance | path

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

123

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_basic.c25 struct fs_file_t file; in create_write_hello() local
90 struct fs_file_t file; in verify_hello() local
122 struct fs_file_t file; in seek_within_hello() local
190 struct fs_file_t file; in truncate_hello() local
281 struct fs_file_t file; in sync_goodbye() local
345 struct fs_file_t file; in verify_goodbye() local
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_pdu.c534 void helper_pdu_verify_version_ind(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_version_ind()
551 void helper_pdu_verify_ping_req(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_ping_req()
559 void helper_pdu_verify_ping_rsp(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_ping_rsp()
567 void helper_pdu_verify_feature_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_feature_req()
584 void helper_pdu_verify_peripheral_feature_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_peripheral_feature_req()
600 void helper_pdu_verify_feature_rsp(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_feature_rsp()
618 void helper_pdu_verify_min_used_chans_ind(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_verify_min_used_chans_ind()
633 void helper_pdu_verify_enc_req(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_enc_req()
648 void helper_pdu_ntf_verify_enc_req(const char *file, uint32_t line, struct pdu_data *pdu, in helper_pdu_ntf_verify_enc_req()
662 void helper_pdu_verify_enc_rsp(const char *file, uint32_t line, struct pdu_data *pdu, void *param) in helper_pdu_verify_enc_rsp()
[all …]
Dhelper_util.c405 void lt_tx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_tx_real()
429 void lt_tx_real_no_encode(const char *file, uint32_t line, struct pdu_data *pdu, in lt_tx_real_no_encode()
455 void lt_rx_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in lt_rx_real()
473 void lt_rx_q_is_empty_real(const char *file, uint32_t line, struct ll_conn *conn) in lt_rx_q_is_empty_real()
481 void ut_rx_pdu_real(const char *file, uint32_t line, enum helper_pdu_opcode opcode, in ut_rx_pdu_real()
503 void ut_rx_node_real(const char *file, uint32_t line, enum helper_node_opcode opcode, in ut_rx_node_real()
521 void ut_rx_q_is_empty_real(const char *file, uint32_t line) in ut_rx_q_is_empty_real()
/Zephyr-latest/modules/lvgl/
Dlvgl_fs.c60 void *file; in lvgl_fs_open() local
86 static lv_fs_res_t lvgl_fs_close(lv_fs_drv_t *drv, void *file) in lvgl_fs_close()
95 static lv_fs_res_t lvgl_fs_read(lv_fs_drv_t *drv, void *file, void *buf, uint32_t btr, uint32_t *br) in lvgl_fs_read()
111 static lv_fs_res_t lvgl_fs_write(lv_fs_drv_t *drv, void *file, const void *buf, uint32_t btw, in lvgl_fs_write()
135 static lv_fs_res_t lvgl_fs_seek(lv_fs_drv_t *drv, void *file, uint32_t pos, lv_fs_whence_t whence) in lvgl_fs_seek()
156 static lv_fs_res_t lvgl_fs_tell(lv_fs_drv_t *drv, void *file, uint32_t *pos_p) in lvgl_fs_tell()
/Zephyr-latest/scripts/utils/
Dgen_util_macros.py23 def write_hidden_start(file): argument
29 def write_hidden_stop(file): argument
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dll_assert.c11 void bt_ctlr_assert_handle(char *file, uint32_t line) in bt_ctlr_assert_handle()
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-latest/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-latest/tests/subsys/fs/ext2/src/
Dtestfs_dirops.c18 struct fs_file_t file; in ZTEST() local
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c248 int _close(int file) in _close()
256 int _lseek(int file, int ptr, int dir) in _lseek()
263 int _isatty(int file) in _isatty()
278 int _fstat(int file, struct stat *st) in _fstat()
524 int _close_r(struct _reent *r, int file) in _close_r()
531 _off_t _lseek_r(struct _reent *r, int file, _off_t ptr, int dir) in _lseek_r()
538 int _isatty_r(struct _reent *r, int file) in _isatty_r()
559 int _fstat_r(struct _reent *r, int file, struct stat *st) in _fstat_r()
/Zephyr-latest/soc/st/stm32/common/
Dstm32cube_hal.c46 void assert_failed(uint8_t *file, uint32_t line) in assert_failed()
/Zephyr-latest/lib/libc/picolibc/
Dassert.c11 FUNC_NORETURN void __assert_func(const char *file, int line, in __assert_func()
/Zephyr-latest/tests/lib/acpi/unit/src/
Dassert.c20 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-latest/tests/bluetooth/host/host_mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-latest/tests/net/mocks/
Dassert.c21 void assert_post_action(const char *file, unsigned int line) in assert_post_action()
/Zephyr-latest/lib/libc/arcmwdt/
Dlibc-hooks.c75 __weak int fileno(FILE *file) in fileno()
85 int _isatty(int file) in _isatty()
/Zephyr-latest/tests/lib/c_lib/stdio/src/
Dmain.c36 struct fs_file_t file; in ZTEST() local
/Zephyr-latest/scripts/west_commands/fetchers/
D__init__.py34 file = fetchers_dir / Path(f) variable
/Zephyr-latest/modules/mbedtls/
Ddebug.c13 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in zephyr_mbedtls_debug()
/Zephyr-latest/include/zephyr/drivers/
Dloopback_disk.h19 struct fs_file_t file; member
/Zephyr-latest/lib/posix/options/
Dfs_priv.h16 struct fs_file_t file; member
/Zephyr-latest/include/zephyr/llext/
Dfs_loader.h35 struct fs_file_t file; member
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtest_lfs_basic.c149 struct fs_file_t *const file = &files[fi]; in num_files() local
167 struct fs_file_t *const file = &files[fi]; in num_files() local
/Zephyr-latest/subsys/fs/
Dshell.c216 struct fs_file_t file; in cmd_trunc() local
282 struct fs_file_t file; in cmd_read() local
377 struct fs_file_t file; in cmd_cat() local
453 struct fs_file_t file; in cmd_write() local
552 struct fs_file_t file; in cmd_read_test() local
644 struct fs_file_t file; in cmd_erase_write_test() local

123