/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
H A D | 0001-cow.c-Replace-stat64-with-stat.patch | 4 Subject: [PATCH] cow.c: Replace stat64 with stat 7 therefore switch to using stat API which is same as stat64 these days 21 - struct stat64 buf; 30 - err = stat64(header->backing_file, &buf);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/ |
H A D | 0003-replace-stat64-lstat64-with-stat-lstat.patch | 4 Subject: [PATCH] replace stat64/lstat64 with stat/lstat 28 - static struct stat64 my_stat; 45 - static struct stat64 my_stat; 62 -#define stat64 stat 78 -#define stat64 stat 93 - static struct stat64 my_stat; 110 -#define stat64 stat
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64() 138 if (!user_write_access_begin(ubuf, sizeof(struct stat64))) in cp_stat64() 165 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 176 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 186 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 197 struct stat64 __user *, statbuf, int, flag) in COMPAT_SYSCALL_DEFINE4()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 26 struct stat64 { struct 74 struct stat64 { struct
|
/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/ |
H A D | 0001-Replace-stat64-with-stat.patch | 4 Subject: [PATCH] Replace stat64 with stat 25 - struct stat64 st;
|
/openbmc/linux/fs/ |
H A D | stat.c | 538 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() 540 struct stat64 tmp; in cp_new_stat64() 573 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 574 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 586 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 597 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 609 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
|
/openbmc/qemu/configs/targets/ |
H A D | or1k-linux-user.mak | 3 TARGET_SYSTBL_ABI=common,32,or1k,time32,stat64,rlimit,renameat
|
H A D | hexagon-linux-user.mak | 4 TARGET_SYSTBL_ABI=common,32,hexagon,time32,stat64,rlimit,renameat
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-stat64.patch | 6 --- rdist-6.1.5/src/filesys.c.stat64 2005-05-04 14:11:03.000000000 +0200 19 --- rdist-6.1.5/src/server.c.stat64 2005-05-04 14:11:23.000000000 +0200
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 26 struct stat64 { struct
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | stat.h | 19 struct stat64 { struct
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 38 struct stat64 { struct
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 49 struct stat64 { struct
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 44 struct stat64 { struct
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 25 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat() 45 struct stat64 sbuf; in os_stat_fd() 59 struct stat64 sbuf; in os_stat_file() 62 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 43 struct stat64 { struct
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 29 struct stat64 { struct
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 45 struct stat64 { struct
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 57 struct stat64 { struct
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 60 struct stat64 { struct
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 52 struct stat64 { struct
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 52 struct stat64 { struct
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/ |
H A D | inotify-tools_3.22.6.0.bb | 12 file://0003-replace-stat64-lstat64-with-stat-lstat.patch \
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 42 struct stat64 { struct
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/ |
H A D | uml-utilities_20040406.bb | 11 file://0001-cow.c-Replace-stat64-with-stat.patch \
|