Lines Matching refs:phost_info
1786 struct host_system_info *phost_info;
1849 phost_info = &preg_hsi->hsi;
1851 phost_info->os_type = OS_TYPE_LINUX;
1852 strlcpy(phost_info->sysname, p_sysid->sysname,
1853 sizeof(phost_info->sysname));
1854 strlcpy(phost_info->nodename, p_sysid->nodename,
1855 sizeof(phost_info->nodename));
1856 if (!strcmp(phost_info->nodename, "(none)"))
1858 strlcpy(phost_info->release, p_sysid->release,
1859 sizeof(phost_info->release));
1860 strlcpy(phost_info->version, p_sysid->version,
1861 sizeof(phost_info->version));
1862 strlcpy(phost_info->machine, p_sysid->machine,
1863 sizeof(phost_info->machine));
1864 strlcpy(phost_info->domainname, p_sysid->domainname,
1865 sizeof(phost_info->domainname));
1866 strlcpy(phost_info->hostdriver, QLA2XXX_VERSION,
1867 sizeof(phost_info->hostdriver));
1874 phost_info->os_type,
1875 phost_info->sysname,
1876 phost_info->nodename);
1879 phost_info->release,
1880 phost_info->version);
1884 phost_info->machine,
1885 phost_info->domainname,
1886 phost_info->hostdriver);
1888 phost_info, sizeof(*phost_info));