Context            61 src/hostname/hostnamed.c static void context_reset(Context *c) {
Context            72 src/hostname/hostnamed.c static void context_free(Context *c) {
Context            79 src/hostname/hostnamed.c static int context_read_data(Context *c) {
Context           245 src/hostname/hostnamed.c static char* context_fallback_icon_name(Context *c) {
Context           265 src/hostname/hostnamed.c static int context_update_kernel_hostname(Context *c) {
Context           296 src/hostname/hostnamed.c static int context_write_data_static_hostname(Context *c) {
Context           310 src/hostname/hostnamed.c static int context_write_data_machine_info(Context *c) {
Context           372 src/hostname/hostnamed.c         Context *c = userdata;
Context           395 src/hostname/hostnamed.c         Context *c = userdata;
Context           407 src/hostname/hostnamed.c         Context *c = userdata;
Context           456 src/hostname/hostnamed.c         Context *c = userdata;
Context           513 src/hostname/hostnamed.c static int set_machine_info(Context *c, sd_bus *bus, sd_bus_message *m, int prop, sd_bus_message_handler_t cb, sd_bus_error *error) {
Context           616 src/hostname/hostnamed.c         SD_BUS_PROPERTY("Hostname", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_HOSTNAME, SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           617 src/hostname/hostnamed.c         SD_BUS_PROPERTY("StaticHostname", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_STATIC_HOSTNAME, SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           618 src/hostname/hostnamed.c         SD_BUS_PROPERTY("PrettyHostname", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_PRETTY_HOSTNAME, SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           621 src/hostname/hostnamed.c         SD_BUS_PROPERTY("Deployment", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_DEPLOYMENT, SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           622 src/hostname/hostnamed.c         SD_BUS_PROPERTY("Location", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_LOCATION, SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           623 src/hostname/hostnamed.c         SD_BUS_PROPERTY("KernelName", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_KERNEL_NAME, SD_BUS_VTABLE_PROPERTY_CONST),
Context           624 src/hostname/hostnamed.c         SD_BUS_PROPERTY("KernelRelease", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_KERNEL_RELEASE, SD_BUS_VTABLE_PROPERTY_CONST),
Context           625 src/hostname/hostnamed.c         SD_BUS_PROPERTY("KernelVersion", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_KERNEL_VERSION, SD_BUS_VTABLE_PROPERTY_CONST),
Context           626 src/hostname/hostnamed.c         SD_BUS_PROPERTY("OperatingSystemPrettyName", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_OS_PRETTY_NAME, SD_BUS_VTABLE_PROPERTY_CONST),
Context           627 src/hostname/hostnamed.c         SD_BUS_PROPERTY("OperatingSystemCPEName", "s", NULL, offsetof(Context, data) + sizeof(char*) * PROP_OS_CPE_NAME, SD_BUS_VTABLE_PROPERTY_CONST),
Context           638 src/hostname/hostnamed.c static int connect_bus(Context *c, sd_event *event, sd_bus **_bus) {
Context           677 src/hostname/hostnamed.c         Context context = {};
Context            35 src/journal/mmap-cache.c typedef struct Context Context;
Context            54 src/journal/mmap-cache.c         LIST_HEAD(Context, contexts);
Context            62 src/journal/mmap-cache.c         LIST_FIELDS(Context, by_window);
Context           108 src/journal/mmap-cache.c         Context *c;
Context           176 src/journal/mmap-cache.c static void context_detach_window(Context *c) {
Context           198 src/journal/mmap-cache.c static void context_attach_window(Context *c, Window *w) {
Context           220 src/journal/mmap-cache.c static Context *context_add(MMapCache *m, unsigned id) {
Context           221 src/journal/mmap-cache.c         Context *c;
Context           234 src/journal/mmap-cache.c         c = new0(Context, 1);
Context           250 src/journal/mmap-cache.c static void context_free(Context *c) {
Context           305 src/journal/mmap-cache.c         Context *c;
Context           358 src/journal/mmap-cache.c         Context *c;
Context           403 src/journal/mmap-cache.c         Context *c;
Context           450 src/journal/mmap-cache.c         Context *c;
Context           625 src/journal/mmap-cache.c         Context *c;
Context           110 src/locale/localed.c static void context_free_x11(Context *c) {
Context           117 src/locale/localed.c static void context_free_vconsole(Context *c) {
Context           122 src/locale/localed.c static void context_free_locale(Context *c) {
Context           129 src/locale/localed.c static void context_free(Context *c) {
Context           137 src/locale/localed.c static void locale_simplify(Context *c) {
Context           145 src/locale/localed.c static int locale_read_data(Context *c) {
Context           187 src/locale/localed.c static int vconsole_read_data(Context *c) {
Context           203 src/locale/localed.c static int x11_read_data(Context *c) {
Context           264 src/locale/localed.c static int context_read_data(Context *c) {
Context           274 src/locale/localed.c static int locale_write_data(Context *c, char ***settings) {
Context           322 src/locale/localed.c static int locale_update_system_manager(Context *c, sd_bus *bus) {
Context           379 src/locale/localed.c static int vconsole_write_data(Context *c) {
Context           433 src/locale/localed.c static int x11_write_data(Context *c) {
Context           552 src/locale/localed.c static int vconsole_convert_to_x11(Context *c, sd_bus *bus) {
Context           664 src/locale/localed.c static int find_legacy_keymap(Context *c, char **new_keymap) {
Context           753 src/locale/localed.c static int x11_convert_to_vconsole(Context *c, sd_bus *bus) {
Context           815 src/locale/localed.c         Context *c = userdata;
Context           839 src/locale/localed.c         Context *c = userdata;
Context           948 src/locale/localed.c         Context *c = userdata;
Context          1009 src/locale/localed.c         Context *c = userdata;
Context          1083 src/locale/localed.c         SD_BUS_PROPERTY("X11Layout", "s", NULL, offsetof(Context, x11_layout), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context          1084 src/locale/localed.c         SD_BUS_PROPERTY("X11Model", "s", NULL, offsetof(Context, x11_model), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context          1085 src/locale/localed.c         SD_BUS_PROPERTY("X11Variant", "s", NULL, offsetof(Context, x11_variant), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context          1086 src/locale/localed.c         SD_BUS_PROPERTY("X11Options", "s", NULL, offsetof(Context, x11_options), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context          1087 src/locale/localed.c         SD_BUS_PROPERTY("VConsoleKeymap", "s", NULL, offsetof(Context, vc_keymap), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context          1088 src/locale/localed.c         SD_BUS_PROPERTY("VConsoleKeymapToggle", "s", NULL, offsetof(Context, vc_keymap_toggle), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context          1095 src/locale/localed.c static int connect_bus(Context *c, sd_event *event, sd_bus **_bus) {
Context          1134 src/locale/localed.c         _cleanup_(context_free) Context context = {};
Context            59 src/socket-proxy/socket-proxyd.c         Context *context;
Context            93 src/socket-proxy/socket-proxyd.c static void context_free(Context *context) {
Context           463 src/socket-proxy/socket-proxyd.c static int add_connection_socket(Context *context, int fd) {
Context           506 src/socket-proxy/socket-proxyd.c         Context *context = userdata;
Context           539 src/socket-proxy/socket-proxyd.c static int add_listen_socket(Context *context, int fd) {
Context           654 src/socket-proxy/socket-proxyd.c         Context context = {};
Context            55 src/timedate/timedated.c static void context_free(Context *c) {
Context            62 src/timedate/timedated.c static int context_read_data(Context *c) {
Context           103 src/timedate/timedated.c static int context_write_data_timezone(Context *c) {
Context           127 src/timedate/timedated.c static int context_write_data_local_rtc(Context *c) {
Context           231 src/timedate/timedated.c static int context_read_ntp(Context *c, sd_bus *bus) {
Context           277 src/timedate/timedated.c static int context_start_ntp(Context *c, sd_bus *bus, sd_bus_error *error) {
Context           329 src/timedate/timedated.c static int context_enable_ntp(Context*c, sd_bus *bus, sd_bus_error *error) {
Context           444 src/timedate/timedated.c         Context *c = userdata;
Context           510 src/timedate/timedated.c         Context *c = userdata;
Context           593 src/timedate/timedated.c         Context *c = userdata;
Context           660 src/timedate/timedated.c         Context *c = userdata;
Context           695 src/timedate/timedated.c         SD_BUS_PROPERTY("Timezone", "s", NULL, offsetof(Context, zone), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           696 src/timedate/timedated.c         SD_BUS_PROPERTY("LocalRTC", "b", bus_property_get_bool, offsetof(Context, local_rtc), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           697 src/timedate/timedated.c         SD_BUS_PROPERTY("CanNTP", "b", bus_property_get_bool, offsetof(Context, can_ntp), 0),
Context           698 src/timedate/timedated.c         SD_BUS_PROPERTY("NTP", "b", bus_property_get_bool, offsetof(Context, use_ntp), SD_BUS_VTABLE_PROPERTY_EMITS_CHANGE),
Context           709 src/timedate/timedated.c static int connect_bus(Context *c, sd_event *event, sd_bus **_bus) {
Context           748 src/timedate/timedated.c         Context context = {};
Context            50 src/update-utmp/update-utmp.c static usec_t get_startup_time(Context *c) {
Context            73 src/update-utmp/update-utmp.c static int get_current_runlevel(Context *c) {
Context           123 src/update-utmp/update-utmp.c static int on_reboot(Context *c) {
Context           154 src/update-utmp/update-utmp.c static int on_shutdown(Context *c) {
Context           180 src/update-utmp/update-utmp.c static int on_runlevel(Context *c) {
Context           236 src/update-utmp/update-utmp.c         Context c = {