Searched refs:PID_PRI (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ ! |
D | format-util.h | 12 #define PID_PRI PRIi32 macro 13 #define PID_FMT "%" PID_PRI
|
/systemd-251/src/shared/ ! |
D | bus-unit-procs.c | 191 fprintf(stdout, "%s%s%s%*"PID_PRI" %s%s\n", in dump_processes() 313 fprintf(stdout, "%s%s %*" PID_PRI " %s\n", in dump_extra_processes()
|
D | cgroup-show.c | 77 … printf("%s%*"PID_PRI" %s%s\n", ansi_grey(), pid_width, pids[i], strna(t), ansi_normal()); in show_pid_array()
|
/systemd-251/src/machine/ ! |
D | machine-dbus.c | 514 if (asprintf(&address, "x-machine-unix:pid=%" PID_PRI, m->leader) < 0) in container_bus_new()
|