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

1 2 3 4 5

  /src/sys/conf/
newvers_stand.mk 8 SRCS+= vers.c
10 CLEANFILES+= vers.c
20 vers.c: ${VERSIONFILE} ${_NETBSD_VERSION_DEPENDS}
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
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
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
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));
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);
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) ?
  /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));
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) {
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) {

Completed in 31 milliseconds

1 2 3 4 5