Searched defs:host_info (Results 1 - 1 of 1) sorted by relevance
/systemd/src/analyze/ |
H A D | analyze.c | 116 struct host_info { struct 322 static void free_host_info(struct host_info *hi) { 337 DEFINE_TRIVIAL_CLEANUP_FUNC(struct host_info*, free_host_info); 440 static int acquire_host_info(sd_bus *bus, struct host_info **hi) { 442 { "Hostname", "s", NULL, offsetof(struct host_info, hostname) }, 443 { "KernelName", "s", NULL, offsetof(struct host_info, kernel_name) }, 444 { "KernelRelease", "s", NULL, offsetof(struct host_info, kernel_release) }, 445 { "KernelVersion", "s", NULL, offsetof(struct host_info, kernel_version) }, 446 { "OperatingSystemPrettyName", "s", NULL, offsetof(struct host_info, os_pretty_name) }, 451 { "Virtualization", "s", NULL, offsetof(struct host_info, virtualizatio [all...] |
Completed in 14 milliseconds