Home
last modified time | relevance | path

Searched refs:HostInfo (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/analyze/
Danalyze-plot.c30 typedef struct HostInfo { struct
38 } HostInfo; argument
40 static HostInfo* free_host_info(HostInfo *hi) { in free_host_info()
54 DEFINE_TRIVIAL_CLEANUP_FUNC(HostInfo *, free_host_info);
56 static int acquire_host_info(sd_bus *bus, HostInfo **hi) { in acquire_host_info()
58 { "Hostname", "s", NULL, offsetof(HostInfo, hostname) }, in acquire_host_info()
59 { "KernelName", "s", NULL, offsetof(HostInfo, kernel_name) }, in acquire_host_info()
60 { "KernelRelease", "s", NULL, offsetof(HostInfo, kernel_release) }, in acquire_host_info()
61 { "KernelVersion", "s", NULL, offsetof(HostInfo, kernel_version) }, in acquire_host_info()
62 { "OperatingSystemPrettyName", "s", NULL, offsetof(HostInfo, os_pretty_name) }, in acquire_host_info()
[all …]