/openbmc/openbmc-test-automation/lib/ |
H A D | ffdc_cli_robot_script.py | 233 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 D | net-lib.pl.patch | 9 @@ -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 D | disable-version-check.patch | 32 - $realos{'os_type'} ne $gconfig{'os_type'}) && 33 - $realos{'os_version'} && $realos{'os_type'} &&
|
H A D | setup.sh | 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/ |
H A D | meson-build-Support-openembedded-OS-for-PAM-config.patch | 31 - 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 D | smc_clc.h | 235 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 D | spl_fit.c | 497 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 D | enic_pp.c | 60 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 D | dmu_objset.h | 22 uint64_t os_type; member
|
/openbmc/linux/block/partitions/ |
H A D | efi.c | 142 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 D | efi.h | 98 u8 os_type; /* EFI and legacy non-EFI OS types */ member
|
/openbmc/qemu/hw/scsi/ |
H A D | viosrp.h | 212 uint32_t os_type; member
|
/openbmc/linux/include/scsi/ |
H A D | viosrp.h | 213 __be32 os_type; member
|
/openbmc/linux/drivers/misc/mei/ |
H A D | bus-fixup.c | 87 u8 os_type; member 129 os_ver->os_type = OSTYPE_LINUX; in mei_osver()
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vmmdev.h | 248 u32 os_type; member
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs.h | 47 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
|
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.h | 88 u32 os_type; member
|
/openbmc/linux/drivers/scsi/snic/ |
H A D | snic_fwint.h | 132 __le32 os_type; /* for OS specific features */ member
|
H A D | snic_ctl.c | 115 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 D | qed_vf.h | 108 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member 178 u8 os_type; member
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_adminq.h | 186 u8 os_type; /* 0x01 = Linux */ member
|
/openbmc/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvscsi.c | 276 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 D | qla_mr.h | 263 uint32_t os_type; member
|
/openbmc/linux/drivers/infiniband/hw/efa/ |
H A D | efa_admin_cmds_defs.h | 944 u32 os_type; member
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_admin_defs.h | 828 u32 os_type; member
|