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

/systemd/src/update-utmp/
H A Dupdate-utmp.c41 typedef struct Context { struct
46 } Context; typedef in typeref:struct:Context
48 static usec_t get_startup_time(Context *c) {
71 static int get_current_runlevel(Context *c) {
117 static int on_reboot(Context *c) {
147 static int on_shutdown(Context *c) {
172 static int on_runlevel(Context *c) {
223 Context c = {
/systemd/src/hostname/
H A Dhostnamed.c57 typedef struct Context { struct
60 } Context; typedef in typeref:struct:Context
62 static void context_reset(Context *c) {
71 static void context_free(Context *c) {
78 static int context_read_data(Context *c) {
248 static char* context_fallback_icon_name(Context *c) {
268 static int context_update_kernel_hostname(Context *c) {
299 static int context_write_data_static_hostname(Context *c) {
313 static int context_write_data_machine_info(Context *c) {
375 Context *
[all...]
/systemd/src/locale/
H A Dlocaled.c85 typedef struct Context { struct
97 } Context; typedef in typeref:struct:Context
109 static void context_free_x11(Context *c) {
116 static void context_free_vconsole(Context *c) {
121 static void context_free_locale(Context *c) {
128 static void context_free(Context *c) {
136 static void locale_simplify(Context *c) {
144 static int locale_read_data(Context *c) {
186 static int vconsole_read_data(Context *c) {
202 static int x11_read_data(Context *
[all...]
/systemd/src/timedate/
H A Dtimedated.c50 typedef struct Context { struct
56 } Context; typedef in typeref:struct:Context
58 static void context_free(Context *c) {
65 static int context_read_data(Context *c) {
86 static int context_write_data_timezone(Context *c) {
110 static int context_write_data_local_rtc(Context *c) {
166 static int context_read_ntp(Context *c, sd_bus *bus) {
341 Context *c = userdata;
414 Context *c = userdata;
504 Context *
[all...]
/systemd/src/journal/
H A Dmmap-cache.c35 typedef struct Context Context; typedef in typeref:struct:Context
55 LIST_HEAD(Context, contexts);
58 struct Context { struct
63 LIST_FIELDS(Context, by_window);
80 Context *contexts[MMAP_CACHE_MAX_CONTEXTS];
115 Context *c;
208 static void context_detach_window(Context *c) {
236 static void context_attach_window(Context *c, Window *w) {
258 static Context *context_ad
[all...]
/systemd/src/socket-proxy/
H A Dsocket-proxyd.c49 typedef struct Context { struct
55 } Context; typedef in typeref:struct:Context
58 Context *context;
92 static void context_free(Context *context) {
450 static int add_connection_socket(Context *context, int fd) {
493 Context *context = userdata;
526 static int add_listen_socket(Context *context, int fd) {
631 Context context = {};
/systemd/src/libsystemd/sd-bus/
H A Dbusctl-introspect.c30 typedef struct Context { struct
45 } Context; typedef in typeref:struct:Context
47 static void context_reset_member(Context *c) {
57 static void context_reset_interface(Context *c) {
64 static int parse_xml_annotation(Context *context, uint64_t *flags) {
179 static int parse_xml_node(Context *context, const char *prefix, unsigned n_depth) {
742 Context context = {

Completed in 43 milliseconds