Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_pp.c75 const __be16 os_type = htons(VIC_GENERIC_PROV_OS_TYPE_LINUX); in enic_set_port_profile() local
133 sizeof(os_type), &os_type); in enic_set_port_profile()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dstatfs_pack.c52 sfs->f_type = osfs->os_type; in statfs_unpack()
/linux-4.4.14/block/partitions/
Defi.h113 u8 os_type; /* EFI and legacy non-EFI OS types */ member
Defi.c158 if (part->os_type != EFI_PMBR_OSTYPE_EFI_GPT) in pmbr_part_valid()
213 if ((mbr->partition_record[i].os_type != in is_pmbr_valid()
215 (mbr->partition_record[i].os_type != 0x00)) in is_pmbr_valid()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dviosrp.h213 __be32 os_type; member
Dibmvscsi.c287 hostdata->madapter_info.os_type = cpu_to_be32(2); in set_adapter_info()
1394 be32_to_cpu(hostdata->madapter_info.os_type), in adapter_info_rsp()
1401 if (be32_to_cpu(hostdata->madapter_info.os_type) == 3 && in adapter_info_rsp()
1410 if (be32_to_cpu(hostdata->madapter_info.os_type) == 3) { in adapter_info_rsp()
2083 len = snprintf(buf, PAGE_SIZE, "%d\n", hostdata->madapter_info.os_type); in show_host_os_type()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h55 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
/linux-4.4.14/drivers/scsi/snic/
Dsnic_fwint.h146 __le32 os_type; /* for OS specific features */ member
Dsnic_ctl.c134 req->u.exch_ver.os_type = cpu_to_le32(SNIC_OS_LINUX); in snic_queue_exch_ver_req()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mr.h261 uint32_t os_type; member
Dqla_mr.c1872 phost_info->os_type = OS_TYPE_LINUX; in qlafx00_fx_disc()
1896 phost_info->os_type, in qlafx00_fx_disc()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h77 __u64 os_type; member
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_defs.h283 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1445 LASSERTF((int)offsetof(struct obd_statfs, os_type) == 0, "found %lld\n", in lustre_assert_wire_constants()
1446 (long long)(int)offsetof(struct obd_statfs, os_type)); in lustre_assert_wire_constants()
1447 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_type) == 8, "found %lld\n", in lustre_assert_wire_constants()
1448 (long long)(int)sizeof(((struct obd_statfs *)0)->os_type)); in lustre_assert_wire_constants()
Dpack_generic.c1572 __swab64s(&os->os_type); in lustre_swab_obd_statfs()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h1168 __le16 os_type; member
1292 __le16 os_type; member
Dbnxt.c2690 req.os_type = cpu_to_le16(1); in bnxt_hwrm_func_drv_rgtr()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1415 osfs->os_type = sb->s_magic; in ll_statfs_internal()