| /linux-6.15/kernel/time/ |
| H A D | timeconv.c | 47 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() function 141 EXPORT_SYMBOL(time64_to_tm);
|
| H A D | time_test.c | 72 time64_to_tm(secs, 0, &result); in time64_to_tm_test_date_range()
|
| /linux-6.15/include/linux/ |
| H A D | time.h | 58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
|
| /linux-6.15/fs/udf/ |
| H A D | udftime.c | 75 time64_to_tm(seconds, 0, &tm); in udf_time_to_disk_stamp()
|
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | vivid-rds-gen.c | 94 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_rds_generate()
|
| H A D | vivid-vbi-gen.c | 181 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_vbi_gen_set_time_of_day()
|
| /linux-6.15/fs/exfat/ |
| H A D | misc.c | 99 time64_to_tm(ts->tv_sec, 0, &tm); in exfat_set_entry_time()
|
| /linux-6.15/fs/fat/ |
| H A D | misc.c | 247 time64_to_tm(ts->tv_sec, -fat_tz_offset(sbi), &tm); in fat_time_unix2fat()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 284 time64_to_tm(start, 0, &tm); in bnxt_fill_coredump_record() 309 time64_to_tm(end, 0, &tm); in bnxt_fill_coredump_record()
|
| H A D | bnxt.c | 10206 time64_to_tm(now, 0, &tm); in bnxt_hwrm_fw_set_time()
|
| /linux-6.15/security/tomoyo/ |
| H A D | util.c | 95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cper.c | 44 time64_to_tm(now, 0, &tm); in amdgpu_cper_get_timestamp()
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_meta.c | 53 time64_to_tm(secs, 0, &tm); in nft_meta_hour()
|
| /linux-6.15/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_psi.c | 1992 time64_to_tm(ts.tv_sec, 0, &time); in vidtv_psi_eit_event_init()
|
| /linux-6.15/drivers/scsi/aacraid/ |
| H A D | commsup.c | 2248 time64_to_tm(local_time, 0, &cur_tm); in aac_send_safw_hostttime()
|
| /linux-6.15/drivers/bluetooth/ |
| H A D | btintel_pcie.c | 485 time64_to_tm(now.tv_sec, 0, &tm_now); in btintel_pcie_read_dram_buffers()
|
| /linux-6.15/drivers/accel/habanalabs/common/ |
| H A D | device.c | 1079 time64_to_tm(seconds, 0, &tm); in stringify_time_of_last_heartbeat()
|
| /linux-6.15/lib/ |
| H A D | vsprintf.c | 1944 time64_to_tm(time, 0, &tm); in time64_str()
|
| /linux-6.15/drivers/scsi/arcmsr/ |
| H A D | arcmsr_hba.c | 3957 time64_to_tm(ktime_get_real_seconds(), -sys_tz.tz_minuteswest * 60, &tm); in arcmsr_set_iop_datetime()
|
| /linux-6.15/drivers/scsi/ |
| H A D | ips.c | 5972 time64_to_tm(current_time, 0, &tm); in ips_fix_ffdc_time()
|
| /linux-6.15/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 1097 time64_to_tm(local_time, -sys_tz.tz_minuteswest * 60, &tm); in pqi_write_current_time_to_host_wellness()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 5649 time64_to_tm(cur_time.tv_sec, 0, &tm_val); in lpfc_cgn_update_tstamp()
|
| H A D | lpfc_sli.c | 8420 time64_to_tm(cur_time.tv_sec, 0, &broken); in lpfc_set_host_tm()
|