Searched refs:os_type (Results 1 – 8 of 8) sorted by relevance
233 os_type = get_os_type(os_host, os_username, os_password)234 if os_type:241 os_type,251 os_type = None265 os_type = response.strip()269 if os_type.upper() == "LINUX":277 os_type = "RHEL"279 os_type = "UBUNTU"284 return os_type
9 @@ -38,7 +38,7 @@ elsif ($gconfig{'os_type'} eq 'debian-li13 - do "$gconfig{'os_type'}-lib.pl";15 $net_mode = $gconfig{'os_type'};
32 - $realos{'os_type'} ne $gconfig{'os_type'}) &&33 - $realos{'os_version'} && $realos{'os_type'} &&
195 newmods=`$perl "$wadir/copyconfig.pl" "$os_type/$real_os_type" "$os_version/$real_os_version" "$wad…197 echo "os_type=$os_type" >> $config_dir/config
497 uint8_t os_type = IH_OS_INVALID; in spl_load_simple_fit() local516 if (!spl_fit_image_get_os(fit, node, &os_type)) in spl_load_simple_fit()517 debug("Loadable is %s\n", genimg_get_os_name(os_type)); in spl_load_simple_fit()520 os_type = IH_OS_U_BOOT; in spl_load_simple_fit()523 if (os_type == IH_OS_U_BOOT) { in spl_load_simple_fit()
22 uint64_t os_type; member
212 uint32_t os_type; member
105 export os_type=generic-linux