Searched refs:USEC_FMT (Results 1 - 25 of 26) sorted by relevance

12

/systemd/src/basic/
H A Dtime-util.c254 snprintf(buf, l, USEC_FMT " years " USEC_FMT " months %s",
258 snprintf(buf, l, USEC_FMT " months " USEC_FMT " days %s",
262 snprintf(buf, l, USEC_FMT " weeks " USEC_FMT " days %s",
266 snprintf(buf, l, USEC_FMT " days %s", d / USEC_PER_DAY, s);
268 snprintf(buf, l, "1 day " USEC_FMT "h %s",
271 snprintf(buf, l, USEC_FMT "h %s",
274 snprintf(buf, l, USEC_FMT "
[all...]
H A Dtime-util.h33 #define USEC_FMT "%" PRIu64 macro
/systemd/src/test/
H A Dtest-time.c120 log_info(USEC_FMT" (at accuracy "USEC_FMT")", x, accuracy);
129 log_info(" = "USEC_FMT, y);
/systemd/src/core/
H A Ddbus-scope.c150 unit_write_drop_in_format(UNIT(s), mode, name, "[Scope]\nTimeoutStopSec="USEC_FMT"us\n", s->timeout_stop_usec);
H A Ddbus-timer.c280 unit_write_drop_in_private_format(UNIT(t), mode, name, "AccuracySec=" USEC_FMT "us\n", u); local
294 unit_write_drop_in_private_format(UNIT(t), mode, name, "RandomizedDelaySec=" USEC_FMT "us\n", u); local
H A Ddbus-service.c137 unit_write_drop_in_private_format(UNIT(s), mode, name, "RuntimeMaxSec=" USEC_FMT "us\n", u); local
H A Dmanager.c2642 "KERNEL_USEC="USEC_FMT, kernel_usec,
2643 "INITRD_USEC="USEC_FMT, initrd_usec,
2644 "USERSPACE_USEC="USEC_FMT, userspace_usec,
2657 "KERNEL_USEC="USEC_FMT, kernel_usec,
2658 "USERSPACE_USEC="USEC_FMT, userspace_usec,
2671 "USERSPACE_USEC="USEC_FMT, userspace_usec,
H A Dcgroup.c330 sprintf(buf, USEC_FMT "\n", CGROUP_CPU_QUOTA_PERIOD_USEC);
337 sprintf(buf, USEC_FMT "\n", c->cpu_quota_per_sec_usec * CGROUP_CPU_QUOTA_PERIOD_USEC / USEC_PER_SEC);
H A Djob.c999 fprintf(f, "job-begin="USEC_FMT"\n", j->begin_usec);
H A Dmain.c2117 if (asprintf(&e, "WATCHDOG_USEC="USEC_FMT, arg_shutdown_watchdog) > 0)
H A Dexecute.c1292 if (asprintf(&x, "WATCHDOG_USEC="USEC_FMT, p->watchdog_usec) < 0)
/systemd/src/journal-remote/
H A Djournal-upload-journal.c74 "__REALTIME_TIMESTAMP="USEC_FMT"\n", realtime);
99 "__MONOTONIC_TIMESTAMP="USEC_FMT"\n", monotonic);
/systemd/src/shared/
H A Dlogs-show.c537 "__REALTIME_TIMESTAMP="USEC_FMT"\n"
538 "__MONOTONIC_TIMESTAMP="USEC_FMT"\n"
672 "\t\"__REALTIME_TIMESTAMP\" : \""USEC_FMT"\",\n"
673 "\t\"__MONOTONIC_TIMESTAMP\" : \""USEC_FMT"\",\n"
685 "\"__REALTIME_TIMESTAMP\" : \""USEC_FMT"\", "
686 "\"__MONOTONIC_TIMESTAMP\" : \""USEC_FMT"\", "
H A Dask-password-api.c523 "NotAfter="USEC_FMT"\n",
/systemd/src/libsystemd/sd-bus/
H A Dbus-dump.c118 fprintf(f, " Monotonic="USEC_FMT, m->monotonic);
120 fprintf(f, " Realtime="USEC_FMT, m->realtime);
/systemd/src/login/
H A Dlogind-user.c175 "REALTIME="USEC_FMT"\n"
176 "MONOTONIC="USEC_FMT"\n",
H A Dlogind-session.c283 "REALTIME="USEC_FMT"\n"
284 "MONOTONIC="USEC_FMT"\n",
H A Dlogind-dbus.c1846 "USEC="USEC_FMT"\n"
/systemd/src/machine/
H A Dmachine.c195 "REALTIME="USEC_FMT"\n"
196 "MONOTONIC="USEC_FMT"\n",
/systemd/src/libsystemd/sd-device/
H A Ddevice-private.c166 r = snprintf(num, sizeof(num), USEC_FMT, usec_initialized);
1064 fprintf(f, "I:"USEC_FMT"\n", device->usec_initialized);
/systemd/src/timesync/
H A Dtimesyncd-manager.c648 " poll interval: " USEC_FMT "\n",
672 log_debug("interval/delta/delay/jitter/drift " USEC_FMT "s/%+.3fs/%.3fs/%.3fs/%+ippm%s",
/systemd/src/libsystemd-network/
H A Dsd-lldp.c524 sprintf(buf, "'_TTL="USEC_FMT"' ", p->until);
/systemd/src/timedate/
H A Dtimedated.c581 "REALTIME="USEC_FMT, timespec_load(&ts),
/systemd/src/network/
H A Dnetworkd-link.c2359 r = sscanf(prefixlen_str, "%hhu/%hhu/%"SCNu32"/%hhu/"USEC_FMT, &prefixlen, &tos, &priority, &table, &lifetime);
2882 fprintf(f, "%s%s/%hhu/%hhu/%"PRIu32"/%hhu/"USEC_FMT, space ? " " : "", route_str,
/systemd/src/journal/
H A Djournald-server.c1753 log_debug("Setting both rate limit interval and burst from "USEC_FMT",%u to 0,0",

Completed in 376 milliseconds

12