Home
last modified time | relevance | path

Searched refs:PID_PRI (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/ !
Dformat-util.h12 #define PID_PRI PRIi32 macro
13 #define PID_FMT "%" PID_PRI
/systemd-251/src/shared/ !
Dbus-unit-procs.c191 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()
Dcgroup-show.c77 … 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/ !
Dmachine-dbus.c514 if (asprintf(&address, "x-machine-unix:pid=%" PID_PRI, m->leader) < 0) in container_bus_new()