unit_serialize_item_format  632 src/core/automount.c         unit_serialize_item_format(u, f, "dev-id", "%u", (unsigned) a->dev_id);
unit_serialize_item_format  635 src/core/automount.c                 unit_serialize_item_format(u, f, "token", "%u", PTR_TO_UINT(p));
unit_serialize_item_format  644 src/core/automount.c                 unit_serialize_item_format(u, f, "pipe-fd", "%i", copy);
unit_serialize_item_format  654 src/core/busname.c                 unit_serialize_item_format(u, f, "control-pid", PID_FMT, n->control_pid);
unit_serialize_item_format  663 src/core/busname.c                 unit_serialize_item_format(u, f, "starter-fd", "%i", copy);
unit_serialize_item_format 2723 src/core/execute.c                 unit_serialize_item_format(u, f, "netns-socket-0", "%i", copy);
unit_serialize_item_format 2733 src/core/execute.c                 unit_serialize_item_format(u, f, "netns-socket-1", "%i", copy);
unit_serialize_item_format 1066 src/core/mount.c                 unit_serialize_item_format(u, f, "control-pid", PID_FMT, m->control_pid);
unit_serialize_item_format 1759 src/core/service.c                 unit_serialize_item_format(u, f, "control-pid", PID_FMT,
unit_serialize_item_format 1763 src/core/service.c                 unit_serialize_item_format(u, f, "main-pid", PID_FMT, s->main_pid);
unit_serialize_item_format 1783 src/core/service.c                 unit_serialize_item_format(u, f, "socket-fd", "%i", copy);
unit_serialize_item_format 1792 src/core/service.c                 unit_serialize_item_format(u, f, "endpoint-fd", "%i", copy);
unit_serialize_item_format 1796 src/core/service.c                 unit_serialize_item_format(u, f, "main-exec-status-pid", PID_FMT,
unit_serialize_item_format 1804 src/core/service.c                         unit_serialize_item_format(u, f, "main-exec-status-code", "%i",
unit_serialize_item_format 1806 src/core/service.c                         unit_serialize_item_format(u, f, "main-exec-status-status", "%i",
unit_serialize_item_format 1999 src/core/socket.c         unit_serialize_item_format(u, f, "n-accepted", "%u", s->n_accepted);
unit_serialize_item_format 2002 src/core/socket.c                 unit_serialize_item_format(u, f, "control-pid", PID_FMT, s->control_pid);
unit_serialize_item_format 2025 src/core/socket.c                                 unit_serialize_item_format(u, f, "netlink", "%i %s", copy, t);
unit_serialize_item_format 2027 src/core/socket.c                                 unit_serialize_item_format(u, f, "socket", "%i %i %s", copy, p->address.type, t);
unit_serialize_item_format 2030 src/core/socket.c                         unit_serialize_item_format(u, f, "special", "%i %s", copy, p->path);
unit_serialize_item_format 2032 src/core/socket.c                         unit_serialize_item_format(u, f, "mqueue", "%i %s", copy, p->path);
unit_serialize_item_format 2035 src/core/socket.c                         unit_serialize_item_format(u, f, "fifo", "%i %s", copy, p->path);
unit_serialize_item_format  865 src/core/swap.c                 unit_serialize_item_format(u, f, "control-pid", PID_FMT, s->control_pid);
unit_serialize_item_format  577 src/core/timer.c                 unit_serialize_item_format(u, f, "last-trigger-realtime", "%" PRIu64, t->last_trigger.realtime);
unit_serialize_item_format  580 src/core/timer.c                 unit_serialize_item_format(u, f, "last-trigger-monotonic", "%" PRIu64, t->last_trigger.monotonic);
unit_serialize_item_format  523 src/core/unit.h void unit_serialize_item_format(Unit *u, FILE *f, const char *key, const char *value, ...) _printf_(4,5);