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

/systemd/src/basic/
H A Dlog.c67 static int journal_fd = -1; variable
197 journal_fd = safe_close(journal_fd);
209 if (journal_fd >= 0)
212 journal_fd = create_log_socket(SOCK_DGRAM);
213 if (journal_fd < 0) {
214 r = journal_fd;
218 if (connect(journal_fd, &sa.sa, offsetof(struct sockaddr_un, sun_path) + strlen(sa.un.sun_path)) < 0) {
314 console_fd = kmsg_fd = syslog_fd = journal_fd = -1;
535 if (journal_fd <
[all...]
/systemd/src/journal/
H A Djournal-send.c60 static int journal_fd(void) { function
290 fd = journal_fd();

Completed in 13 milliseconds