Searched refs:ctime (Results 1 – 10 of 10) sorted by relevance
| /u-boot/drivers/net/ |
| A D | altera_tse.c | 80 ulong ctime; in alt_sgdma_wait_transfer() local 83 ctime = get_timer(0); in alt_sgdma_wait_transfer() 88 if (get_timer(ctime) > ALT_TSE_SGDMA_BUSY_TIMEOUT) { in alt_sgdma_wait_transfer() 230 ulong ctime; in altera_tse_stop_mac() local 234 ctime = get_timer(0); in altera_tse_stop_mac() 239 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) { in altera_tse_stop_mac() 272 ulong ctime; in msgdma_reset() local 277 ctime = get_timer(0); in msgdma_reset() 282 if (get_timer(ctime) > ALT_TSE_SW_RESET_TIMEOUT) { in msgdma_reset() 294 ulong ctime; in msgdma_wait() local [all …]
|
| /u-boot/tools/ |
| A D | genboardscfg.py | 63 ctime = os.path.getctime(output) 76 if ctime < os.path.getctime(filepath): 86 if ctime < os.path.getctime(filepath):
|
| /u-boot/fs/btrfs/ |
| A D | conv-funcs.h | 140 nlink, uid, gid, mode, rdev, flags, sequence, atime, ctime, mtime, 146 generation_v2, ctransid, otransid, stransid, rtransid, ctime,
|
| A D | ctree.h | 428 ptr += offsetof(struct btrfs_inode_item, ctime); in btrfs_inode_ctime() 856 ptr += offsetof(struct btrfs_root_item, ctime); in btrfs_root_ctime()
|
| /u-boot/include/jffs2/ |
| A D | jffs2.h | 160 __u32 ctime; /* Change time. */ member
|
| /u-boot/include/ |
| A D | ext_common.h | 168 __le32 ctime; member
|
| A D | fat.h | 145 __u16 ctime; /* Creation time */ member
|
| /u-boot/fs/btrfs/kernel-shared/ |
| A D | btrfs_tree.h | 658 struct btrfs_timespec ctime; member 721 struct btrfs_timespec ctime; member
|
| /u-boot/fs/ext4/ |
| A D | ext4_write.c | 957 file_inode->ctime = cpu_to_le32(timestamp); in ext4fs_write()
|
| /u-boot/common/ |
| A D | image.c | 791 printf("%s", ctime(×tamp)); in genimg_print_time()
|
Completed in 23 milliseconds