Searched refs:revision (Results 326 - 350 of 410) sorted by relevance

<<11121314151617

/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dparsesolaris.c82 "PARSE - NTP reference", /* name this baby - keep room for revision number */
104 static char revision[] = "4.6"; local
113 * copy RCS revision into Drv_name
117 s = revision;
/netbsd-current/external/bsd/ntp/dist/parseutil/
H A Ddcfd.c135 static char *revision = "4.18"; variable
1642 PRINTF(" DCF77 monitor %s - Copyright (C) 1993-2005 by Frank Kardel\n\n", revision);
1868 * output revision information
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_opregion.c70 u8 revision; member in struct:opregion_header::__anon8
975 opregion->header->over.revision);
/netbsd-current/sys/dev/pci/
H A Dif_ixlvar.h276 uint8_t revision; member in struct:ixl_aq_switch_config_element
355 uint8_t revision[4]; member in struct:ixl_aq_module_desc
H A Dpci_subr.c714 pci_revision_t revision; local
721 revision = PCI_REVISION(class_reg);
771 if (revision != 0)
772 (void)snappendf(&cp, &l, ", revision 0x%02x", revision);
830 pci_revision_t revision; local
841 revision = PCI_REVISION(rval);
963 printf(" Revision ID: 0x%02x\n", revision);
1643 printf(" Capability revision: 0x%02x ", val);
H A Desa.c936 int revision, i, error; local
946 revision = PCI_REVISION(pa->pa_class);
1032 * on revision ID for now; this is probably wrong.
1034 if (revision == 0x10 && sc->type == ESS_MAESTRO3)
H A Dyds.c747 int revision; local
755 revision = PCI_REVISION(pa->pa_class);
794 sc->sc_revision = revision;
H A Dif_wpireg.h548 uint8_t revision[8]; member in struct:wpi_ucode_info
/netbsd-current/external/bsd/file/dist/magic/
H A DMakefile.am263 $(MAGIC_FRAGMENT_DIR)/revision \
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_si_dpm.c2150 DRM_ERROR("Unknown SI asic revision, failed to initialize PowerTune!\n");
3446 if ((adev->pdev->revision == 0x81) ||
3447 (adev->pdev->revision == 0x83) ||
3448 (adev->pdev->revision == 0xC3) ||
3454 if ((adev->pdev->revision == 0xC3) ||
3460 if ((adev->pdev->revision == 0xC7) ||
3461 (adev->pdev->revision == 0x80) ||
3462 (adev->pdev->revision == 0x81) ||
3463 (adev->pdev->revision == 0x83) ||
3464 (adev->pdev->revision
[all...]
/netbsd-current/usr.sbin/moused/
H A Dmoused.c122 int revision; /* PnP revision, 100 for 1.00 */ member in struct:__anon5
2533 id->revision = 0;
2577 /* revision */
2580 id->revision = ((buf[1] & 0x3f) << 6) | (buf[2] & 0x3f);
2581 debug("PnP rev %d.%02d", id->revision / 100, id->revision % 100);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_gpsdjson.c1456 const char *revision; local
1461 revision = json_object_lookup_string_default(
1472 "%s: GPSD revision=%s release=%s protocol=%u.%u",
1473 up->logname, revision, release,
/netbsd-current/sys/dev/pcmcia/
H A Dpcmciadevs_data.h47 char *revision; member in struct:pcmcia_knowndev::pcmcia_knowndev_cis
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dnouveau_nvkm_engine_device_user.c190 args->v0.revision = device->chiprev;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-riscv.c127 unsigned major, minor, revision; local
148 revision = (unsigned) attr[Tag_RISCV_priv_spec_revision].i;
152 revision,
167 "privilege attributes"), major, minor, revision);
3569 and versions[3] is revision. */
/netbsd-current/sys/dev/pci/igc/
H A Digc_phy.c133 * igc_get_phy_id - Retrieve the PHY ID and revision
137 * revision in the hardware structure.
162 phy->revision = (uint32_t)(phy_id & ~PHY_REVISION_MASK);
/netbsd-current/sys/dev/scsipi/
H A Dscsipiconf.h650 const char *revision; member in struct:scsipi_inquiry_pattern
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_si.c1710 if ((rdev->pdev->revision == 0x81) &&
1726 ((rdev->pdev->revision == 0x81) ||
1727 (rdev->pdev->revision == 0x83))) ||
1729 ((rdev->pdev->revision == 0x83) ||
1730 (rdev->pdev->revision == 0x87))) ||
1731 ((rdev->pdev->revision == 0x87) &&
1746 if (((rdev->pdev->revision == 0x81) &&
1751 ((rdev->pdev->revision == 0x83) &&
1764 if (((rdev->pdev->revision == 0x81) &&
1766 ((rdev->pdev->revision
[all...]
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcstest114 $diff a.11 a.c || { echo "#can't retrieve first revision"; exit 1; }
185 # Get the date of the previous revision in UTC.
444 revision 2.1
/netbsd-current/sys/dev/ic/
H A Dinterwave.c433 sc->revision = ((reg & 0x80) >> 3) | (reg & 0x0f);
462 sc->vers, sc->revision);
/netbsd-current/sys/arch/sparc64/dev/
H A Dvdsk.c1348 bcopy(buf, inq.revision, sizeof(inq.revision));
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_pci.c138 parentdev->revision = PCI_REVISION(class);
189 pdev->revision = PCI_REVISION(pa->pa_class);
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dsanity.sh2937 initial revision: 1\.1"
2941 ${SPROG} \[tag aborted\]: failed to set tag BASE to revision 1\.1 in ${CVSROOT_DIRNAME}/first-dir/sdir/ssdir/ssfile,v"
2951 retrieving revision 1\.1
2964 retrieving revision 1\.1
2977 retrieving revision 1\.1
2982 new revision: 1\.2; previous revision: 1\.1"
2993 new revision: 1\.3; previous revision: 1\.2"
2996 new revision
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-riscv.c190 unsigned major, minor, revision; local
211 revision = (unsigned) attr[Tag_RISCV_priv_spec_revision].i;
213 if (major == 0 && minor == 0 && revision == 0)
216 riscv_get_priv_spec_class_from_numbers (major, minor, revision, &class);
225 "privileged elf attributes"), major, minor, revision);
4406 versions[2]: revision version. */
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.c209 unsigned major, minor, revision; local
230 revision = (unsigned) attr[Tag_RISCV_priv_spec_revision].i;
232 if (major == 0 && minor == 0 && revision == 0)
235 riscv_get_priv_spec_class_from_numbers (major, minor, revision, &class);
244 "privileged elf attributes"), major, minor, revision);
5120 versions[2]: revision version. */

Completed in 328 milliseconds

<<11121314151617