Searched refs:sys_stat (Results 1 – 11 of 11) sorted by relevance
582 u_char sys_stat; member
1698 int sys_stat(const char *path, struct stat *buf) in sys_stat() function2183 int ret = sys_stat(path, buf); in stat()
28 # 18 was sys_stat
28 18 common oldstat sys_stat
32 # 18 was sys_stat
32 18 i386 oldstat sys_stat
32 18 32 oldstat sys_stat sys_ni_syscall
30 18 32 oldstat sys_stat sys_ni_syscall
1216 asmlinkage long sys_stat(const char __user *filename,
318310 + unsigned int sys_stat;318313 + sys_stat_reg = ioremap_nocache(REG_SYSSTAT, sizeof(sys_stat));318314 + sys_stat = readl(sys_stat_reg);318317 + if ((sys_stat & BOOT_FLAG_MASK) == BOOT_MEDIA_NAND) {318321 + bus_width = (sys_stat & EMMC_BOOT_8BIT) ?318871 + unsigned int sys_stat;318874 + sys_stat_reg = ioremap_nocache(REG_SYSSTAT, sizeof(sys_stat));318875 + sys_stat = readl(sys_stat_reg);318878 + if ((sys_stat & BOOT_FLAG_MASK) == BOOT_MEDIA_NAND) {318882 + bus_width = (sys_stat & EMMC_BOOT_8BIT) ?