Searched refs:st_mode (Results 1 - 12 of 12) sorted by relevance

/u-boot/include/linux/
H A Dstat.h50 mode_t st_mode; /* ownership/protection */ member in struct:stat
77 unsigned short st_mode; member in struct:stat
104 mode_t st_mode; member in struct:stat
134 unsigned short st_mode; member in struct:stat
/u-boot/scripts/dtc/
H A Dfstree.c51 if (S_ISREG(st.st_mode)) {
67 } else if (S_ISDIR(st.st_mode)) {
H A Ddtc.c145 if (S_ISDIR(statbuf.st_mode))
148 if (!S_ISREG(statbuf.st_mode))
/u-boot/fs/yaffs2/
H A Dyaffsfs.h52 unsigned st_mode; /* protection */ member in struct:yaffs_stat
H A Dyaffs_uboot_glue.c107 switch (stat->st_mode & S_IFMT) {
H A Dyaffsfs.c1593 buf->st_mode = obj->yst_mode & ~S_IFMT;
1596 buf->st_mode |= S_IFDIR;
1598 buf->st_mode |= S_IFLNK;
1600 buf->st_mode |= S_IFREG;
/u-boot/tools/
H A Dzynqmpimage.c425 if (!S_ISREG(path_stat.st_mode)) {
529 if (!S_ISREG(path_stat.st_mode)) {
H A Dzynqimage.c252 if (!S_ISREG(path_stat.st_mode)) {
H A Dmkimage.c551 if ((sbuf.st_mode & S_IFMT) == S_IFBLK) {
/u-boot/tools/env/
H A Dfw_env.c1313 if (fstat(fd_current, &sb) == 0 && S_ISREG(sb.st_mode)) {
1637 } else if (S_ISCHR(st.st_mode)) {
/u-boot/fs/jffs2/
H A Djffs2_1pass.c914 printf("%6lo %s %8ld %s %s\n", st->st_mode, mkmodestr(st->st_mode, str),
918 printf(" %s %8ld %s %s", mkmodestr(st->st_mode,str), st->st_size, s, name);
934 st.st_mode = i->mode;
/u-boot/scripts/kconfig/
H A Dconfdata.c35 return S_ISDIR(st.st_mode);

Completed in 307 milliseconds