Searched refs:timespec_load (Results 1 – 24 of 24) sorted by relevance
/systemd-251/src/locale/ |
D | keymap-util.c | 112 t = timespec_load(&st.st_mtim); in locale_read_data() 180 t = timespec_load(&st.st_mtim); in vconsole_read_data() 218 t = timespec_load(&st.st_mtim); in x11_read_data() 312 c->locale_mtime = timespec_load(&st.st_mtim); in locale_write_data() 347 c->vc_mtime = timespec_load(&st.st_mtim); in vconsole_write_data() 408 c->x11_mtime = timespec_load(&st.st_mtim); in x11_write_data()
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-vacuum.c | 66 x = timespec_load(&st->st_ctim); in patch_realtime() 70 x = timespec_load(&st->st_atim); in patch_realtime() 74 x = timespec_load(&st->st_mtim); in patch_realtime()
|
/systemd-251/src/test/ |
D | test-fs-util.c | 579 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST() 589 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST() 599 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST() 609 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST() 625 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST() 635 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST() 645 assert_se(timespec_load(&st.st_mtim) == test_mtime); in TEST()
|
/systemd-251/src/timesync/ |
D | timesyncd-bus.c | 201 timespec_load(&m->origin_time), in property_get_ntp_message() 204 timespec_load(&m->dest_time), in property_get_ntp_message()
|
D | timesyncd.c | 43 stamp = timespec_load(&st.st_mtim); in load_clock_timestamp()
|
/systemd-251/src/basic/ |
D | efivars.c | 419 return CMP(timespec_load(&a->st_mtim), timespec_load(&b->st_mtim)); in compare_stat_mtime()
|
D | time-util.h | 113 usec_t timespec_load(const struct timespec *ts) _pure_;
|
D | time-util.c | 55 return timespec_load(&ts); in now() 205 usec_t timespec_load(const struct timespec *ts) { in timespec_load() function
|
D | unit-file.c | 233 siphash24_compress_usec_t(timespec_load(&st.st_mtim), &state); in lookup_paths_timestamp_hash_same()
|
D | path-util.c | 720 u = timespec_load(&stats.st_mtim); in paths_check_timestamp()
|
/systemd-251/src/shared/ |
D | clock-util.c | 151 epoch_usec = timespec_load(&st.st_mtim); in clock_apply_epoch()
|
D | hwdb-util.c | 689 if (timespec_load(&hwdb->st.st_mtim) != timespec_load(&st.st_mtim)) in hwdb_validate()
|
D | discover-image.c | 353 timespec_load(&st->st_mtim), in image_make()
|
/systemd-251/src/core/ |
D | load-dropin.c | 122 u->dropin_mtime = MAX(u->dropin_mtime, timespec_load(&st.st_mtim)); in unit_load_dropin()
|
D | timer.c | 645 ft = timespec_load(&st.st_mtim); in timer_start()
|
D | unit.c | 1434 u->source_mtime = timespec_load(&st.st_mtim); in unit_load_fragment_and_dropin() 3686 return timespec_load(&st.st_mtim) > mtime; in fragment_mtime_newer()
|
D | manager.c | 441 k = timespec_load(&st.st_mtim); in manager_read_timezone_stat()
|
D | load-fragment.c | 6112 u->fragment_mtime = timespec_load(&st.st_mtim); in unit_load_fragment()
|
/systemd-251/src/coredump/ |
D | coredump-vacuum.c | 178 t = timespec_load(&st.st_mtim); in coredump_vacuum()
|
/systemd-251/src/timedate/ |
D | timedated.c | 895 timespec_store(&ts, timespec_load(&ts) + (now(CLOCK_MONOTONIC) - start)); in method_set_time() 912 "REALTIME="USEC_FMT, timespec_load(&ts), in method_set_time() 913 …SAGE("Changed local time to %s", strnull(format_timestamp(buf, sizeof(buf), timespec_load(&ts))))); in method_set_time()
|
/systemd-251/src/libsystemd-network/ |
D | sd-lldp-rx.c | 232 triple_timestamp_from_realtime(&n->timestamp, timespec_load(&ts)); in lldp_rx_receive_datagram()
|
/systemd-251/src/sysupdate/ |
D | sysupdate-resource.c | 152 instance->metadata.mtime = timespec_load(&st.st_mtim) ?: USEC_INFINITY; in resource_load_from_directory()
|
/systemd-251/src/sysext/ |
D | sysext.c | 220 TABLE_TIMESTAMP, timespec_load(&st.st_mtim)); in verb_status()
|
/systemd-251/src/login/ |
D | logind-session.c | 933 *atime = timespec_load(&st.st_atim); in get_tty_atime()
|