Home
last modified time | relevance | path

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

/subsys/net/ip/
A 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()
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()
410 const char *file, int line) in tp_output_pkt_alloc()
[all …]
A Dtp_priv.h41 const char *file; member
53 const char *file; member
60 const char *file; member
66 const char *file; member
/subsys/fs/virtiofs/
A Dvirtiofs_zfs.c105 struct virtiofs_file *file; in virtiofs_zfs_open_existing() local
136 struct virtiofs_file *file; in virtiofs_zfs_open_create() local
197 struct virtiofs_file *file = filp->filep; in virtiofs_zfs_close() local
214 struct virtiofs_file *file = filp->filep; in virtiofs_zfs_read() local
246 struct virtiofs_file *file = filp->filep; in virtio_zfs_lseek() local
283 struct virtiofs_file *file = filp->filep; in virtio_zfs_write() local
337 struct virtiofs_file *file = filp->filep; in virtiofs_zfs_tell() local
344 struct virtiofs_file *file = filp->filep; in virtiofs_zfs_truncate() local
357 struct virtiofs_file *file = filp->filep; in virtiofs_zfs_sync() local
/subsys/testsuite/ztest/include/zephyr/
A Dztest_assert.h35 static inline bool z_zassert_(bool cond, const char *file, int line) in z_zassert_()
47 #define z_zassert(cond, default_msg, file, line, func, msg, ...) z_zassert_(cond, file, line) argument
49 static inline bool z_zassume_(bool cond, const char *file, int line) in z_zassume_()
61 #define z_zassume(cond, default_msg, file, line, func, msg, ...) z_zassume_(cond, file, line) argument
63 static inline bool z_zexpect_(bool cond, const char *file, int line) in z_zexpect_()
75 #define z_zexpect(cond, default_msg, file, line, func, msg, ...) z_zexpect_(cond, file, line) argument
79 static inline bool z_zassert(bool cond, const char *default_msg, const char *file, int line, in z_zassert()
103 static inline bool z_zassume(bool cond, const char *default_msg, const char *file, int line, in z_zassume()
127 static inline bool z_zexpect(bool cond, const char *default_msg, const char *file, int line, in z_zexpect()
/subsys/fs/
A Dshell.c221 struct fs_file_t file; in cmd_trunc() local
361 struct fs_file_t file; in cmd_read() local
458 struct fs_file_t file; in cmd_cat() local
531 struct fs_file_t file; in cmd_write() local
628 struct fs_file_t file; in cmd_read_test() local
719 struct fs_file_t file; in cmd_erase_write_test() local
A Dfuse_fs_access.c185 static struct fs_file_t file; in ffa_truncate_top() local
A Dlittlefs_fs.c39 struct lfs_file file; member
/subsys/settings/src/
A Dsettings_file.c118 struct fs_file_t file; in settings_file_load_priv() local
376 struct fs_file_t file; in settings_file_save_priv() local
449 struct fs_file_t *file = entry_ctx->stor_ctx; in read_handler() local
492 struct fs_file_t *file = entry_ctx->stor_ctx; in write_handler() local
/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
A Dfs_mgmt_hash_checksum_crc32.c19 static int fs_mgmt_hash_checksum_crc32(struct fs_file_t *file, uint8_t *output, in fs_mgmt_hash_checksum_crc32()
A Dfs_mgmt_hash_checksum_sha256.c36 static int fs_mgmt_hash_checksum_sha256(struct fs_file_t *file, uint8_t *output, in fs_mgmt_hash_checksum_sha256()
A Dfs_mgmt.c99 struct fs_file_t file; member
696 struct fs_file_t file; in fs_mgmt_file_hash_checksum() local
/subsys/testsuite/ztest/src/
A Dztest_defaults.c21 const char *ztest_relative_filename(const char *file) in ztest_relative_filename()
A Dztest_shell.c24 const char *ztest_relative_filename(const char *file) in ztest_relative_filename()
A Dztest_posix.c56 const char *ztest_relative_filename(const char *file) in ztest_relative_filename()
/subsys/logging/backends/
A Dlog_backend_fs.c240 static int allocate_new_file(struct fs_file_t *file) in allocate_new_file()
/subsys/fs/ext2/
A Dext2_ops.c29 struct ext2_file *file; in ext2_open() local
/subsys/net/lib/http/
A Dhttp_server_http1.c504 struct fs_file_t file; in handle_http1_static_fs_resource() local
A Dhttp_server_http2.c459 struct fs_file_t file; in handle_http2_static_fs_resource() local
/subsys/net/lib/dhcpv4/
A Ddhcpv4_server.c498 static uint8_t *dhcpv4_encode_file(uint8_t *buf, size_t *buflen, char *file) in dhcpv4_encode_file()
/subsys/bluetooth/controller/hci/
A Dhci.c5400 struct net_buf *hci_vs_err_trace(const char *file, uint32_t line, uint64_t pc)
5405 struct net_buf *hci_vs_err_assert(const char *file, uint32_t line)

Completed in 77 milliseconds