Searched refs:vers (Results 1 - 25 of 183) sorted by relevance

12345678

/freebsd-10-stable/kerberos5/lib/libvers/
H A DMakefile3 LIB= vers
15 .PATH: ${KRB5DIR}/lib/vers
/freebsd-10-stable/sys/sparc64/sparc64/
H A Didentcpu.c37 cpu_identify(u_long vers, u_int freq, u_int id) argument
42 switch (VER_MANUF(vers)) {
56 switch (VER_IMPL(vers)) {
120 " version register: <0x%lx>\n", vers);
128 printf(" mask=0x%lx maxtl=%ld maxwin=%ld\n", VER_MASK(vers),
129 VER_MAXTL(vers), VER_MAXWIN(vers));
/freebsd-10-stable/contrib/amd/amd/
H A Dget_args.c66 char *vers = NULL; local
81 vers = xmalloc(len);
82 xsnprintf(vers, len, "%s\n%s\n%s\n%s\n",
89 xstrlcat(vers, tmpbuf, len);
91 xstrlcat(vers, tmpbuf, len);
101 xstrlcat(vers, tmpbuf, len);
104 xstrlcat(vers, tmpbuf, len);
108 strlcat(vers, tmpbuf, len);
111 strlcat(vers, tmpbuf, len);
114 xstrlcat(vers, tmpbu
[all...]
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcb_stat.c105 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers, char *netid, argument
117 if ((al->prog == prog) && (al->vers == vers) &&
135 al->vers = vers;
150 rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl)
162 if ((rl->prog == prog) && (rl->vers == vers) &&
166 (rbl->rpcb_map.r_vers != vers))
184 rl->vers
149 rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh31 local vers=$1; shift
40 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
/freebsd-10-stable/include/protocols/
H A Dtalkd.h59 u_char vers; /* protocol version */ member in struct:__anon5572
78 u_char vers; /* protocol version */ member in struct:__anon5573
/freebsd-10-stable/sys/nfs/
H A Dkrpc.h12 u_int prog, u_int vers, u_int func,
16 u_int prog, u_int vers, u_int16_t *portp, struct thread *td);
/freebsd-10-stable/usr.bin/rpcgen/
H A Drpc_hout.c163 version_list *vers; local
168 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
169 for (plist = vers->procs; plist != NULL;
249 version_list *vers; local
252 for (vers = start; vers != NULL; vers
266 pfreeprocdef(const char * name, const char *vers) argument
274 pdispatch(const char * name, const char *vers) argument
285 version_list *vers; local
[all...]
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dcpu.c79 static void cpu_6xx_setup(int cpuid, uint16_t vers);
80 static void cpu_970_setup(int cpuid, uint16_t vers);
81 static void cpu_booke_setup(int cpuid, uint16_t vers);
94 void (*cpu_setup)(int cpuid, uint16_t vers);
205 uint16_t vers, rev, revfmt; local
211 vers = pvr >> 16;
213 switch (vers) {
231 if (cp->version == vers)
269 cp->cpu_setup(cpuid, vers);
276 uint16_t vers; local
361 cpu_6xx_setup(int cpuid, uint16_t vers) argument
453 cpu_6xx_print_cacheinfo(u_int cpuid, uint16_t vers) argument
503 cpu_booke_setup(int cpuid, uint16_t vers) argument
524 cpu_970_setup(int cpuid, uint16_t vers) argument
614 uint16_t vers; local
[all...]
/freebsd-10-stable/lib/libstand/
H A Drpc.c111 rpc_call(struct iodesc *d, n_long prog, n_long vers, n_long proc, argument
125 printf("rpc_call: prog=0x%x vers=%d proc=%d\n",
126 prog, vers, proc);
129 port = rpc_getport(d, prog, vers);
172 call->rp_vers = htonl(vers);
311 u_int vers; /* host order */ member in struct:pmap_list
320 * vers .. host order.
323 rpc_pmap_getcache(struct in_addr addr, u_int prog, u_int vers) argument
329 pl->prog == prog && pl->vers == vers )
345 rpc_pmap_putcache(struct in_addr addr, u_int prog, u_int vers, int port) argument
375 rpc_getport(struct iodesc *d, n_long prog, n_long vers) argument
379 n_long vers; /* call version */ member in struct:args
[all...]
/freebsd-10-stable/contrib/ofed/management/libibmad/src/
H A Dregister.c126 int vers, agent; local
128 if ((vers = mgmt_class_vers(mgmt)) <= 0) {
133 vers, rmpp_version, 0)) < 0) {
164 int agent, vers, mad_portid; local
178 if ((vers = mgmt_class_vers(mgmt)) <= 0) {
192 } else if ((agent = umad_register(mad_portid, mgmt, vers, rmpp_version,
/freebsd-10-stable/gnu/usr.bin/cc/doc/
H A DMakefile18 gcc.info: gcc.texi gcc-common.texi gcc-vers.texi frontends.texi \
25 gccint.info: gccint.texi gcc-common.texi gcc-vers.texi \
35 gcc-vers.texi
37 cppinternals.info: cppinternals.texi gcc-common.texi gcc-vers.texi
41 gcc-vers.texi:
50 CLEANFILES+= gcc-vers.texi
/freebsd-10-stable/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh6 local vers=$1; shift
10 atf_check -o ignore -e ignore newfs -B ${endian} -O ${vers} \
/freebsd-10-stable/sys/boot/common/
H A Dnewvers.sh47 mv $tempfile vers.c
/freebsd-10-stable/include/rpc/
H A Dpmap_rmt.h47 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
H A Drpcb_prot.x57 % * [prog, vers, address, owner, netid].
62 % * [prog, vers, netid]. addresses is ignored.
67 % * triple [prog, vers, netid] is registered. Ignore address and owner.
104 % * triple [prog, vers, netid] is registered. Ignore address and owner.
116 % * addresses registered for the combination (prog, vers) (for all
185 rpcvers_t vers; /* version number */
204 % rpcvers_t vers;
279 rpcvers_t vers;
289 rpcvers_t vers;
447 % rpcvers_t vers; /* versio
[all...]
/freebsd-10-stable/sys/boot/ia64/ski/
H A DMakefile13 ssc.c start.S time.c vers.c
25 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
28 CLEANFILES= vers.c
/freebsd-10-stable/lib/libc/rpc/
H A Dclnt_generic.c164 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
168 return (clnt_create_timed(hostname, prog, vers, nettype, NULL));
180 clnt_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
216 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp);
266 clnt_tp_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
270 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL));
280 clnt_tp_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
294 if ((svcaddr = __rpcb_findaddr_timed(prog, vers,
302 prog, vers, 0, 0);
311 (void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers);
332 clnt_tli_create(int fd, const struct netconfig *nconf, struct netbuf *svcaddr, rpcprog_t prog, rpcvers_t vers, uint sendsz, uint recvsz) argument
[all...]
/freebsd-10-stable/sbin/ldconfig/
H A Delfhints.c116 const char *vers; local
123 vers = dp->d_name + len;
124 while (vers > dp->d_name && isdigit(*(vers-1)))
125 vers--;
126 if (vers == dp->d_name + len)
128 if (vers < dp->d_name + 4 ||
129 strncmp(vers - 4, ".so.", 4) != 0)
133 namelen = (vers - 4) - name;
135 namelen, name, vers, dir
[all...]
/freebsd-10-stable/sys/powerpc/aim/
H A Dmp_cpudep.c107 uint16_t vers; local
109 vers = mfpvr() >> 16;
110 switch (vers) {
208 uint16_t vers; local
210 vers = mfpvr() >> 16;
212 switch(vers) {
272 uint16_t vers; local
274 vers = mfpvr() >> 16;
284 switch(vers) {
350 switch (vers) {
[all...]
/freebsd-10-stable/sys/powerpc/cpufreq/
H A Ddfs.c87 uint16_t vers; local
88 vers = mfpvr() >> 16;
91 switch (vers) {
125 uint16_t vers; local
130 vers = mfpvr() >> 16;
133 if (vers == MPC7448)
/freebsd-10-stable/sys/boot/userboot/userboot/
H A DMakefile28 SRCS+= vers.c
41 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
44 CLEANFILES= vers.c
/freebsd-10-stable/usr.bin/talk/
H A Dctl_transact.c106 } while (nready > 0 && (rp->vers != TALK_VERSION ||
108 } while (rp->vers != TALK_VERSION || rp->type != type);
/freebsd-10-stable/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh6 local vers=$1; shift
15 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
/freebsd-10-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c186 int32_t vers, vers2; local
196 if(krb5_ret_int32 (sp, &vers) != 0)
202 if ((uint32_t)vers <= server_context->log_context.version)
204 } while((uint32_t)vers <= server_context->log_context.version);
239 if(krb5_ret_int32 (sp, &vers) != 0)
242 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
244 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
247 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
251 (long)vers, (long)len);
254 krb5_warnx (context, "replaying entry %d", (int)vers);
[all...]

Completed in 161 milliseconds

12345678