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

/systemd/src/libsystemd/sd-bus/
H A Dbus-container.c35 int r, error_buf = 0; local
93 error_buf = errno;
94 (void) write(pair[1], &error_buf, sizeof(error_buf));
117 n = read(pair[0], &error_buf, sizeof(error_buf));
122 if (n != sizeof(error_buf))
125 if (error_buf < 0)
128 if (error_buf == EINPROGRESS)
131 if (error_buf >
151 int error_buf = 0; local
[all...]

Completed in 1727 milliseconds