/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 23 unsigned long st_mtime; member 66 unsigned long st_mtime; member 99 __kernel_ulong_t st_mtime; member 128 unsigned long st_mtime; member 133 unsigned int st_mtime; member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 22 unsigned long st_mtime; member 41 unsigned long st_mtime; member 70 unsigned long st_mtime; member 91 unsigned long st_mtime; member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 19 long st_mtime; member 43 unsigned long st_mtime; member 63 long st_mtime; member 98 unsigned int st_mtime; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | uw-imap-fix-incompatible-pointer-types.patch | 33 tp[1] = sbuf.st_mtime; 51 tp[1] = sbuf.st_mtime; /* preserve mtime */ 60 tp[1] = sbuf.st_mtime; /* preserve mtime */ 77 tp[1] = LOCAL->filetime = sbuf.st_mtime; 100 if ((sbuf.st_ctime > sbuf.st_atime) || (sbuf.st_mtime > sbuf.st_atime)) { 102 tp[1] = sbuf.st_mtime; 110 ((sbuf.st_ctime > sbuf.st_atime) || (sbuf.st_mtime > sbuf.st_atime)) ? 151 tp[1] = sbuf.st_mtime; 159 tp[1] = LOCAL->filetime = sbuf.st_mtime; 168 tp[1] = LOCAL->filetime = sbuf.st_mtime; [all …]
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 15 unsigned long st_mtime; member 32 unsigned long st_mtime; member 67 unsigned long st_mtime; member
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 15 unsigned long st_mtime; member 34 unsigned long st_mtime; member 69 unsigned long st_mtime; member
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 15 unsigned long st_mtime; member 44 unsigned long st_mtime; member 79 unsigned long st_mtime; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 25 unsigned long st_mtime; member 48 unsigned long st_mtime; member 74 int st_mtime; /* Time of last modification. */ member
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 60 unsigned long st_mtime; /* time file was last modified */ member 88 unsigned long st_mtime; member 118 time_t st_mtime; member 144 unsigned long st_mtime; member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 37 long st_mtime; member 76 long st_mtime; member 117 unsigned int st_mtime; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-lfs.patch | 17 stb->st_mtime, stb->st_atime, 40 stb->st_mtime, stb->st_atime, 61 if (statp->st_mtime != mtime) { 62 if (statp->st_mtime < mtime && IS_ON(opts, DO_YOUNGER)) { 84 stb.st_mtime,
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 15 unsigned long st_mtime; member 42 unsigned long st_mtime; member
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | stat.h | 22 unsigned long st_mtime; member 44 unsigned long st_mtime; member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 30 unsigned long st_mtime; member 52 unsigned long st_mtime; /* Time of last modification. */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 39 long st_mtime; /* Time of last modification. */ member 64 int st_mtime; /* Time of last modification. */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 18 signed int st_mtime; member 61 signed int st_mtime; member
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 350 if (buf.st_mtime > 0xffffffff) { in cpio_mkfile() 353 buf.st_mtime = 0xffffffff; in cpio_mkfile() 356 if (buf.st_mtime < 0) { in cpio_mkfile() 359 buf.st_mtime = 0; in cpio_mkfile() 390 (long) buf.st_mtime, /* mtime */ in cpio_mkfile()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 43 old_time32_t st_mtime; member 76 unsigned int st_mtime; member
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | reproducible.py | 68 mtime = int(os.lstat(filepath).st_mtime) 140 mtime = int(os.lstat(filename).st_mtime)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | stat.h | 41 compat_ulong_t st_mtime; member
|
H A D | compat.h | 64 old_time32_t st_mtime; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 52 unsigned st_mtime; member
|
H A D | compat.h | 49 u32 st_mtime; member
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-cache-management.py | 179 elif p.stat_result.st_mtime > keep[sstate_sig].stat_result.st_mtime:
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | conffile.py | 34 configs = sorted(configs, key=lambda p: p.stat().st_mtime)
|