Searched refs:old_stat (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 34 + struct stat old_stat; 41 + stat(argv[1], &old_stat); 42 + if (old_stat.st_mode & S_IFBLK && argc == 5) { 44 + } else if (old_stat.st_mode & S_IFREG && argc == 4) {
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | namespaces.c | 69 struct stat old_stat; in nsinfo__init() local 81 if (stat(oldns, &old_stat) < 0) in nsinfo__init() 90 if (old_stat.st_ino != new_stat.st_ino) { in nsinfo__init()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-pca953x.c | 740 DECLARE_BITMAP(old_stat, MAX_LINE); in pca953x_irq_pending() 772 bitmap_copy(old_stat, chip->irq_stat, gc->ngpio); in pca953x_irq_pending() 775 bitmap_xor(cur_stat, new_stat, old_stat, gc->ngpio); in pca953x_irq_pending() 783 bitmap_and(cur_stat, chip->irq_trig_fall, old_stat, gc->ngpio); in pca953x_irq_pending() 784 bitmap_and(old_stat, chip->irq_trig_raise, new_stat, gc->ngpio); in pca953x_irq_pending() 785 bitmap_or(new_stat, old_stat, cur_stat, gc->ngpio); in pca953x_irq_pending()
|
| H A D | gpio-max732x.c | 445 uint8_t old_stat; in max732x_irq_pending() local 464 old_stat = cur_stat ^ trigger; in max732x_irq_pending() 466 pending = (old_stat & chip->irq_trig_fall) | in max732x_irq_pending()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | do_patch.c | 108 struct stat old_stat, dst_stat; in do_patch_rkimg() local
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/ |
| H A D | syscall.tbl | 108 # 1120 was old_stat
|