Searched defs:Server (Results 1 - 2 of 2) sorted by relevance

/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;
/systemd/src/journal/
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...]

Completed in 19 milliseconds