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

12345678

/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/boot/userboot/userboot/
H A DMakefile27 SRCS+= vers.c
40 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
43 CLEANFILES= vers.c
/freebsd-9.3-release/contrib/cvs/src/
H A Dcommit.c247 Vers_TS *vers; local
270 vers = Version_TS (&xfinfo, NULL, saved_tag, NULL, 0, 0);
271 if (vers->vn_user == NULL)
273 if (vers->ts_user == NULL)
278 freevers_ts (&vers);
281 if (vers->vn_user[0] == '-')
283 if (vers->ts_user != NULL)
288 freevers_ts (&vers);
294 else if (strcmp (vers->vn_user, "0") == 0)
296 if (vers
836 Vers_TS *vers; local
1432 Vers_TS *vers; local
[all...]
H A Dimport.c30 char *vers));
654 Vers_TS *vers; local
668 vers = Version_TS (&finfo, (char *) NULL, vbranch, (char *) NULL,
670 if (vers->vn_rcs != NULL
671 && !RCS_isdead(vers->srcfile, vers->vn_rcs))
687 expand = vers->srcfile->expand != NULL &&
688 vers->srcfile->expand[0] == 'b' ? "-kb" : "-ko";
689 different = RCS_cmp_file( vers->srcfile, vers
811 Vers_TS *vers; local
[all...]
H A Dtag.c424 Vers_TS *vers; local
429 (char *) NULL, 1, 0, &vers, 0))
444 freevers_ts (&vers);
449 vers = Version_TS (finfo, NULL, NULL, NULL, 0, 0);
479 if (vers->srcfile == NULL)
483 freevers_ts (&vers);
493 p->data = xstrdup (vers->vn_user);
495 p->data = RCS_getversion (vers->srcfile, numtag, date,
503 oversion = RCS_getversion (vers->srcfile, symtag, (char *) NULL, 1,
537 freevers_ts (&vers);
873 Vers_TS *vers; local
[all...]
/freebsd-9.3-release/sys/powerpc/aim/
H A Dmp_cpudep.c102 uint16_t vers; local
104 vers = mfpvr() >> 16;
105 switch (vers) {
203 uint16_t vers; local
205 vers = mfpvr() >> 16;
207 switch(vers) {
267 uint16_t vers; local
269 vers = mfpvr() >> 16;
271 switch(vers) {
/freebsd-9.3-release/lib/libc/rpc/
H A Dsvc.c68 #define SVC_VERSQUIET 0x0001 /* keep quiet about vers mismatch */
171 svc_reg(xprt, prog, vers, dispatch, nconf)
174 const rpcvers_t vers;
203 if ((s = svc_find(prog, vers, &prev, netid)) != NULL) {
220 s->sc_vers = vers;
234 dummy = rpcb_set(prog, vers, (struct netconfig *) nconf,
245 svc_unreg(prog, vers)
247 const rpcvers_t vers;
253 (void) rpcb_unset(prog, vers, NULL);
255 while ((s = svc_find(prog, vers,
[all...]
H A Dpmap_rmt.c79 pmap_rmtcall(addr, prog, vers, proc, xdrargs, argsp, xdrres, resp, tout,
82 u_long prog, vers, proc;
101 a.vers = vers;
135 xdr_u_long(xdrs, &(cap->vers)) &&
H A Drpcb_st_xdr.c59 if (!xdr_u_int32_t(xdrs, &objp->vers)) {
99 if (!xdr_u_int32_t(xdrs, &objp->vers)) {
116 IXDR_PUT_U_INT32(buf, objp->vers);
138 if (!xdr_u_int32_t(xdrs, &objp->vers)) {
155 objp->vers = (rpcvers_t)IXDR_GET_U_INT32(buf);
174 if (!xdr_u_int32_t(xdrs, &objp->vers)) {
H A Drpcb_clnt.c738 rpcvers_t vers; local
890 vers = RPCBVERS4;
891 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
962 for (vers = start_vers; vers >= RPCBVERS; vers--) {
964 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
1083 rpcvers_t vers = 0; local
1103 CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
1104 if (vers
1216 rpcvers_t vers; local
[all...]
/freebsd-9.3-release/kerberos5/tools/slc/
H A DMakefile17 CFLAGS+=-I${KRB5DIR}/lib/roken -I${KRB5DIR}/lib/sl -I${KRB5DIR}/lib/vers -I.
35 .PATH: ${KRB5DIR}/lib/vers ${KRB5DIR}/lib/roken ${KRB5DIR}/lib/sl
/freebsd-9.3-release/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-9.3-release/include/rpc/
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-9.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c165 int32_t vers, vers2; local
175 if(krb5_ret_int32 (sp, &vers) != 0)
181 if (vers <= server_context->log_context.version)
183 } while(vers <= server_context->log_context.version);
218 if(krb5_ret_int32 (sp, &vers) != 0)
221 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
223 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
226 if (ret) krb5_errx(context, 1, "entry %ld: too short", (long)vers);
230 (long)vers, (long)len);
233 krb5_warnx (context, "replaying entry %d", (int)vers);
[all...]
/freebsd-9.3-release/sys/boot/arm/uboot/
H A DMakefile12 SRCS= start.S conf.c vers.c
80 CLEANFILES+= vers.c loader.help
102 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
/freebsd-9.3-release/sys/boot/i386/efi/
H A DMakefile13 SRCS= main.c exec.c conf.c vers.c reloc.c start.S elf32_freebsd.c
43 CLEANFILES= vers.c loader.efi
47 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
/freebsd-9.3-release/sys/boot/ia64/efi/
H A DMakefile10 SRCS= conf.c efimd.c main.c pal.S start.S vers.c
28 vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
47 CLEANFILES= vers.c loader.efi
/freebsd-9.3-release/sys/nlm/
H A Dnlm_advlock.c77 rpcvers_t vers, struct timeval *timo, int retries,
81 rpcvers_t vers, struct timeval *timo, int retries,
85 rpcvers_t vers, struct timeval *timo, int retries,
92 rpcvers_t vers, size_t fhlen, void *fh, off_t size,
208 rpcvers_t vers; local
234 vers = NLM_VERS4;
236 vers = NLM_VERS;
253 host = nlm_find_host_by_name(servername, sa, vers);
304 error = nlm_setlock(host, &ext, vers, &timo, retries,
309 error = nlm_clearlock(host, &ext, vers,
562 nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
593 nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
622 nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
649 nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client, struct rpc_callextra *ext, struct timeval timo) argument
718 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
917 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
992 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
1181 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...]
H A Dnlm.h68 * responses. If 'vers' is greater than zero then record the NLM
74 const struct sockaddr *addr, rpcvers_t vers);
79 * address and remember 'vers' as the NLM protocol version to use for
84 int vers);
/freebsd-9.3-release/include/rpcsvc/
H A Dpmap_prot.x62 % * [prog, vers, prot, port].
66 % * [prog, vers]. prot and port are ignored.
70 % * [prog, vers] is registered. It may lie!
76 % * usage: encapsulatedresults = PMAPPROC_CALLIT(prog, vers, proc,
161 unsigned long vers;
180 % u_long vers;
/freebsd-9.3-release/sys/sparc64/include/
H A Dmd_var.h52 void cpu_identify(u_long vers, u_int clock, u_int id);
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c116 int vers; member in struct:verslist
314 local_rpcb(u_long prog, u_long vers) argument
331 clnt = clnt_tp_create(NULL, prog, vers, nconf);
338 clnt_com_create(struct sockaddr_in *addr, u_long prog, u_long vers, argument
344 clnt = clnttcp_create(addr, prog, vers, fdp, 0, 0);
350 clnt = clntudp_create(addr, prog, vers, to, fdp);
354 if (vers == MIN_VERS)
358 prog, vers);
379 u_long prognum, vers, minvers, maxvers; local
394 vers
618 u_long prognum, vers; local
633 add_version(struct rpcbdump_short *rs, u_long vers) argument
720 int vers; local
1224 clnt_addr_create(char *address, struct netconfig *nconf, u_long prog, u_long vers) argument
1503 register u_long vers; local
1519 pstatus(register CLIENT *client, u_long prog, u_long vers) argument
[all...]
/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.h62 * [prog, vers, address, owner, netid].
67 * [prog, vers, netid]. addresses is ignored.
72 * triple [prog, vers, netid] is registered. Ignore address and owner.
109 * triple [prog, vers, netid] is registered. Ignore address and owner.
121 * addresses registered for the combination (prog, vers) (for all
188 rpcvers_t vers; member in struct:rpcb_rmtcallargs
210 rpcvers_t vers; member in struct:r_rpcb_rmtcallargs
290 rpcvers_t vers; member in struct:rpcbs_addrlist
302 rpcvers_t vers; member in struct:rpcbs_rmtcalllist
383 rpcvers_t vers; /* versio member in struct:rpcb_rmtcallargs
440 rpcvers_t vers; member in struct:rpcbs_addrlist
452 rpcvers_t vers; member in struct:rpcbs_rmtcalllist
[all...]
H A Drpcb_clnt.c753 rpcvers_t vers;
905 vers = RPCBVERS4;
906 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
977 for (vers = start_vers; vers >= RPCBVERS; vers--) {
979 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
1098 rpcvers_t vers = 0;
1118 CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
1119 if (vers
[all...]

Completed in 501 milliseconds

12345678