/Zephyr-Core-3.5.0/include/zephyr/posix/sys/ |
D | stat.h | 92 struct stat { struct 93 dev_t st_dev; 94 ino_t st_ino; 95 mode_t st_mode; 96 nlink_t st_nlink; 97 uid_t st_uid; 98 gid_t st_gid; 100 int __pad0; 102 dev_t st_rdev; 104 unsigned short int __pad2; [all …]
|
/Zephyr-Core-3.5.0/tests/subsys/fs/common/ |
D | test_fs_basic.c | 38 struct fs_dirent stat; in create_write_hello() local 141 struct fs_dirent stat; in seek_within_hello() local 206 struct fs_dirent stat; in truncate_hello() local 266 struct fs_dirent stat; in unlink_hello() local 297 struct fs_dirent stat; in sync_goodbye() local
|
D | test_fs_dirops.c | 59 struct fs_dirent stat; in check_mkdir() local 83 struct fs_statvfs stat; in build_layout() local 153 struct fs_dirent stat; in check_rename() local
|
D | test_fs_util.c | 371 struct fs_dirent stat; in testfs_bcmd_verify_layout() local
|
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/ |
D | reel_board.c | 166 static struct stat { struct 189 struct stat *stat = &stats[i]; in add_hello() argument 220 struct stat *stat = &stats[i]; in add_heartbeat() local 272 struct stat *stat; in show_statistics() local
|
/Zephyr-Core-3.5.0/modules/thrift/src/ |
D | _stat.c | 12 int stat(const char *restrict path, struct stat *restrict buf) in stat() function
|
/Zephyr-Core-3.5.0/tests/subsys/fs/littlefs/src/ |
D | test_lfs_basic.c | 50 struct fs_statvfs stat; in clean_statvfs() local 75 struct fs_statvfs stat; in check_medium() local 107 struct fs_statvfs stat; in check_large() local
|
D | test_lfs_perf.c | 30 struct fs_dirent stat; in write_read() local
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_fs.c | 11 struct fs_statvfs stat; in test_statvfs() local
|
/Zephyr-Core-3.5.0/tests/subsys/fs/ext2/src/ |
D | testfs_dirops.c | 19 struct fs_dirent stat; in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_dual_drive/src/ |
D | test_fat_fs.c | 17 struct fs_statvfs stat; in test_statvfs() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | statistic.c | 13 static struct bt_mesh_statistic stat; variable
|
/Zephyr-Core-3.5.0/subsys/fs/ |
D | fuse_fs_access.c | 73 static int fuse_fs_access_getattr(const char *path, struct stat *stat) in fuse_fs_access_getattr() 119 struct stat stat; in fuse_fs_access_readmount() local 163 struct stat stat; in fuse_fs_access_readdir() local
|
/Zephyr-Core-3.5.0/subsys/net/lib/zperf/ |
D | zperf_udp_receiver.c | 55 struct zperf_server_hdr *stat, in build_reply() 84 struct zperf_server_hdr *stat) in zperf_receiver_send_stat()
|
D | zperf_session.h | 54 struct zperf_server_hdr stat; member
|
D | zperf_udp_uploader.c | 27 struct zperf_server_hdr *stat; in zperf_upload_decode_stat() local
|
/Zephyr-Core-3.5.0/include/zephyr/fs/ |
D | fs_sys.h | 177 int (*stat)(struct fs_mount_t *mountp, const char *path, member
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | i2c_gd32.c | 233 uint32_t stat; in i2c_gd32_event_isr() local 264 uint32_t stat; in i2c_gd32_error_isr() local
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | dma_sam0.c | 360 struct dma_status *stat) in dma_sam0_get_status()
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_xmc4xxx.c | 495 struct dma_status stat; in uart_xmc4xxx_async_rx_timeout() local 518 struct dma_status stat; in uart_xmc4xxx_async_tx_abort() local 764 struct dma_status stat; in uart_xmc4xxx_async_rx_disable() local 804 struct dma_status stat; in uart_xmc4xxx_dma_tx_cb() local
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 295 const char *path, struct fs_statvfs *stat) in temp_statvfs()
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/modem/ |
D | simcom-sim7080.h | 92 enum sim7080_sms_stat stat; member
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_gd32.c | 103 uint32_t stat = SPI_STAT(cfg->reg); in spi_gd32_get_err() local 328 struct dma_status stat; in spi_gd32_start_dma_transceive() local
|
/Zephyr-Core-3.5.0/subsys/logging/backends/ |
D | log_backend_fs.c | 262 struct fs_statvfs stat; in allocate_new_file() local
|
/Zephyr-Core-3.5.0/lib/posix/ |
D | fs.c | 349 int stat(const char *path, struct stat *buf) in stat() function
|