Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dffdc_cli_robot_script.py233 os_type = get_os_type(os_host, os_username, os_password)
234 if os_type:
241 os_type,
251 os_type = None
265 os_type = response.strip()
269 if os_type.upper() == "LINUX":
277 os_type = "RHEL"
279 os_type = "UBUNTU"
284 return os_type
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnet-lib.pl.patch9 @@ -38,7 +38,7 @@ elsif ($gconfig{'os_type'} eq 'debian-li
13 - do "$gconfig{'os_type'}-lib.pl";
15 $net_mode = $gconfig{'os_type'};
H A Ddisable-version-check.patch32 - $realos{'os_type'} ne $gconfig{'os_type'}) &&
33 - $realos{'os_version'} && $realos{'os_type'} &&
H A Dsetup.sh195 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
/openbmc/u-boot/common/spl/
H A Dspl_fit.c497 uint8_t os_type = IH_OS_INVALID; in spl_load_simple_fit() local
516 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()
/openbmc/u-boot/include/zfs/
H A Ddmu_objset.h22 uint64_t os_type; member
/openbmc/qemu/hw/scsi/
H A Dviosrp.h212 uint32_t os_type; member
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_2.202.bb105 export os_type=generic-linux