Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 16 of 16) sorted by relevance

/nrf52832-nimble/rt-thread/include/libc/
H A Dlibc_stat.h84 struct stat struct
86 struct rt_device *st_dev;
87 uint16_t st_ino;
88 uint16_t st_mode;
89 uint16_t st_nlink;
90 uint16_t st_uid;
91 uint16_t st_gid;
92 struct rt_device *st_rdev;
93 uint32_t st_size;
94 time_t st_atime;
[all …]
/nrf52832-nimble/rt-thread/examples/kernel/
H A Dtc_comm.c113 void tc_done(rt_uint8_t stat) in tc_done()
122 void tc_stat(rt_uint8_t stat) in tc_stat()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Ddfs_file.c492 struct stat stat; in ls() local
652 struct stat stat; in copydir() local
732 struct stat stat; in copy() local
H A Ddfs_posix.c317 int stat(const char *file, struct stat *buf) in stat() function
/nrf52832-nimble/rt-thread/components/finsh/
H A Dshell.h65 enum input_stat stat; member
H A Dcmd.c200 rt_uint8_t stat; in list_thread() local
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlmodule.h33 rt_uint8_t stat; /* status of module */ member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dxdr.c614 register bool_t stat = TRUE; in xdr_array() local
714 register bool_t stat; in xdr_reference() local
/nrf52832-nimble/rt-thread/components/dfs/include/
H A Ddfs_fs.h42 int (*stat) (struct dfs_filesystem *fs, const char *filename, struct stat *buf); member
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/
H A Dstubs.c268 struct stat stat; in _sys_flen() local
/nrf52832-nimble/rt-thread/src/
H A Dthread.c658 register rt_base_t stat; in rt_thread_suspend() local
/nrf52832-nimble/rt-thread/components/drivers/mtd/
H A Dmtdnand.c168 int stat; in nand_read_page_hwecc() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A Dff.h144 …BYTE stat; /* Object chain status (b1-0: =0:not contiguous, =2:contiguous (no data on FAT), =3:go… member
H A Dff.c2950 DSTATUS stat; local
4339 DWORD nfree, clst, sect, stat; local
5248 DSTATUS stat; local
5693 DSTATUS stat; local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/fileio/
H A Dfileio.h155 cyg_fsop_stat *stat; member
/nrf52832-nimble/rt-thread/include/
H A Drtdef.h567 rt_uint8_t stat; /**< thread status */ member