Searched defs:owner_uid (Results 1 - 3 of 3) sorted by relevance
/systemd/src/coredump/ |
H A D | coredumpctl.c | 368 *slice = NULL, *cgroup = NULL, *owner_uid = NULL, local 388 retrieve(d, l, "COREDUMP_OWNER_UID", &owner_uid); 484 if (owner_uid) { 487 if (parse_uid(owner_uid, &n) >= 0) { 493 owner_uid, u); 497 owner_uid);
|
H A D | coredump.c | 913 uid_t owner_uid; local 995 if (sd_pid_get_owner_uid(pid, &owner_uid) >= 0) { 996 r = asprintf(&core_owner_uid, "COREDUMP_OWNER_UID=" UID_FMT, owner_uid);
|
/systemd/src/journal/ |
H A D | journald-server.c | 585 owner_uid[sizeof("_SYSTEMD_OWNER_UID=") + DECIMAL_STR_MAX(uid_t)], local 683 sprintf(owner_uid, "_SYSTEMD_OWNER_UID="UID_FMT, owner); 684 IOVEC_SET_STRING(iovec[n++], owner_uid);
|
Completed in 32 milliseconds