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

1 2 3

  /src/sys/conf/
newvers_stand.mk 8 SRCS+= vers.c
10 CLEANFILES+= vers.c
20 vers.c: ${VERSIONFILE} ${_NETBSD_VERSION_DEPENDS}
newvers.mk 15 .if !target(vers.o)
16 newvers: vers.o
17 vers.o: ${SYSTEM_OBJ:O} Makefile $S/conf/newvers.sh \
19 ${_MKMSG_CREATE} vers.c
23 ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
  /src/usr.sbin/crash/
Makefile 123 # vers.c
124 SRCS+= vers.c
125 vers.c: ${S}/conf/newvers.sh ${_NETBSD_VERSION_DEPENDS}
127 CLEANFILES+= vers.c version
  /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 in function:sif_init
74 vers = sifbios_getver();
76 MAJOR(vers), MINOR(vers));
  /src/sys/dev/isa/
weasel_isa.c 81 const char *vers, *mode; local in function:weasel_isa_init
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 173 u_int vers; local in function:esp_isa_find
198 vers = bus_space_read_1(iot, ioh, NCR_SIGNTR);
202 ESP_MISC(("esp_isa_find: 0x%0x 0x%0x 0x%0x\n", vers, p1, p2));
208 epd->sc_isncr = (vers & ISNCR);
209 epd->sc_rev = ((vers & REV_MASK) == ISESP406) ?
if_ef.c 456 char vers[20]; local in function:ef_attach
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 in function:msdosfs_mount
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/sys/arch/sandpoint/sandpoint/
mainbus.c 181 u_int hid1, vers; local in function:cpu_attach
187 vers = (mfpvr() >> 16) & 0xffff;
188 if (ci->ci_khz == 0 && vers == MPC8245) {
  /src/lib/libc/gen/
utmpx.c 65 static const char vers[] = "utmpx-2.00"; variable in typeref:typename:const char[]
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/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 in function:gemini_lpc_attach
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/dev/pci/
weasel_pci.c 103 const char *vers, *mode; local in function:weasel_pci_attach
160 vers="2";
177 vers = mode = NULL;
180 if (vers != NULL)
  /src/usr.bin/ktrace/
ktrace.c 84 int vers; local in function:main
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 in function:pargdef
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 in function:define_printed
311 version_list *vers; local in function:pprogramdef
    [all...]
  /src/usr.sbin/rpcbind/
rpcb_svc_4.c 328 rpcvers_t vers; local in function:rpcbproc_getaddrlist_4_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/sys/arch/macppc/macppc/
cpu.c 163 int id = ca->ca_reg[0], vers, package, core; local in function:cpuattach
172 vers = (mfpvr() >> 16) & 0xffff;
174 if (vers == IBM970MP) {
  /src/lib/libc/rpc/
svc_simple.c 200 warnx("%s: couldn't register prog %u vers %u for %s",
255 rpcvers_t vers; local in function:universal
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);
  /src/include/protocols/
talkd.h 69 unsigned char vers; /* protocol version */ member in struct:__anon138a293a0108
88 unsigned char vers; /* protocol version */ member in struct:__anon138a293a0208
  /src/sys/arch/hppa/hppa/
fpu.c 143 uint32_t vers[2]; local in function:hppa_fpu_bootstrap
175 : "=m" (junk), "=m" (vers) : : "r22");
187 fpu_version = vers[0];
  /src/sys/dev/acpi/
acpi_cpu.c 84 const char *vers; member in struct:__anon2b0f39ea0108
96 const char *manu, *prod, *vers; local in function:acpicpu_match
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:nfssvc_call::__anon1312ce760108
571 if (error == 0 && nfsstatver.vers != NFSSTATS_V1)
  /src/sys/lib/libsa/
bootparam.c 111 uint32_t vers; member in struct:bp_whoami::args
149 args->vers = htonl((uint32_t)BOOTPARAM_VERS);
  /src/sys/compat/netbsd32/
netbsd32_signal.c 162 syscallarg(int) vers;
166 int error, vers; local in function:netbsd32___sigaction_sigtramp
176 vers = SCARG(uap, vers);
178 if (vers < __SIGTRAMP_SIGINFO_VERSION_MIN) {
225 SCARG_P32(uap, tramp), vers);

Completed in 24 milliseconds

1 2 3