/linux-4.1.27/net/sunrpc/ |
D | stats.c | 52 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()
|
D | svc.c | 429 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 …]
|
D | rpcb_clnt.c | 445 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()
|
D | clnt.c | 844 u32 vers) in rpc_bind_new_program() argument 849 .version = vers, in rpc_bind_new_program()
|
/linux-4.1.27/fs/nfsd/ |
D | nfssvc.c | 125 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 …]
|
D | nfsctl.c | 545 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()
|
D | nfsfh.h | 86 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()
|
D | nfscache.c | 414 vers = rqstp->rq_vers, in nfsd_cache_lookup() local 466 rp->c_vers = vers; in nfsd_cache_lookup()
|
D | nfsd.h | 101 int nfsd_vers(int vers, enum vers_op change);
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | boot_param.h | 18 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/ |
D | pj4-cp0.c | 110 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/ |
D | module_64.c | 310 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/ |
D | dev_table.c | 51 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()
|
D | dev_table.h | 374 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/ |
D | cx18-firmware.c | 148 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/ |
D | dm-ioctl.c | 49 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/ |
D | flexfilelayout.c | 815 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/ |
D | therm_adt746x.c | 473 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()
|
D | windfarm_pm72.c | 514 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/ |
D | avm_a1p.c | 218 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/ |
D | applicom.h | 79 unsigned char vers; member
|
D | applicom.c | 743 adgl->vers = readb(pmem); in ac_ioctl()
|
/linux-4.1.27/arch/sparc/mm/ |
D | iommu.c | 59 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/ |
D | fanotify.h | 86 __u8 vers; member
|
D | audit.h | 424 __u32 vers; member
|
/linux-4.1.27/drivers/ata/ |
D | libahci.c | 402 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/ |
D | tree.c | 98 iflags[p->iflags], p->vers, p->rev); in dump_component()
|
/linux-4.1.27/fs/lockd/ |
D | mon.c | 41 u32 vers; member 149 .vers = 3, in nsm_mon_unmon() 502 *p++ = cpu_to_be32(argp->vers); in encode_my_id()
|
D | svcproc.c | 20 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/ |
D | cx24116.c | 570 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()
|
D | cx24117.c | 555 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/ |
D | nf_nat_snmp_basic.c | 1023 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/ |
D | smt.c | 92 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/ |
D | pnfs-block-server.txt | 19 file system is mounted using the NFSv4.1 protocol version (mount -o vers=4.1).
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 924 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 …]
|
D | common.h | 682 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/ |
D | mpic.c | 1241 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/ |
D | ebt_stp.c | 24 uint8_t vers; member
|
/linux-4.1.27/security/selinux/ss/ |
D | avtab.c | 373 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/ |
D | cxgb4.h | 1176 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);
|
D | t4_hw.c | 1692 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/ |
D | auth_gss.c | 493 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/ |
D | cistpl.h | 503 u_char vers; member
|
/linux-4.1.27/kernel/ |
D | module.c | 185 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()
|
D | audit.c | 150 static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION,
|
/linux-4.1.27/arch/mips/include/asm/ |
D | sgiarcs.h | 83 USHORT vers; /* node version */ member
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 146 (*) nfsroot=<server>:<dir>[,v<vers>]
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 1023 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/ |
D | cs4231.c | 1034 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/ |
D | csio_hw.c | 637 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/ |
D | Kconfig | 181 enabled on mount by specifying "vers=3.0" in the mount
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 129 metadata->vers = FANOTIFY_METADATA_VERSION; in fill_event_metadata()
|
/linux-4.1.27/drivers/pcmcia/ |
D | cistpl.c | 1239 v2->vers = p[0]; in parse_vers_2()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 10457 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/ |
D | ChangeLog.1992-1997 | 291 * eata.c: Change naming from eata_* to eata2x_*. Now at vers 1.15.
|