Searched refs:revision (Results 76 - 100 of 119) sorted by relevance

12345

/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp179 "revision %2d, function %2d \n", channel_index, HPT_info->deviceID,
230 revisionID = info.revision;
237 INFO("found: device: %x, revision: %x, function: %x\n",devID,revisionID,function);
277 INFO("Highpoint-ATA: old revision found.\n");
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c74 1, /* revision */
87 1, /* revision */
100 1, /* revision */
113 1, /* revision */
127 1, /* revision */
141 1, /* revision */
155 1, /* revision */
329 return sid && sid->revision == SID_REVISION &&
645 * old revision and no DACL though SE_DACL_PRESENT is set
648 && (phead->revision
[all...]
H A Dsecurity.c281 * - R is the revision level of the SID expressed as a sequence of digits
326 i = snprintf(s, cnt, "S-%hhu-", (unsigned char)sid->revision);
3397 sd->revision = SECURITY_DESCRIPTOR_REVISION;
3401 sid->revision = SID_REVISION;
3409 sid->revision = SID_REVISION;
3417 acl->revision = ACL_REVISION;
3427 ace->sid.revision = SID_REVISION;
3966 pnhead->revision = SECURITY_DESCRIPTOR_REVISION;
4331 u8 revision; member in struct:__anon134
4871 targhead->revision
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp329 // Check the revision of the controller, which should be 10h
330 uint32 revision = _ReadReg(OHCI_REVISION) & 0xff; local
332 OHCI_REVISION_HIGH(revision), OHCI_REVISION_LOW(revision),
333 OHCI_REVISION_LEGACY(revision) ? ", legacy support" : "");
335 if (OHCI_REVISION_HIGH(revision) != 1 || OHCI_REVISION_LOW(revision) != 0) {
336 TRACE_ERROR("unsupported OHCI revision\n");
/haiku/src/kits/package/
H A DPackageInfo.cpp1250 // revision
1251 if (!fieldName.ReplaceSuffix(fieldLength, ":revision"))
1467 // revision
1468 if (!fieldName.ReplaceSuffix(fieldLength, ":revision"))
1471 uint32 revision;
1472 error = archive->FindUInt32(fieldName, index, &revision);
1476 _version.SetTo(major, minor, micro, preRelease, revision);
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h523 uint8 revision; // PCI device revision member in struct:__anon33
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp238 TRACE(("PCI: [dom %d, bus %2d] bus %3d, device %2d, function %2d: vendor %04x, device %04x, revision %02x\n",
240 info->device, info->function, info->vendor_id, info->device_id, info->revision));
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_hw.h463 u32 revision; member in struct:igc_phy_info
H A Digc_phy.c127 * igc_get_phy_id - Retrieve the PHY ID and revision
131 * revision in the hardware structure.
155 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp413 dprintf(DEVICE_NAME ": (%" B_PRId32 ") %s, revision = 0x%x\n", found,
414 kSupportedDevices[type].name, info->revision);
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_codec.cpp1508 uint8 revision; member in struct:__anon3
1527 ERROR("Failed to get vendor and revision parameters: %s\n",
1536 codec->revision = response.revision;
1580 response.major, response.minor, response.revision, response.stepping,
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1055 BString revision; local
1056 // add system revision to os version
1059 revision.SetToFormat(B_TRANSLATE_COMMENT("Version: %s",
1062 revision = B_TRANSLATE("Version:");
1064 return revision;
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c45 /* Tell the kernel what revision of the driver API we support */
713 si->revision = di->pcii.revision;
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c42 /* Tell the kernel what revision of the driver API we support */
674 si->revision = di->pcii.revision;
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c42 /* Tell the kernel what revision of the driver API we support */
665 si->revision = di->pcii.revision;
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c38 /* Tell the kernel what revision of the driver API we support */
785 si->revision = di->pcii.revision;
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c362 MODULE_PNP_INFO("W32:vendor/device;U8:revision;D:#", pci, dc, dc_devs,
1574 * but different revision IDs. The same is true for 98715/98715A
1576 * cases, the exact chip revision affects driver behavior.
2025 uint32_t reg, revision; local
2066 revision = pci_get_revid(dev);
2131 if (revision < DC_REVISION_98713A) {
2134 if (revision >= DC_REVISION_98713A) {
2150 if (revision >= DC_REVISION_98715AEC_C &&
2151 revision < DC_REVISION_98725)
2178 if (revision < DC_REVISION_82C16
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c462 LOG(4,("EDID version: %d.%d\n", edid->version.version, edid->version.revision));
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_phy.c219 * e1000_get_phy_id - Retrieve the PHY ID and revision
223 * revision in the hardware structure.
249 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
1199 (phy->revision < E1000_REVISION_4) &&
1211 if ((phy->revision == E1000_REVISION_2) &&
3691 (hw->phy.revision >= 1) &&
H A De1000_ich8lan.c229 hw->phy.revision = (u32)(phy_reg & ~PHY_REVISION_MASK);
1057 if ((hw->phy.revision > 5) || !link ||
1335 if ((hw->phy.type == e1000_phy_i217) && (hw->phy.revision == 6)) {
1383 if ((hw->phy.type == e1000_phy_i217) && (hw->phy.revision == 6) &&
2652 ((hw->phy.revision == 1) || (hw->phy.revision == 2))) ||
2653 ((hw->phy.type == e1000_phy_82578) && (hw->phy.revision == 1))) {
2670 if (hw->phy.revision < 2) {
/haiku/headers/os/drivers/
H A DPCI.h36 uchar revision; /* revision id */ member in struct:pci_info
242 #define PCI_revision 0x08 /* (1 byte) revision id */
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c538 card->name, card->info.device_id, card->info.revision,
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c449 "\n", card->name, card->info.device_id, card->info.revision,
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c36 /* Tell the kernel what revision of the driver API we support */
983 si->revision = di->pcii.revision;
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp143 fPackageVersionData.revision = value.unsignedInt;

Completed in 338 milliseconds

12345