Searched refs:fs_read (Results 1 – 10 of 10) sorted by relevance
| /subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
| A D | fs_mgmt_hash_checksum_crc32.c | 37 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_crc32()
|
| A D | fs_mgmt_hash_checksum_sha256.c | 60 bytes_read = fs_read(file, buffer, read_size); in fs_mgmt_hash_checksum_sha256()
|
| A D | fs_mgmt.c | 350 bytes_read = fs_read(&fs_mgmt_ctxt.file, file_data, MCUMGR_GRP_FS_DL_CHUNK_SIZE); in fs_mgmt_file_download()
|
| /subsys/llext/ |
| A D | fs_loader.c | 38 ret = fs_read(&fs_l->file, buf, len); in llext_fs_read()
|
| /subsys/fs/ |
| A D | shell.c | 316 buf_len = fs_read(&file_src, buf, BUF_CNT); in cmd_cp() 417 read = fs_read(&file, buf, MIN(count, sizeof(buf))); in cmd_read() 485 read = fs_read(&file, buf, sizeof(buf)); in cmd_cat() 681 err = fs_read(&file, random_data, sizeof(random_data)); in cmd_read_test()
|
| A D | fuse_fs_access.c | 156 err = fs_read(&files[fh], buf, size); in ffa_read_top()
|
| A D | fs.c | 222 ssize_t fs_read(struct fs_file_t *zfp, void *ptr, size_t size) in fs_read() function
|
| /subsys/settings/src/ |
| A D | settings_file.c | 470 r_len = fs_read(file, buf, *len); in read_handler()
|
| /subsys/net/lib/http/ |
| A D | http_server_http1.c | 567 len = fs_read(&file, http_response, sizeof(http_response)); in handle_http1_static_fs_resource()
|
| A D | http_server_http2.c | 534 len = fs_read(&file, tmp, sizeof(tmp)); in handle_http2_static_fs_resource()
|
Completed in 18 milliseconds