Home
last modified time | relevance | path

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

12

/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/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A Dmeson-build-Support-openembedded-OS-for-PAM-config.patch31 - if ['suse', 'solaris'].contains(os_type)
32 + if ['suse', 'solaris', 'openembedded'].contains(os_type)
44 -option('os_type', type: 'combo', choices: ['redhat', 'suse', 'gentoo', 'pardus', 'solaris', 'netbs…
45 +option('os_type', type: 'combo', choices: ['redhat', 'suse', 'gentoo', 'pardus', 'solaris', 'netbs…
/openbmc/linux/net/smc/
H A Dsmc_clc.h235 u8 os_type : 4, member
241 os_type : 4;
291 u8 os_type : 4, member
295 os_type : 4; member
308 u8 os_type : 4, member
312 os_type : 4; member
/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/linux/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c60 const __be16 os_type = htons(VIC_GENERIC_PROV_OS_TYPE_LINUX); in enic_set_port_profile() local
118 sizeof(os_type), &os_type); in enic_set_port_profile()
/openbmc/u-boot/include/zfs/
H A Ddmu_objset.h22 uint64_t os_type; member
/openbmc/linux/block/partitions/
H A Defi.c142 if (part->os_type != EFI_PMBR_OSTYPE_EFI_GPT) in pmbr_part_valid()
197 if ((mbr->partition_record[i].os_type != in is_pmbr_valid()
199 (mbr->partition_record[i].os_type != 0x00)) in is_pmbr_valid()
H A Defi.h98 u8 os_type; /* EFI and legacy non-EFI OS types */ member
/openbmc/qemu/hw/scsi/
H A Dviosrp.h212 uint32_t os_type; member
/openbmc/linux/include/scsi/
H A Dviosrp.h213 __be32 os_type; member
/openbmc/linux/drivers/misc/mei/
H A Dbus-fixup.c87 u8 os_type; member
129 os_ver->os_type = OSTYPE_LINUX; in mei_osver()
/openbmc/linux/drivers/virt/vboxguest/
H A Dvmmdev.h248 u32 os_type; member
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h47 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h88 u32 os_type; member
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_fwint.h132 __le32 os_type; /* for OS specific features */ member
H A Dsnic_ctl.c115 req->u.exch_ver.os_type = cpu_to_le32(SNIC_OS_LINUX); in snic_queue_exch_ver_req()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h108 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member
178 u8 os_type; member
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.h186 u8 os_type; /* 0x01 = Linux */ member
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c276 hostdata->madapter_info.os_type = cpu_to_be32(SRP_MAD_OS_LINUX); in set_adapter_info()
1400 be32_to_cpu(hostdata->madapter_info.os_type), in adapter_info_rsp()
1407 if (be32_to_cpu(hostdata->madapter_info.os_type) == SRP_MAD_OS_AIX && in adapter_info_rsp()
1416 if (be32_to_cpu(hostdata->madapter_info.os_type) == SRP_MAD_OS_AIX) { in adapter_info_rsp()
2032 be32_to_cpu(hostdata->madapter_info.os_type)); in show_host_os_type()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.h263 uint32_t os_type; member
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_admin_cmds_defs.h944 u32 os_type; member
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h828 u32 os_type; member

12