Lines Matching refs:phost_info
1786 struct host_system_info *phost_info;
1850 phost_info = &preg_hsi->hsi;
1852 phost_info->os_type = OS_TYPE_LINUX;
1853 strscpy(phost_info->sysname, p_sysid->sysname,
1854 sizeof(phost_info->sysname));
1855 strscpy(phost_info->nodename, p_sysid->nodename,
1856 sizeof(phost_info->nodename));
1857 if (!strcmp(phost_info->nodename, "(none)"))
1859 strscpy(phost_info->release, p_sysid->release,
1860 sizeof(phost_info->release));
1861 strscpy(phost_info->version, p_sysid->version,
1862 sizeof(phost_info->version));
1863 strscpy(phost_info->machine, p_sysid->machine,
1864 sizeof(phost_info->machine));
1865 strscpy(phost_info->domainname, p_sysid->domainname,
1866 sizeof(phost_info->domainname));
1867 strscpy(phost_info->hostdriver, QLA2XXX_VERSION,
1868 sizeof(phost_info->hostdriver));
1875 phost_info->os_type,
1876 phost_info->sysname,
1877 phost_info->nodename);
1880 phost_info->release,
1881 phost_info->version);
1885 phost_info->machine,
1886 phost_info->domainname,
1887 phost_info->hostdriver);
1889 phost_info, sizeof(*phost_info));