| /subsys/net/ip/ |
| A 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() 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 D | tp_priv.h | 41 const char *file; member 53 const char *file; member 60 const char *file; member 66 const char *file; member
|
| /subsys/fs/virtiofs/ |
| A D | virtiofs_zfs.c | 105 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 D | ztest_assert.h | 35 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 D | shell.c | 221 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 D | fuse_fs_access.c | 185 static struct fs_file_t file; in ffa_truncate_top() local
|
| A D | littlefs_fs.c | 39 struct lfs_file file; member
|
| /subsys/settings/src/ |
| A D | settings_file.c | 118 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 D | fs_mgmt_hash_checksum_crc32.c | 19 static int fs_mgmt_hash_checksum_crc32(struct fs_file_t *file, uint8_t *output, in fs_mgmt_hash_checksum_crc32()
|
| A D | fs_mgmt_hash_checksum_sha256.c | 36 static int fs_mgmt_hash_checksum_sha256(struct fs_file_t *file, uint8_t *output, in fs_mgmt_hash_checksum_sha256()
|
| A D | fs_mgmt.c | 99 struct fs_file_t file; member 696 struct fs_file_t file; in fs_mgmt_file_hash_checksum() local
|
| /subsys/testsuite/ztest/src/ |
| A D | ztest_defaults.c | 21 const char *ztest_relative_filename(const char *file) in ztest_relative_filename()
|
| A D | ztest_shell.c | 24 const char *ztest_relative_filename(const char *file) in ztest_relative_filename()
|
| A D | ztest_posix.c | 56 const char *ztest_relative_filename(const char *file) in ztest_relative_filename()
|
| /subsys/logging/backends/ |
| A D | log_backend_fs.c | 240 static int allocate_new_file(struct fs_file_t *file) in allocate_new_file()
|
| /subsys/fs/ext2/ |
| A D | ext2_ops.c | 29 struct ext2_file *file; in ext2_open() local
|
| /subsys/net/lib/http/ |
| A D | http_server_http1.c | 504 struct fs_file_t file; in handle_http1_static_fs_resource() local
|
| A D | http_server_http2.c | 459 struct fs_file_t file; in handle_http2_static_fs_resource() local
|
| /subsys/net/lib/dhcpv4/ |
| A D | dhcpv4_server.c | 498 static uint8_t *dhcpv4_encode_file(uint8_t *buf, size_t *buflen, char *file) in dhcpv4_encode_file()
|
| /subsys/bluetooth/controller/hci/ |
| A D | hci.c | 5400 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)
|