Searched refs:vers (Results 26 - 50 of 190) sorted by relevance

12345678

/freebsd-current/sys/powerpc/powerpc/
H A Dcpu.c85 static void cpu_6xx_setup(int cpuid, uint16_t vers);
86 static void cpu_970_setup(int cpuid, uint16_t vers);
87 static void cpu_booke_setup(int cpuid, uint16_t vers);
88 static void cpu_powerx_setup(int cpuid, uint16_t vers);
109 void (*cpu_setup)(int cpuid, uint16_t vers);
272 uint16_t vers; local
276 vers = pvr >> 16;
278 if (cp->version == vers)
293 uint16_t rev, revfmt, vers; local
296 vers
358 uint16_t vers; local
445 cpu_6xx_setup(int cpuid, uint16_t vers) argument
535 cpu_6xx_print_cacheinfo(u_int cpuid, uint16_t vers) argument
585 cpu_booke_setup(int cpuid, uint16_t vers) argument
624 cpu_970_setup(int cpuid, uint16_t vers) argument
663 cpu_powerx_setup(int cpuid, uint16_t vers) argument
739 uint16_t vers; local
[all...]
/freebsd-current/lib/libc/rpc/
H A Dclnt_generic.c157 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
161 return (clnt_create_timed(hostname, prog, vers, nettype, NULL));
173 clnt_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
209 clnt = clnt_tp_create_timed(hostname, prog, vers, nconf, tp);
259 clnt_tp_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
263 return (clnt_tp_create_timed(hostname, prog, vers, nconf, NULL));
273 clnt_tp_create_timed(const char *hostname, rpcprog_t prog, rpcvers_t vers, argument
287 if ((svcaddr = __rpcb_findaddr_timed(prog, vers,
295 prog, vers, 0, 0);
304 (void) CLNT_CONTROL(cl, CLSET_VERS, (void *)&vers);
325 clnt_tli_create(int fd, const struct netconfig *nconf, struct netbuf *svcaddr, rpcprog_t prog, rpcvers_t vers, uint sendsz, uint recvsz) argument
[all...]
H A Drpc_soc.c85 clnt_com_create(struct sockaddr_in *raddr, rpcprog_t prog, rpcvers_t vers, int *sockp, argument
113 sport = pmap_getport(raddr, (u_long)prog, (u_long)vers,
127 cl = clnt_tli_create(fd, nconf, &bindaddr, prog, vers,
155 clntudp_bufcreate(struct sockaddr_in *raddr, u_long prog, u_long vers, argument
160 cl = clnt_com_create(raddr, (rpcprog_t)prog, (rpcvers_t)vers, sockp,
179 clnttcp_create(struct sockaddr_in *raddr, u_long prog, u_long vers, int *sockp, argument
183 return clnt_com_create(raddr, (rpcprog_t)prog, (rpcvers_t)vers, sockp,
188 clntraw_create(u_long prog, u_long vers) argument
191 return clnt_raw_create((rpcprog_t)prog, (rpcvers_t)vers);
353 clnt_broadcast(u_long prog, u_long vers, u_lon argument
417 clntunix_create(struct sockaddr_un *raddr, u_long prog, u_long vers, int *sockp, u_int sendsz, u_int recvsz) argument
[all...]
/freebsd-current/sys/powerpc/aim/
H A Dmp_cpudep.c144 uint16_t vers; local
146 vers = mfpvr() >> 16;
147 switch (vers) {
245 uint16_t vers; local
247 vers = mfpvr() >> 16;
249 switch(vers) {
311 uint16_t vers; local
313 vers = mfpvr() >> 16;
315 switch(vers) {
387 switch (vers) {
[all...]
/freebsd-current/sbin/ldconfig/
H A Delfhints.c118 const char *vers; local
125 vers = dp->d_name + len;
126 while (vers > dp->d_name && isdigit(*(vers-1)))
127 vers--;
128 if (vers == dp->d_name + len)
130 if (vers < dp->d_name + 4 ||
131 strncmp(vers - 4, ".so.", 4) != 0)
135 namelen = (vers - 4) - name;
137 namelen, name, vers, dir
[all...]
/freebsd-current/sys/powerpc/cpufreq/
H A Ddfs.c84 uint16_t vers; local
85 vers = mfpvr() >> 16;
88 switch (vers) {
122 uint16_t vers; local
127 vers = mfpvr() >> 16;
130 if (vers == MPC7448)
/freebsd-current/contrib/tcpdump/
H A Dprint-ripng.c112 uint8_t cmd, vers; local
118 vers = GET_U_1(rp->rip6_vers);
119 if (vers != RIP6_VERSION) {
121 ND_PRINT(" [version %u, must be %u]", vers, RIP6_VERSION);
/freebsd-current/kerberos5/libexec/digest-service/
H A DMakefile13 LIBADD= hdb kdc heimipcs krb5 roken asn1 crypto vers heimntlm
/freebsd-current/kerberos5/usr.bin/string2key/
H A DMakefile12 LIBADD= krb5 roken crypto vers
/freebsd-current/kerberos5/libexec/kadmind/
H A DMakefile13 LIBADD= kadm5srv gssapi hdb krb5 roken vers
/freebsd-current/kerberos5/usr.sbin/kstash/
H A DMakefile8 LIBADD= hdb krb5 crypto vers
/freebsd-current/kerberos5/libexec/ipropd-slave/
H A DMakefile9 LIBADD= kadm5srv hdb krb5 roken vers
/freebsd-current/kerberos5/libexec/ipropd-master/
H A DMakefile9 LIBADD= kadm5srv hdb krb5 roken vers
/freebsd-current/kerberos5/libexec/hpropd/
H A DMakefile8 LIBADD= hdb krb5 roken vers
/freebsd-current/kerberos5/libexec/kdc/
H A DMakefile14 LIBADD= kdc hdb krb5 roken crypt vers
/freebsd-current/crypto/heimdal/lib/
H A DMakefile.am26 vers \
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh6 local vers=$1; shift
15 -B ${endian} -O ${vers} -s 4000 -F ${IMG}
/freebsd-current/sys/dev/ichiic/
H A Dig4_var.h56 #define IG4_HAS_ADDREGS(vers) ((vers) >= IG4_SKYLAKE)
/freebsd-current/usr.bin/talk/
H A Dctl_transact.c96 } while (nready > 0 && (rp->vers != TALK_VERSION ||
98 } while (rp->vers != TALK_VERSION || rp->type != type);
/freebsd-current/stand/common/
H A Dnewvers.sh59 mv $tempfile vers.c
/freebsd-current/include/rpc/
H A Drpcb_prot.x53 % * [prog, vers, address, owner, netid].
58 % * [prog, vers, netid]. addresses is ignored.
63 % * triple [prog, vers, netid] is registered. Ignore address and owner.
100 % * triple [prog, vers, netid] is registered. Ignore address and owner.
112 % * addresses registered for the combination (prog, vers) (for all
181 rpcvers_t vers; /* version number */
200 % rpcvers_t vers;
275 rpcvers_t vers;
285 rpcvers_t vers;
443 % rpcvers_t vers; /* versio
[all...]
/freebsd-current/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...]
/freebsd-current/sys/nlm/
H A Dnlm_advlock.c76 rpcvers_t vers, struct timeval *timo, int retries,
80 rpcvers_t vers, struct timeval *timo, int retries,
84 rpcvers_t vers, struct timeval *timo, int retries,
91 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
207 rpcvers_t vers; local
234 vers = NLM_VERS4;
236 vers = NLM_VERS;
255 host = nlm_find_host_by_name(servername, sa, vers);
306 error = nlm_setlock(host, &ext, vers, &timo, retries,
311 error = nlm_clearlock(host, &ext, vers,
566 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
597 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
626 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
653 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
758 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size, bool_t reclaim) argument
956 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
1031 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, rpcvers_t vers, struct timeval *timo, int retries, struct vnode *vp, int op, struct flock *fl, int flags, int svid, size_t fhlen, void *fh, off_t size) argument
1220 nlm_init_lock(struct flock *fl, int flags, int svid, rpcvers_t vers, size_t fhlen, void *fh, off_t size, struct nlm4_lock *lock, char oh_space[32]) argument
[all...]
/freebsd-current/kerberos5/tools/asn1_compile/
H A DMakefile7 LIBADD= vers
/freebsd-current/kerberos5/usr.bin/hxtool/
H A DMakefile13 LIBADD= hx509 roken asn1 crypto sl vers edit

Completed in 253 milliseconds

12345678