host_info         373 src/analyze/analyze.c static void free_host_info(struct host_info *hi) {
host_info         384 src/analyze/analyze.c static int acquire_host_info(sd_bus *bus, struct host_info **hi) {
host_info         386 src/analyze/analyze.c         struct host_info *host;
host_info         389 src/analyze/analyze.c                 { "Hostname", "s", NULL, offsetof(struct host_info, hostname) },
host_info         390 src/analyze/analyze.c                 { "KernelName", "s", NULL, offsetof(struct host_info, kernel_name) },
host_info         391 src/analyze/analyze.c                 { "KernelRelease", "s", NULL, offsetof(struct host_info, kernel_release) },
host_info         392 src/analyze/analyze.c                 { "KernelVersion", "s", NULL, offsetof(struct host_info, kernel_version) },
host_info         393 src/analyze/analyze.c                 { "OperatingSystemPrettyName", "s", NULL, offsetof(struct host_info, os_pretty_name) },
host_info         398 src/analyze/analyze.c                 { "Virtualization", "s", NULL, offsetof(struct host_info, virtualization) },
host_info         399 src/analyze/analyze.c                 { "Architecture",   "s", NULL, offsetof(struct host_info, architecture) },
host_info         403 src/analyze/analyze.c         host = new0(struct host_info, 1);
host_info         495 src/analyze/analyze.c         struct host_info *host = NULL;