Home
last modified time | relevance | path

Searched refs:time_t (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_rockchip-uboot/tools/
H A Dimagetool.c119 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 Dimagetool.h225 time_t imagetool_get_source_date(
227 time_t fallback);
H A Ddefault_image.c91 time_t time; in image_set_header()
H A Dmxsimage.c284 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 Dfit_image.c101 time_t time = imagetool_get_source_date(params, sbuf.st_mtime); in fit_add_file_data()
/rk3399_rockchip-uboot/include/linux/
H A Dstat.h116 time_t st_atime;
118 time_t st_mtime;
120 time_t st_ctime;
H A Dtime.h71 _CONST time_t * tim_p _AND
145 _CONST time_t * tim_p _AND
H A Dtypes.h68 typedef __kernel_time_t time_t; typedef
/rk3399_rockchip-uboot/post/drivers/
H A Drtc.c62 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 Dzfs_common.h86 time_t mtime;
87 time_t mtime2;
H A Drtc.h251 int rtc_to_tm(int time_t, struct rtc_time *time);
H A Dimage.h544 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 Daltera_sysid.c31 time_t stamp; in display_sysid()
/rk3399_rockchip-uboot/board/freescale/common/
H A Dqixis.c68 time_t time = 0; in qixis_read_time()
/rk3399_rockchip-uboot/common/
H A Dlrz.c163 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 Dimage-fit.c178 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 Dzglobal.h343 time_t modtime;
H A Dimage.c355 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 Dos.c598 time_t t = time(NULL); in os_localtime()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_1pass.c950 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 Djffs2_nand_1pass.c428 if (st->st_mtime == (time_t)(-1)) /* some ctimes really hate -1 */ in dump_stat()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c290 ctime_r((time_t *)&inode->i_mtime, filetime); in filldir()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c61 time_t ttime; in sd_print_item()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_write.c842 time_t timestamp = 0; in ext4fs_write()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c599 time_t tt = time(NULL); in getTime()

12