Searched refs:procfs_file_alloca (Results 1 - 12 of 12) sorted by relevance
/systemd/src/basic/ |
H A D | audit-util.c | 47 p = procfs_file_alloca(pid, "sessionid"); 72 p = procfs_file_alloca(pid, "loginuid");
|
H A D | process-util.c | 65 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 D | process-util.h | 33 #define procfs_file_alloca(pid, field) \ macro
|
H A D | util.c | 658 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 D | smack-util.c | 128 p = procfs_file_alloca(pid, "attr/current");
|
H A D | terminal-util.c | 907 p = procfs_file_alloca(pid, "stat");
|
H A D | cgroup-util.c | 835 fs = procfs_file_alloca(pid, "cgroup");
|
/systemd/src/core/ |
H A D | killall.c | 58 p = procfs_file_alloca(pid, "cmdline");
|
/systemd/src/coredump/ |
H A D | coredump.c | 507 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 D | bus-creds.c | 813 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 D | machine-dbus.c | 253 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 D | machined-dbus.c | 903 p = procfs_file_alloca(machine->leader, "uid_map"); 1021 p = procfs_file_alloca(machine->leader, "gid_map");
|
Completed in 2014 milliseconds