Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 1 – 4 of 4) sorted by relevance

/components/libc/compilers/common/extension/sys/
A Dstat.h25 #define S_IFBLK 0060000 macro
37 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c31 S_IFBLK | 0600, /* blockdev */
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c316 st->st_mode |= S_IFBLK; in dfs_device_fs_stat()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevfs.c449 mode = S_IFBLK | 0666; in dfs_devfs_device_to_mode()

Completed in 9 milliseconds