Searched defs:status_errno (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dservice.h176 int status_errno; member in struct:Service
H A Dservice.c2023 s->status_errno = 0;
3057 int status_errno; local
3059 if (safe_atoi(e, &status_errno) < 0 || status_errno < 0)
3062 if (s->status_errno != status_errno) {
3063 s->status_errno = status_errno;
/systemd/src/systemctl/
H A Dsystemctl.c3360 int status_errno; member in struct:UnitStatusInfo
3663 if (i->status_errno > 0)
3664 printf(" Error: %i (%s)\n", i->status_errno, strerror(i->status_errno));
3878 i->status_errno = (int) j;

Completed in 252 milliseconds