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

/systemd/src/journal/
H A Djournald-kmsg.h24 int server_open_dev_kmsg(Server *s);
25 int server_flush_dev_kmsg(Server *s);
27 void server_forward_kmsg(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);
29 int server_open_kernel_seqnum(Server *s);
H A Djournald-audit.h25 void server_process_audit_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const union sockaddr_union *sa, socklen_t salen);
27 int server_open_audit(Server*s);
H A Djournald-console.h24 void server_forward_console(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);
H A Djournald-stream.h27 int server_open_stdout_socket(Server *s);
28 int server_restore_streams(Server *s, FDSet *fds);
H A Djournald-syslog.h28 void server_forward_syslog(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred, const struct timeval *tv);
30 void server_process_syslog_message(Server *s, const char *buf, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len);
31 int server_open_syslog_socket(Server *s);
33 void server_maybe_warn_forward_syslog_missed(Server *s);
H A Djournald-wall.h24 void server_forward_wall(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred);
H A Djournald-native.h31 void server_process_native_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len);
33 void server_process_native_file(Server *s, int fd, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len);
35 int server_open_native_socket(Server*s);
H A Djournald-server.h27 typedef struct Server Server; typedef in typeref:struct:Server
52 struct Server { struct
160 void server_dispatch_message(Server *s, struct iovec *iovec, unsigned n, unsigned m, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len, const char *unit_id, int priority, pid_t object_pid);
161 void server_driver_message(Server *s, sd_id128_t message_id, const char *format, ...) _printf_(3,0) _sentinel_;
176 int server_init(Server *s);
177 void server_done(Server *s);
178 void server_sync(Server *s);
179 int server_vacuum(Server *s, bool verbose, bool patch_min_use);
180 void server_rotate(Server *
[all...]
H A Djournald-wall.c29 Server *s,
H A Djournald-kmsg.c42 Server *s,
112 static void dev_kmsg_record(Server *s, const char *p, size_t l) {
328 static int server_read_dev_kmsg(Server *s) {
357 int server_flush_dev_kmsg(Server *s) {
383 Server *s = userdata;
398 int server_open_dev_kmsg(Server *s) {
441 int server_open_kernel_seqnum(Server *s) {
H A Djournald-server.c89 Server *s,
203 static int determine_space(Server *s, bool verbose, bool patch_min_use, uint64_t *available, uint64_t *limit) {
239 Server *s,
270 static JournalFile* find_journal(Server *s, uid_t uid) {
324 Server *s,
348 void server_rotate(Server *s) {
369 void server_sync(Server *s) {
396 Server *s,
426 int server_vacuum(Server *s, bool verbose, bool patch_min_use) {
443 static void server_cache_machine_id(Server *
[all...]
H A Djournald.c33 Server server;
H A Djournald-syslog.c45 static void forward_syslog_iovec(Server *s, const struct iovec *iovec, unsigned n_iovec, const struct ucred *ucred, const struct timeval *tv) {
119 static void forward_syslog_raw(Server *s, int priority, const char *buffer, const struct ucred *ucred, const struct timeval *tv) {
132 void server_forward_syslog(Server *s, int priority, const char *identifier, const char *message, const struct ucred *ucred, const struct timeval *tv) {
319 Server *s,
385 int server_open_syslog_socket(Server *s) {
438 void server_maybe_warn_forward_syslog_missed(Server *s) {
H A Djournald-console.c52 Server *s,
H A Djournald-stream.c64 Server *server;
476 static int stdout_stream_install(Server *s, int fd, StdoutStream **ret) {
526 Server *s = userdata;
622 static int stdout_stream_restore(Server *s, const char *fname, int fd) {
648 int server_restore_streams(Server *s, FDSet *fds) {
702 int server_open_stdout_socket(Server *s) {
H A Djournald-audit.c337 static void process_audit_string(Server *s, int type, const char *data, size_t size) {
427 Server *s,
518 int server_open_audit(Server *s) {
H A Djournald-native.c83 Server *s,
311 Server *s,
450 int server_open_native_socket(Server*s) {
/systemd/src/initctl/
H A Dinitctl.c46 typedef struct Server { struct
55 } Server; typedef in typeref:struct:Server
58 Server *server;
100 static void change_runlevel(Server *s, int runlevel) {
137 static void request_process(Server *s, const struct init_request *req) {
246 static void server_done(Server *s) {
260 static int server_init(Server *s, unsigned n_sockets) {
335 static int process_event(Server *s, struct epoll_event *ev) {
358 Server server;

Completed in 950 milliseconds