Searched refs:revision (Results 101 - 125 of 149) sorted by relevance

123456

/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/arch/m68k/atari/
H A Dpci_atari.cpp132 O(PCI_revision, revision, 1);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h1372 * - R is the revision level of the SID expressed as a sequence of digits
1383 * revision = 1,
1390 u8 revision; member in struct:__anon2373
1400 SID_REVISION = 1, /* Current revision level. */
1403 a future revision. */
1683 u8 revision; /* Revision of this ACL. */ member in struct:__anon2383
1696 /* Current revision. */
1782 u8 revision; /* Revision level of the security descriptor. */ member in struct:__anon2386
1814 u8 revision; /* Revision level of the security descriptor. */ member in struct:__anon2387
1840 /* Current revision
[all...]
H A Dsecurity.h235 if (!sid || sid->revision != SID_REVISION ||
H A Dacls.c126 1, /* revision */
139 1, /* revision */
152 1, /* revision */
166 1, /* revision */
180 1, /* revision */
194 1, /* revision */
323 * (just check revision and number of authorities)
328 return ((sid->revision == SID_REVISION)
619 * old revision and no DACL though SE_DACL_PRESENT is set
622 && (phead->revision
[all...]
H A Dsecurity.c280 * - R is the revision level of the SID expressed as a sequence of digits
325 i = snprintf(s, cnt, "S-%hhu-", (unsigned char)sid->revision);
3201 sd->revision = SECURITY_DESCRIPTOR_REVISION;
3205 sid->revision = SID_REVISION;
3213 sid->revision = SID_REVISION;
3221 acl->revision = ACL_REVISION;
3231 ace->sid.revision = SID_REVISION;
3692 pnhead->revision = SECURITY_DESCRIPTOR_REVISION;
4046 u8 revision; member in struct:__anon2466
4562 targhead->revision
[all...]
/haiku-fatelf/src/bin/patch/
H A Dcommon.h214 XTERN char *revision; /* prerequisite revision, if any */ variable
H A Dpch.c365 revision = t;
366 for (t = revision; *t && !ISSPACE ((unsigned char) *t); t++)
368 if (t == revision)
369 revision = 0;
373 revision = savestr (revision);
H A Dpatch.c479 if (revision) {
480 free(revision);
481 revision = 0;
/haiku-fatelf/src/libs/print/libgutenprint/src/escputil/
H A Dd4lib.c118 unsigned char revision; member in struct:init_s
124 unsigned char revision; member in struct:initReply_s
149 { 0x02, "Protocol revision not supported." ,1 },
844 cmd.revision = 0x10;
1407 cmd.revision = 0x10;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp231 dprintf(DEVICE_NAME ": (%ld) %s, revision = 0x%x\n", found,
232 kSupportedDevices[type].name, info->revision);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp271 si.revision = pciInfo.revision;
/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp187 TRACE(("PCI: [dom %d, bus %2d] bus %3d, device %2d, function %2d: vendor %04x, device %04x, revision %02x\n",
189 info->device, info->function, info->vendor_id, info->device_id, info->revision));
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h280 uint8 revision; member in struct:hda_codec
H A Dhda_codec.cpp1466 uint32 revision : 8; member in struct:__anon1550
1484 ERROR("hda: Failed to get vendor and revision parameters: %s\n",
1492 codec->revision = response.revision;
1499 response.major, response.minor, response.revision, response.stepping);
/haiku-fatelf/headers/os/drivers/
H A DPCI.h36 uchar revision; /* revision id */ member in struct:pci_info
190 #define PCI_revision 0x08 /* (1 byte) revision id */
/haiku-fatelf/headers/private/graphics/radeon/
H A Dradeon_interface.h526 uint8 revision; // PCI device revision member in struct:__anon915
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlmcode.h413 nlm_version_header (abfd)->revision =
414 get_word (abfd, (bfd_byte *) thdr.revision);
695 put_word (abfd, (bfd_vma) nlm_version_header (abfd)->revision,
696 (bfd_byte *) thdr.revision);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c43 /* Tell the kernel what revision of the driver API we support */
790 si->revision = di->pcii.revision;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c45 /* Tell the kernel what revision of the driver API we support */
712 si->revision = di->pcii.revision;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/nvidia_gpgpu/
H A Ddriver.c36 /* Tell the kernel what revision of the driver API we support */
707 si->revision = di->pcii.revision;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c42 /* Tell the kernel what revision of the driver API we support */
664 si->revision = di->pcii.revision;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c42 /* Tell the kernel what revision of the driver API we support */
673 si->revision = di->pcii.revision;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c37 /* Tell the kernel what revision of the driver API we support */
953 si->revision = di->pcii.revision;
/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/dc/
H A Dif_dc.c1574 * 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_82C169)
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c376 LOG(4,("EDID version: %d.%d\n", edid->version.version, edid->version.revision));

Completed in 300 milliseconds

123456