| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 119 time_t imagetool_get_source_date( in imagetool_get_source_date() 121 time_t fallback) in imagetool_get_source_date() 128 time_t time = (time_t) strtol(source_date_epoch, NULL, 10); in imagetool_get_source_date()
|
| H A D | imagetool.h | 225 time_t imagetool_get_source_date( 227 time_t fallback);
|
| H A D | default_image.c | 91 time_t time; in image_set_header()
|
| H A D | mxsimage.c | 284 static time_t sb_get_timestamp(void) in sb_get_timestamp() 290 time_t seconds_to_2000 = mktime(&time_2000); in sb_get_timestamp() 291 time_t seconds_to_now = time(NULL); in sb_get_timestamp() 296 static int sb_get_time(time_t time, struct tm *tm) in sb_get_time() 302 const time_t seconds_to_2000 = mktime(&time_2000); in sb_get_time() 303 const time_t seconds_to_now = seconds_to_2000 + time; in sb_get_time()
|
| H A D | fit_image.c | 101 time_t time = imagetool_get_source_date(params, sbuf.st_mtime); in fit_add_file_data()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | stat.h | 116 time_t st_atime; 118 time_t st_mtime; 120 time_t st_ctime;
|
| H A D | time.h | 71 _CONST time_t * tim_p _AND 145 _CONST time_t * tim_p _AND
|
| H A D | types.h | 68 typedef __kernel_time_t time_t; typedef
|
| /rk3399_rockchip-uboot/post/drivers/ |
| H A D | rtc.c | 62 time_t t = rtc_mktime(tm) + sec; in rtc_post_restore() 118 time_t t; in rtc_post_test() 149 time_t t; in rtc_post_test()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | zfs_common.h | 86 time_t mtime; 87 time_t mtime2;
|
| H A D | rtc.h | 251 int rtc_to_tm(int time_t, struct rtc_time *time);
|
| H A D | image.h | 544 void genimg_print_time(time_t timestamp); 1015 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp); 1044 int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | altera_sysid.c | 31 time_t stamp; in display_sysid()
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | qixis.c | 68 time_t time = 0; in qixis_read_time()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lrz.c | 163 time_t stop_time; 255 ulong timing (int reset, time_t *nowp) in timing() 626 time_t t; in zmodem_rx() 2221 time_t low_bps=0; in rzfile() 2401 time_t now; in rzfile() 2633 __maybe_unused time_t timep[2];
|
| H A D | image-fit.c | 178 time_t timestamp; in fit_print_contents() 312 time_t timestamp; in fit_image_print_data() 387 time_t timestamp; in fit_image_print() 514 int fit_get_timestamp(const void *fit, int noffset, time_t *timestamp) in fit_get_timestamp() 1185 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp()
|
| H A D | zglobal.h | 343 time_t modtime;
|
| H A D | image.c | 355 genimg_print_time((time_t)image_get_time(hdr)); in image_print_contents() 585 void genimg_print_time(time_t timestamp) in genimg_print_time()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 598 time_t t = time(NULL); in os_localtime()
|
| /rk3399_rockchip-uboot/fs/jffs2/ |
| H A D | jffs2_1pass.c | 950 if (st->st_mtime == (time_t)(-1)) /* some ctimes really hate -1 */ in dump_stat() 953 ctime_r((time_t *)&st->st_mtime, s/*,64*/); /* newlib ctime doesn't have buflen */ in dump_stat()
|
| H A D | jffs2_nand_1pass.c | 428 if (st->st_mtime == (time_t)(-1)) /* some ctimes really hate -1 */ in dump_stat()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.c | 290 ctime_r((time_t *)&inode->i_mtime, filetime); in filldir()
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs.c | 61 time_t ttime; in sd_print_item()
|
| /rk3399_rockchip-uboot/fs/ext4/ |
| H A D | ext4_write.c | 842 time_t timestamp = 0; in ext4fs_write()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | boot_merger.c | 599 time_t tt = time(NULL); in getTime()
|