Searched refs:os_type (Results 1 – 12 of 12) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | statfs_pack.c | 52 osfs->os_type = sfs->f_type; in statfs_pack() 66 sfs->f_type = osfs->os_type; in statfs_unpack()
|
/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 75 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/ |
D | viosrp.h | 213 __be32 os_type; member
|
D | ibmvscsi.c | 287 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/ |
D | bfa_defs.h | 55 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
|
/drivers/scsi/qla2xxx/ |
D | qla_mr.h | 261 uint32_t os_type; member
|
D | qla_mr.c | 1872 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/ |
D | lustre_user.h | 77 __u64 os_type; member
|
/drivers/scsi/bfa/ |
D | bfa_defs.h | 283 char os_type[BFA_ADAPTER_OS_TYPE_LEN]; member
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 1447 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()
|
D | pack_generic.c | 1755 __swab64s(&os->os_type); in lustre_swab_obd_statfs()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 1584 osfs->os_type = sb->s_magic; in ll_statfs_internal()
|