Home
last modified time | relevance | path

Searched refs:vers (Results 1 – 55 of 55) sorted by relevance

/linux-4.1.27/net/sunrpc/
Dstats.c52 const struct rpc_version *vers = prog->version[i]; in rpc_proc_show() local
53 if (!vers) in rpc_proc_show()
56 vers->number, vers->nrprocs); in rpc_proc_show()
57 for (j = 0; j < vers->nrprocs; j++) in rpc_proc_show()
59 vers->procs[j].p_count); in rpc_proc_show()
84 const struct svc_version *vers; in svc_seq_show() local
102 if (!(vers = prog->pg_vers[i]) || !(proc = vers->vs_proc)) in svc_seq_show()
104 seq_printf(seq, "proc%d %u", i, vers->vs_nproc); in svc_seq_show()
105 for (j = 0; j < vers->vs_nproc; j++, proc++) in svc_seq_show()
Dsvc.c429 unsigned int vers; in __svc_create() local
447 for (vers=0; vers<prog->pg_nvers ; vers++) in __svc_create()
448 if (prog->pg_vers[vers]) { in __svc_create()
449 prog->pg_hivers = vers; in __svc_create()
450 if (prog->pg_lovers > vers) in __svc_create()
451 prog->pg_lovers = vers; in __svc_create()
452 if (prog->pg_vers[vers]->vs_xdrsize > xdrsize) in __svc_create()
453 xdrsize = prog->pg_vers[vers]->vs_xdrsize; in __svc_create()
939 struct svc_version *vers; in svc_register() local
949 vers = progp->pg_vers[i]; in svc_register()
[all …]
Drpcb_clnt.c445 int rpcb_register(struct net *net, u32 prog, u32 vers, int prot, unsigned short port) in rpcb_register() argument
449 .r_vers = vers, in rpcb_register()
461 prog, vers, prot, port); in rpcb_register()
Dclnt.c844 u32 vers) in rpc_bind_new_program() argument
849 .version = vers, in rpc_bind_new_program()
/linux-4.1.27/fs/nfsd/
Dnfssvc.c125 int nfsd_vers(int vers, enum vers_op change) in nfsd_vers() argument
127 if (vers < NFSD_MINVERS || vers >= NFSD_NRVERS) in nfsd_vers()
131 nfsd_versions[vers] = nfsd_version[vers]; in nfsd_vers()
133 if (vers < NFSD_ACL_NRVERS) in nfsd_vers()
134 nfsd_acl_versions[vers] = nfsd_acl_version[vers]; in nfsd_vers()
138 nfsd_versions[vers] = NULL; in nfsd_vers()
140 if (vers < NFSD_ACL_NRVERS) in nfsd_vers()
141 nfsd_acl_versions[vers] = NULL; in nfsd_vers()
145 return nfsd_versions[vers] != NULL; in nfsd_vers()
147 return nfsd_version[vers] != NULL; in nfsd_vers()
[all …]
Dnfsctl.c545 char *vers, *minorp, sign; in __write_versions() local
563 vers = mesg; in __write_versions()
564 len = qword_get(&mesg, vers, size); in __write_versions()
567 sign = *vers; in __write_versions()
569 num = simple_strtol((vers+1), &minorp, 0); in __write_versions()
571 num = simple_strtol(vers, &minorp, 0); in __write_versions()
593 vers += len + 1; in __write_versions()
594 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions()
Dnfsfh.h86 static inline void mk_fsid(int vers, u32 *fsidv, dev_t dev, ino_t ino, in mk_fsid() argument
90 switch(vers) { in mk_fsid()
Dnfscache.c414 vers = rqstp->rq_vers, in nfsd_cache_lookup() local
466 rp->c_vers = vers; in nfsd_cache_lookup()
Dnfsd.h101 int nfsd_vers(int vers, enum vers_op change);
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dboot_param.h18 u16 vers; /* version of efi_memory_map */ member
42 u16 vers; /* version of efi_cpuinfo_loongson */ member
75 u16 vers; /* version of system_loongson */ member
92 u16 vers; member
111 u16 vers; /* version of the specificition */ member
137 u16 vers; /* version of this special */ member
155 u16 vers; /* version of smbios */ member
/linux-4.1.27/arch/arm/kernel/
Dpj4-cp0.c110 int vers; in pj4_cp0_init() local
115 vers = pj4_get_iwmmxt_version(); in pj4_cp0_init()
116 if (vers < 0) in pj4_cp0_init()
125 pr_info("PJ4 iWMMXt v%d coprocessor enabled.\n", vers); in pj4_cp0_init()
/linux-4.1.27/arch/powerpc/kernel/
Dmodule_64.c310 static void dedotify_versions(struct modversion_info *vers, in dedotify_versions() argument
315 for (end = (void *)vers + size; vers < end; vers++) in dedotify_versions()
316 if (vers->name[0] == '.') { in dedotify_versions()
317 memmove(vers->name, vers->name+1, strlen(vers->name)); in dedotify_versions()
323 if (!strcmp(vers->name, "TOC.")) in dedotify_versions()
324 vers->crc = -(unsigned long)reloc_start; in dedotify_versions()
/linux-4.1.27/sound/oss/
Ddev_table.c51 int sound_install_audiodrv(int vers, char *name, struct audio_driver *driver, in sound_install_audiodrv() argument
59 if (vers != AUDIO_DRIVER_VERSION || driver_size > sizeof(struct audio_driver)) { in sound_install_audiodrv()
110 int sound_install_mixer(int vers, char *name, struct mixer_operations *driver, in sound_install_mixer() argument
121 if (vers != MIXER_DRIVER_VERSION || in sound_install_mixer()
Ddev_table.h374 int sound_install_audiodrv(int vers, char *name, struct audio_driver *driver,
377 int sound_install_mixer(int vers, char *name, struct mixer_operations *driver,
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-firmware.c148 const u8 *vers; in load_apu_fw_direct() local
162 vers = fw->data + sizeof(seghdr); in load_apu_fw_direct()
165 apu_version = (vers[0] << 24) | (vers[4] << 16) | vers[32]; in load_apu_fw_direct()
/linux-4.1.27/drivers/md/
Ddm-ioctl.c49 struct dm_target_versions *vers, *old_vers; member
572 if ((char *)info->vers + sizeof(tt->version) + strlen(tt->name) + 1 > in list_version_get_info()
580 info->old_vers->next = (uint32_t) ((void *)info->vers - in list_version_get_info()
582 info->vers->version[0] = tt->version[0]; in list_version_get_info()
583 info->vers->version[1] = tt->version[1]; in list_version_get_info()
584 info->vers->version[2] = tt->version[2]; in list_version_get_info()
585 info->vers->next = 0; in list_version_get_info()
586 strcpy(info->vers->name, tt->name); in list_version_get_info()
588 info->old_vers = info->vers; in list_version_get_info()
589 info->vers = align_ptr(((void *) ++info->vers) + strlen(tt->name) + 1); in list_version_get_info()
[all …]
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c815 int vers = clp->cl_nfs_mod->rpc_vers->number; in ff_layout_async_handle_error() local
817 switch (vers) { in ff_layout_async_handle_error()
1234 int vers; in ff_layout_read_pagelist() local
1254 vers = nfs4_ff_layout_ds_version(lseg, idx); in ff_layout_read_pagelist()
1257 ds->ds_remotestr, atomic_read(&ds->ds_clp->cl_count), vers); in ff_layout_read_pagelist()
1274 vers == 3 ? &ff_layout_read_call_ops_v3 : in ff_layout_read_pagelist()
1295 int vers; in ff_layout_write_pagelist() local
1312 vers = nfs4_ff_layout_ds_version(lseg, idx); in ff_layout_write_pagelist()
1317 vers); in ff_layout_write_pagelist()
1335 vers == 3 ? &ff_layout_write_call_ops_v3 : in ff_layout_write_pagelist()
[all …]
/linux-4.1.27/drivers/macintosh/
Dtherm_adt746x.c473 int i, rc, vers, offset = 0; in probe_thermostat() local
480 vers = be32_to_cpup(prop); in probe_thermostat()
482 vers, vers == 1 ? "" : "un"); in probe_thermostat()
483 if (vers != 1) in probe_thermostat()
Dwindfarm_pm72.c514 const u32 *vers = of_get_property(u3, "device-rev", NULL); in backside_setup_pid() local
515 if (vers) in backside_setup_pid()
516 if (((*vers) & 0x3f) < 0x34) in backside_setup_pid()
/linux-4.1.27/drivers/isdn/hisax/
Davm_a1p.c218 u_char model, vers; in setup_avm_a1_pcmcia() local
243 vers = bytein(cs->hw.avm.cfg_reg + VERREG_OFFSET); in setup_avm_a1_pcmcia()
246 cs->hw.avm.cfg_reg, cs->irq, model, vers); in setup_avm_a1_pcmcia()
/linux-4.1.27/drivers/char/
Dapplicom.h79 unsigned char vers; member
Dapplicom.c743 adgl->vers = readb(pmem); in ac_ioctl()
/linux-4.1.27/arch/sparc/mm/
Diommu.c59 unsigned int impl, vers; in sbus_iommu_init() local
80 vers = (control & IOMMU_CTRL_VERS) >> 24; in sbus_iommu_init()
127 impl, vers, iommu->page_table, in sbus_iommu_init()
/linux-4.1.27/include/uapi/linux/
Dfanotify.h86 __u8 vers; member
Daudit.h424 __u32 vers; member
/linux-4.1.27/drivers/ata/
Dlibahci.c402 u32 cap, cap2, vers, port_map; in ahci_save_initial_config() local
415 vers = readl(mmio + HOST_VERSION); in ahci_save_initial_config()
416 if ((vers >> 16) > 1 || in ahci_save_initial_config()
417 ((vers >> 16) == 1 && (vers & 0xFFFF) >= 0x200)) in ahci_save_initial_config()
500 if (!port_map && vers < 0x10300) { in ahci_save_initial_config()
2327 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
2330 vers = readl(mmio + HOST_VERSION); in ahci_print_info()
2350 (vers >> 24) & 0xff, in ahci_print_info()
2351 (vers >> 16) & 0xff, in ahci_print_info()
2352 (vers >> 8) & 0xff, in ahci_print_info()
[all …]
/linux-4.1.27/arch/mips/fw/arc/
Dtree.c98 iflags[p->iflags], p->vers, p->rev); in dump_component()
/linux-4.1.27/fs/lockd/
Dmon.c41 u32 vers; member
149 .vers = 3, in nsm_mon_unmon()
502 *p++ = cpu_to_be32(argp->vers); in encode_my_id()
Dsvcproc.c20 cast_to_nlm(__be32 status, u32 vers) in cast_to_nlm() argument
23 if (vers != 4){ in cast_to_nlm()
/linux-4.1.27/drivers/media/dvb-frontends/
Dcx24116.c570 unsigned char vers[4]; in cx24116_load_firmware() local
678 vers[i] = cx24116_readreg(state, CX24116_REG_MAILBOX); in cx24116_load_firmware()
681 vers[0], vers[1], vers[2], vers[3]); in cx24116_load_firmware()
Dcx24117.c555 unsigned char vers[4]; in cx24117_load_firmware() local
728 vers[i] = cx24117_readreg(state, 0x33); in cx24117_load_firmware()
732 vers[0], vers[1], vers[2], vers[3]); in cx24117_load_firmware()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c1023 unsigned int cls, con, tag, vers, pdutype; in snmp_parse_mangle() local
1048 if (!asn1_uint_decode (&ctx, end, &vers)) in snmp_parse_mangle()
1051 printk(KERN_DEBUG "bsalg: snmp version: %u\n", vers + 1); in snmp_parse_mangle()
1052 if (vers > 1) in snmp_parse_mangle()
/linux-4.1.27/drivers/net/fddi/skfp/
Dsmt.c92 static void smt_fill_version(struct s_smc *smc, struct smt_p_version *vers);
1433 static void smt_fill_version(struct s_smc *smc, struct smt_p_version *vers) in smt_fill_version() argument
1436 SMTSETPARA(vers,SMT_P_VERSION) ; in smt_fill_version()
1437 vers->v_pad = 0 ; in smt_fill_version()
1438 vers->v_n = 1 ; /* one version is enough .. */ in smt_fill_version()
1439 vers->v_index = 1 ; in smt_fill_version()
1440 vers->v_version[0] = SMT_VID_2 ; in smt_fill_version()
1441 vers->v_pad2 = 0 ; in smt_fill_version()
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs-block-server.txt19 file system is mounted using the NFSv4.1 protocol version (mount -o vers=4.1).
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c924 int t3_get_tp_version(struct adapter *adapter, u32 *vers) in t3_get_tp_version() argument
935 *vers = t3_read_reg(adapter, A_TP_EMBED_OP_FIELD1); in t3_get_tp_version()
949 u32 vers; in t3_check_tpsram_version() local
956 ret = t3_get_tp_version(adapter, &vers); in t3_check_tpsram_version()
960 major = G_TP_VERSION_MAJOR(vers); in t3_check_tpsram_version()
961 minor = G_TP_VERSION_MINOR(vers); in t3_check_tpsram_version()
1014 int t3_get_fw_version(struct adapter *adapter, u32 *vers) in t3_get_fw_version() argument
1016 return t3_read_flash(adapter, FW_VERS_ADDR, 1, vers, 0); in t3_get_fw_version()
1029 u32 vers; in t3_check_fw_version() local
1032 ret = t3_get_fw_version(adapter, &vers); in t3_check_fw_version()
[all …]
Dcommon.h682 int t3_get_tp_version(struct adapter *adapter, u32 *vers);
688 int t3_get_fw_version(struct adapter *adapter, u32 *vers);
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic.c1241 const char *vers; in mpic_alloc() local
1516 vers = "1.0"; in mpic_alloc()
1519 vers = "1.2"; in mpic_alloc()
1522 vers = "1.3"; in mpic_alloc()
1525 vers = "<unknown>"; in mpic_alloc()
1530 name, vers, (unsigned long long)mpic->paddr, num_possible_cpus()); in mpic_alloc()
/linux-4.1.27/net/bridge/netfilter/
Debt_stp.c24 uint8_t vers; member
/linux-4.1.27/security/selinux/ss/
Davtab.c373 u32 items, items2, val, vers = pol->policyvers; in avtab_read_item() local
382 if (vers < POLICYDB_VERSION_AVTAB) { in avtab_read_item()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h1176 int t4_get_fw_version(struct adapter *adapter, u32 *vers);
1177 int t4_get_tp_version(struct adapter *adapter, u32 *vers);
1178 int t4_get_exprom_version(struct adapter *adapter, u32 *vers);
Dt4_hw.c1692 int t4_get_fw_version(struct adapter *adapter, u32 *vers) in t4_get_fw_version() argument
1696 vers, 0); in t4_get_fw_version()
1706 int t4_get_tp_version(struct adapter *adapter, u32 *vers) in t4_get_tp_version() argument
1710 1, vers, 0); in t4_get_tp_version()
1723 int t4_get_exprom_version(struct adapter *adap, u32 *vers) in t4_get_exprom_version() argument
1743 *vers = (FW_HDR_FW_VER_MAJOR_V(hdr->hdr_ver[0]) | in t4_get_exprom_version()
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c493 int vers; in gss_alloc_msg() local
499 vers = get_pipe_version(gss_auth->net); in gss_alloc_msg()
500 err = vers; in gss_alloc_msg()
503 gss_msg->pipe = gss_auth->gss_pipe[vers]->pipe; in gss_alloc_msg()
510 switch (vers) { in gss_alloc_msg()
/linux-4.1.27/include/pcmcia/
Dcistpl.h503 u_char vers; member
/linux-4.1.27/kernel/
Dmodule.c185 unsigned int sym, str, mod, vers, info, pcpu; member
1247 if (!check_version(info->sechdrs, info->index.vers, name, mod, crc, in resolve_symbol()
2640 info->index.vers = 0; /* Pretend no __versions section! */ in rewrite_section_headers()
2642 info->index.vers = find_sec(info, "__versions"); in rewrite_section_headers()
2645 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2699 if (!check_modstruct_version(info->sechdrs, info->index.vers, mod)) in setup_load_info()
2718 } else if (!same_magic(modmagic, vermagic, info->index.vers)) { in check_modinfo()
Daudit.c150 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION,
/linux-4.1.27/arch/mips/include/asm/
Dsgiarcs.h83 USHORT vers; /* node version */ member
/linux-4.1.27/Documentation/frv/
Dbooting.txt146 (*) nfsroot=<server>:<dir>[,v<vers>]
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c1023 char *vers; in ppp_net_ioctl() local
1045 vers = PPP_VERSION; in ppp_net_ioctl()
1046 if (copy_to_user(addr, vers, strlen(vers) + 1)) in ppp_net_ioctl()
/linux-4.1.27/sound/sparc/
Dcs4231.c1034 int vers = 0; in snd_cs4231_probe() local
1045 vers = snd_cs4231_in(chip, CS4231_VERSION); in snd_cs4231_probe()
1069 if (vers & 0x20) in snd_cs4231_probe()
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_hw.c637 csio_hw_get_fw_version(struct csio_hw *hw, uint32_t *vers) in csio_hw_get_fw_version() argument
641 vers, 0); in csio_hw_get_fw_version()
652 csio_hw_get_tp_version(struct csio_hw *hw, u32 *vers) in csio_hw_get_tp_version() argument
656 vers, 0); in csio_hw_get_tp_version()
/linux-4.1.27/fs/cifs/
DKconfig181 enabled on mount by specifying "vers=3.0" in the mount
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c129 metadata->vers = FANOTIFY_METADATA_VERSION; in fill_event_metadata()
/linux-4.1.27/drivers/pcmcia/
Dcistpl.c1239 v2->vers = p[0]; in parse_vers_2()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2200.c10457 char vers[64]; in ipw_ethtool_get_drvinfo() local
10464 len = sizeof(vers); in ipw_ethtool_get_drvinfo()
10465 ipw_get_ordinal(p, IPW_ORD_STAT_FW_VERSION, vers, &len); in ipw_ethtool_get_drvinfo()
10470 vers, date); in ipw_ethtool_get_drvinfo()
/linux-4.1.27/Documentation/scsi/
DChangeLog.1992-1997291 * eata.c: Change naming from eata_* to eata2x_*. Now at vers 1.15.