Searched refs:StatusInfo (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/hostname/ |
D | hostnamectl.c | 37 typedef struct StatusInfo { struct 55 } StatusInfo; argument 77 static int print_status_info(StatusInfo *i) { in print_status_info() 294 StatusInfo info = {}; in show_all_names() 297 { "Hostname", "s", NULL, offsetof(StatusInfo, hostname) }, in show_all_names() 298 { "StaticHostname", "s", NULL, offsetof(StatusInfo, static_hostname) }, in show_all_names() 299 { "PrettyHostname", "s", NULL, offsetof(StatusInfo, pretty_hostname) }, in show_all_names() 300 { "IconName", "s", NULL, offsetof(StatusInfo, icon_name) }, in show_all_names() 301 { "Chassis", "s", NULL, offsetof(StatusInfo, chassis) }, in show_all_names() 302 { "Deployment", "s", NULL, offsetof(StatusInfo, deployment) }, in show_all_names() [all …]
|
/systemd-251/src/locale/ |
D | localectl.c | 37 typedef struct StatusInfo { struct 45 } StatusInfo; argument 47 static void status_info_clear(StatusInfo *info) { in status_info_clear() 95 static void print_status_info(StatusInfo *i) { in print_status_info() 120 _cleanup_(status_info_clear) StatusInfo info = {}; in show_status() 122 { "VConsoleKeymap", "s", NULL, offsetof(StatusInfo, vconsole_keymap) }, in show_status() 123 … { "VConsoleKeymapToggle", "s", NULL, offsetof(StatusInfo, vconsole_keymap_toggle) }, in show_status() 124 { "X11Layout", "s", NULL, offsetof(StatusInfo, x11_layout) }, in show_status() 125 { "X11Model", "s", NULL, offsetof(StatusInfo, x11_model) }, in show_status() 126 { "X11Variant", "s", NULL, offsetof(StatusInfo, x11_variant) }, in show_status() [all …]
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 39 typedef struct StatusInfo { struct 49 } StatusInfo; argument 51 static int print_status_info(const StatusInfo *i) { in print_status_info() 168 StatusInfo info = {}; in show_status() 170 { "Timezone", "s", NULL, offsetof(StatusInfo, timezone) }, in show_status() 171 { "LocalRTC", "b", NULL, offsetof(StatusInfo, rtc_local) }, in show_status() 172 { "NTP", "b", NULL, offsetof(StatusInfo, ntp_active) }, in show_status() 173 { "CanNTP", "b", NULL, offsetof(StatusInfo, ntp_capable) }, in show_status() 174 { "NTPSynchronized", "b", NULL, offsetof(StatusInfo, ntp_synced) }, in show_status() 175 { "TimeUSec", "t", NULL, offsetof(StatusInfo, time) }, in show_status() [all …]
|