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

/systemd/src/journal-remote/
H A Djournal-remote.h40 RemoteSource **sources; member in struct:RemoteServer
H A Djournal-remote.c317 if (!GREEDY_REALLOC0(s->sources, s->sources_size, fd + 1))
325 if (s->sources[fd] == NULL) {
326 s->sources[fd] = source_new(fd, false, name, writer);
327 if (!s->sources[fd]) {
335 *source = s->sources[fd];
345 source = s->sources[fd];
349 s->sources[fd] = NULL;
981 log_error("Zero sources specified");
1009 assert(s->sources_size == 0 || s->sources);
1012 free(s->sources);
[all...]
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c115 LIST_FIELDS(sd_event_source, sources);
237 LIST_HEAD(sd_event_source, sources);
394 while ((s = e->sources)) {
876 LIST_REMOVE(sources, event->sources, s);
953 LIST_PREPEND(sources, e->sources, s);
1602 * sources, but everything else needs to fail. */
2242 * post sources as pending */

Completed in 20 milliseconds