Searched refs:syscall_errno (Results 1 - 4 of 4) sorted by relevance

/systemd/src/core/
H A Ddbus-execute.c456 return sd_bus_message_append(reply, "i", (int32_t) c->syscall_errno);
H A Dexecute.c1054 negative_action = c->syscall_errno == 0 ? SCMP_ACT_KILL : SCMP_ACT_ERRNO(c->syscall_errno);
2697 if (c->syscall_errno > 0)
2700 prefix, strna(errno_to_name(c->syscall_errno)));
H A Dexecute.h190 int syscall_errno; member in struct:ExecContext
H A Dload-fragment.c2671 c->syscall_errno = 0;
2681 c->syscall_errno = e;

Completed in 34 milliseconds