Lines Matching refs:offsetof
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()
303 { "Location", "s", NULL, offsetof(StatusInfo, location) }, in show_all_names()
304 { "KernelName", "s", NULL, offsetof(StatusInfo, kernel_name) }, in show_all_names()
305 { "KernelRelease", "s", NULL, offsetof(StatusInfo, kernel_release) }, in show_all_names()
306 { "OperatingSystemPrettyName", "s", NULL, offsetof(StatusInfo, os_pretty_name) }, in show_all_names()
307 { "OperatingSystemCPEName", "s", NULL, offsetof(StatusInfo, os_cpe_name) }, in show_all_names()
308 { "HomeURL", "s", NULL, offsetof(StatusInfo, home_url) }, in show_all_names()
309 { "HardwareVendor", "s", NULL, offsetof(StatusInfo, hardware_vendor) }, in show_all_names()
310 { "HardwareModel", "s", NULL, offsetof(StatusInfo, hardware_model) }, in show_all_names()
311 { "FirmwareVersion", "s", NULL, offsetof(StatusInfo, firmware_version) }, in show_all_names()
316 { "Virtualization", "s", NULL, offsetof(StatusInfo, virtualization) }, in show_all_names()
317 { "Architecture", "s", NULL, offsetof(StatusInfo, architecture) }, in show_all_names()