Searched refs:origin (Results 1 - 2 of 2) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 670 _cleanup_free_ char *controller = NULL, *origin = NULL, *combined = NULL; local 676 origin = prefix_root("/sys/fs/cgroup/", controller); 677 if (!origin) 680 r = readlink_malloc(origin, &combined); 689 return log_error_errno(r, "Failed to read link %s: %m", origin); 693 target = prefix_root(dest, origin);
|
/systemd/src/timesync/ |
H A D | timesyncd-manager.c | 183 * as the origin timestamp and we have an indication that this is the 497 double origin, receive, trans, dest; local 620 origin = ts_to_d(&m->trans_time) + OFFSET_1900_1970; 625 offset = ((receive - origin) + (trans - dest)) / 2; 626 delay = (dest - origin) - (trans - receive); 640 " origin : %.3f\n" 656 origin - OFFSET_1900_1970,
|
Completed in 974 milliseconds