Searched refs:procfs_file_alloca (Results 1 - 12 of 12) sorted by relevance

/systemd/src/basic/
H A Daudit-util.c47 p = procfs_file_alloca(pid, "sessionid");
72 p = procfs_file_alloca(pid, "loginuid");
H A Dprocess-util.c65 p = procfs_file_alloca(pid, "stat");
92 p = procfs_file_alloca(pid, "comm");
110 p = procfs_file_alloca(pid, "cmdline");
240 p = procfs_file_alloca(pid, "cmdline");
267 p = procfs_file_alloca(pid, "status");
298 p = procfs_file_alloca(pid, "exe");
321 p = procfs_file_alloca(pid, "status");
361 p = procfs_file_alloca(pid, "cwd");
371 p = procfs_file_alloca(pid, "root");
386 p = procfs_file_alloca(pi
[all...]
H A Dprocess-util.h33 #define procfs_file_alloca(pid, field) \ macro
H A Dutil.c658 mntns = procfs_file_alloca(pid, "ns/mnt");
667 pidns = procfs_file_alloca(pid, "ns/pid");
676 netns = procfs_file_alloca(pid, "ns/net");
685 userns = procfs_file_alloca(pid, "ns/user");
694 root = procfs_file_alloca(pid, "root");
H A Dsmack-util.c128 p = procfs_file_alloca(pid, "attr/current");
H A Dterminal-util.c907 p = procfs_file_alloca(pid, "stat");
H A Dcgroup-util.c835 fs = procfs_file_alloca(pid, "cgroup");
/systemd/src/core/
H A Dkillall.c58 p = procfs_file_alloca(pid, "cmdline");
/systemd/src/coredump/
H A Dcoredump.c507 path = procfs_file_alloca(pid, "fd");
1040 p = procfs_file_alloca(pid, "status");
1049 p = procfs_file_alloca(pid, "maps");
1058 p = procfs_file_alloca(pid, "limits");
1067 p = procfs_file_alloca(pid, "cgroup");
/systemd/src/libsystemd/sd-bus/
H A Dbus-creds.c813 p = procfs_file_alloca(pid, "status");
974 p = procfs_file_alloca(pid, "attr/current");
1014 p = procfs_file_alloca(pid, "cmdline");
/systemd/src/machine/
H A Dmachine-dbus.c253 p = procfs_file_alloca(m->leader, "ns/net");
1014 q = procfs_file_alloca(m->leader, "ns/mnt");
1208 q = procfs_file_alloca(m->leader, "ns/mnt");
H A Dmachined-dbus.c903 p = procfs_file_alloca(machine->leader, "uid_map");
1021 p = procfs_file_alloca(machine->leader, "gid_map");

Completed in 2014 milliseconds