Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dstatfs_pack.c52 osfs->os_type = sfs->f_type; in statfs_pack()
66 sfs->f_type = osfs->os_type; in statfs_unpack()
/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()
/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()
2090 len = snprintf(buf, PAGE_SIZE, "%d\n", hostdata->madapter_info.os_type); in show_host_os_type()
/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h55 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
/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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h77 __u64 os_type; member
/drivers/scsi/bfa/
Dbfa_defs.h283 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c1447 LASSERTF((int)offsetof(struct obd_statfs, os_type) == 0, "found %lld\n", in lustre_assert_wire_constants()
1448 (long long)(int)offsetof(struct obd_statfs, os_type)); in lustre_assert_wire_constants()
1449 LASSERTF((int)sizeof(((struct obd_statfs *)0)->os_type) == 8, "found %lld\n", in lustre_assert_wire_constants()
1450 (long long)(int)sizeof(((struct obd_statfs *)0)->os_type)); in lustre_assert_wire_constants()
Dpack_generic.c1755 __swab64s(&os->os_type); in lustre_swab_obd_statfs()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1584 osfs->os_type = sb->s_magic; in ll_statfs_internal()