HomeSort by: relevance | last modified time | path
    Searched defs:vers (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/include/rpc/
pmap_rmt.h 47 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
  /src/sys/arch/playstation2/ee/
sif.c 72 u_int32_t vers; local
74 vers = sifbios_getver();
76 MAJOR(vers), MINOR(vers));
  /src/sys/arch/sandpoint/sandpoint/
mainbus.c 181 u_int hid1, vers; local
187 vers = (mfpvr() >> 16) & 0xffff;
188 if (ci->ci_khz == 0 && vers == MPC8245) {
  /src/sys/dev/isa/
weasel_isa.c 81 const char *vers, *mode; local
142 vers = "1.0";
158 vers = "1.1";
178 vers = mode = NULL;
182 if (vers != NULL)
183 printf("version %s, %s mode", vers, mode);
esp_isa.c 170 u_int vers; local
195 vers = bus_space_read_1(iot, ioh, NCR_SIGNTR);
199 ESP_MISC(("esp_isa_find: 0x%0x 0x%0x 0x%0x\n", vers, p1, p2));
205 epd->sc_isncr = (vers & ISNCR);
206 epd->sc_rev = ((vers & REV_MASK) == ISESP406) ?
if_ef.c 456 char vers[20]; local
599 snprintf(vers, sizeof(vers), "%s, rev. %d",
604 i82586_attach(sc, vers, ethaddr, eftp_media, NEFTP_MEDIA,
611 i82586_attach(sc, vers, ethaddr, ef_media, NEF_MEDIA,
  /src/usr.sbin/makefs/msdos/
msdosfs_vfsops.c 171 unsigned short vers = getushort(b710->bpbFSVers); local
177 if (pmp->pm_Sectors || pmp->pm_FATsecs || vers) {
178 DPRINTF(("sectors %d fatsecs %lu vers %d\n",
179 pmp->pm_Sectors, pmp->pm_FATsecs, vers));
  /src/include/protocols/
talkd.h 69 unsigned char vers; /* protocol version */ member in struct:__anon139
88 unsigned char vers; /* protocol version */ member in struct:__anon140
  /src/lib/libc/rpc/
svc_simple.c 200 warnx("%s: couldn't register prog %u vers %u for %s",
255 rpcvers_t vers; local
275 vers = rqstp->rq_vers;
280 pl->p_versnum == vers &&
304 warnx("%s: trouble replying to prog %u vers %u",
305 __func__, (unsigned)prog, (unsigned)vers);
316 warnx("%s: never registered prog %u vers %u", __func__,
317 (unsigned)prog, (unsigned)vers);
rpcb_clnt.c 684 rpcvers_t vers; local
832 vers = RPCBVERS4;
833 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
902 for (vers = start_vers; vers >= RPCBVERS; vers--) {
904 CLNT_CONTROL(client, CLSET_VERS, (char *)(void *)&vers);
1018 rpcvers_t vers = 0; local
1038 CLNT_CONTROL(client, CLGET_VERS, (char *)(void *)&vers);
1039 if (vers == RPCBVERS4)
1146 rpcvers_t vers; local
    [all...]
  /src/sbin/mount_nfs/
getnfsargs.c 88 long vers; member in struct:nfhret
218 nfhret.vers = mntvers;
320 switch (np->vers) {
  /src/sys/arch/arm/gemini/
gemini_lpc.c 73 uint8_t id1, id2, vers, clk, susp; local
95 vers = it8712_pnp_read(sc, GEMINI_LPC_LDN_ALL, IT8712_CSCV);
96 vers &= CSCV_VERSION;
102 device_xname(self), id1, id2, vers);
  /src/sys/arch/macppc/macppc/
cpu.c 163 int id = ca->ca_reg[0], vers, package, core; local
172 vers = (mfpvr() >> 16) & 0xffff;
174 if (vers == IBM970MP) {
  /src/sys/dev/pci/
weasel_pci.c 103 const char *vers, *mode; local
160 vers="2";
177 vers = mode = NULL;
180 if (vers != NULL)
  /src/usr.bin/ktrace/
ktrace.c 84 int vers; local
95 vers = 2;
182 vers = atoi(optarg);
227 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block);
241 if (do_ktrace(outfile, vers, ops, trpoints, getpid(), block) == 1) {
246 (void)do_ktrace(outfile, vers, ops, trpoints, getpid(), block);
251 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block);
294 "[-t " TRPOINTS "] [-v vers] command\n",
321 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid,
325 ops |= vers << KTRFAC_VER_SHIFT
    [all...]
  /src/usr.bin/rpcgen/
rpc_hout.c 173 version_list *vers; local
179 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next) {
180 for (plist = vers->procs; plist != NULL; plist = plist->next) {
195 for (vers = def->def.pr.versions; vers != NULL; vers = vers->next)
272 version_list *vers; local
311 version_list *vers; local
    [all...]
  /src/usr.sbin/rpcbind/
rpcb_svc_4.c 328 rpcvers_t vers; local
337 vers = regp->r_vers;
354 (rbl->rpcb_map.r_vers == vers)) {
422 rpcbs_getaddr(RPCBVERS4 - 2, prog, vers, transp->xp_netid, maddr);
  /src/lib/libc/gen/
utmpx.c 65 static const char vers[] = "utmpx-2.00"; variable
141 (void)memcpy(ut.ut_user, vers, sizeof(vers));
148 if (memcmp(ut.ut_user, vers, 5) != 0 ||
353 (void)memcpy(ut.ut_user, vers, sizeof(vers));
  /src/sys/arch/hppa/hppa/
fpu.c 143 uint32_t vers[2]; local
175 : "=m" (junk), "=m" (vers) : : "r22");
187 fpu_version = vers[0];
  /src/sys/compat/netbsd32/
netbsd32_signal.c 162 syscallarg(int) vers;
166 int error, vers; local
176 vers = SCARG(uap, vers);
178 if (vers < __SIGTRAMP_SIGINFO_VERSION_MIN) {
225 SCARG_P32(uap, tramp), vers);
  /src/sys/dev/acpi/
acpi_cpu.c 84 const char *vers; member in struct:__anon2467
96 const char *manu, *prod, *vers; local
105 vers = pmf_get_platform("board-version");
107 if (manu != NULL && prod != NULL && vers != NULL) {
113 strcasecmp(acpicpu_quirks[i].vers, vers) == 0)
  /src/sys/fs/nfs/common/
nfs_commonport.c 456 int vers; /* Just the first field of nfsstats. */ member in struct:__anon6784
571 if (error == 0 && nfsstatver.vers != NFSSTATS_V1)
  /src/sys/lib/libsa/
bootparam.c 111 uint32_t vers; member in struct:args
149 args->vers = htonl((uint32_t)BOOTPARAM_VERS);
  /src/sbin/routed/
output.c 688 int vers, /* RIP version */
729 ripv12_buf.rip.rip_vers = vers;
745 v2buf.type = (vers == RIPv2) ? type : NO_OUT_RIPV2;
754 if (vers == RIPv2) {
770 ws.a = (vers == RIPv2) ? find_auth(ifp) : 0;
839 int vers; local
866 vers = (ifp->int_state & IS_NO_RIPV1_OUT) ? RIPv2 : RIPv1;
872 if (vers == RIPv2
883 if (vers == RIPv2
901 supply(&dst, ifp, type, flash, vers, 1)
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
Locore.c 717 uint32_t pvr, vers, hsize = HEAP_SIZE; local
720 vers = pvr >> 16;
721 if (vers >= IBM970 && vers <= IBM970GX) hsize = 0x800000;

Completed in 41 milliseconds

1 2 3