Searched defs:times (Results 1 - 4 of 4) sorted by relevance

/systemd/src/fsck/
H A Dfsck.c329 struct timespec times[2]; local
346 times[0] = st.st_atim;
347 times[1] = st.st_mtim;
349 if (utimensat(AT_FDCWD, "/", times, 0) == 0) {
/systemd/src/core/
H A Ddbus-manager.c2047 usec_t *times = userdata; local
2051 assert(times);
2057 r = sd_bus_message_append(message, "tttttt", times[0], times[1], times[2], times[3], times[4], times[5]);
/systemd/src/analyze/
H A Danalyze.c100 * This offset is subtracted from times above by acquire_boot_times(),
215 static struct boot_times times; local
227 &times.firmware_time) < 0 ||
232 &times.loader_time) < 0 ||
237 &times.kernel_time) < 0 ||
242 &times.initrd_time) < 0 ||
247 &times.userspace_time) < 0 ||
252 &times.finish_time) < 0 ||
257 &times.security_start_time) < 0 ||
262 &times
547 struct unit_times *times; local
756 list_dependencies_print(const char *name, unsigned int level, unsigned int branches, bool last, struct unit_times *times, struct boot_times *boot) argument
801 struct unit_times *times; local
820 struct unit_times *times; local
896 struct unit_times *times; local
948 struct unit_times *times; local
986 struct unit_times *times; local
[all...]
/systemd/src/tmpfiles/
H A Dtmpfiles.c376 struct timespec times[2]; local
588 times[0] = ds->st_atim;
589 times[1] = ds->st_mtim;
597 if (futimens(dirfd(d), times) < 0)

Completed in 27 milliseconds