Searched refs:revision (Results 26 - 50 of 149) sorted by relevance

123456

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h35 void SetRevision(int64 revision);
126 void SetRevision(int64 revision);
151 void UpdateEntryCreatedEventRevision(int64 revision);
154 void UpdateEntryRemovedEventRevision(int64 revision);
174 // The revision of the latest "created" or
182 // The revision of the latest "removed" or
187 // if its revision is less than this
188 // revision, and must be reloaded from the
H A DShareAttrDir.h48 void SetRevision(int64 revision);
76 // a revision is cached
H A DShareAttrDir.cpp188 fRevision = dirInfo.revision;
202 if (fRevision >= dirInfo.revision)
291 fRevision = dirInfo.revision;
299 ShareAttrDir::SetRevision(int64 revision) argument
301 fRevision = revision;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DNodeInfo.cpp27 // revision
28 visitor->Visit(this, revision);
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dgmo.h78 /* The revision number of the file format. */
79 nls_uint32 revision; member in struct:mo_file_header
81 /* The following are only used in .mo files with major revision 0. */
94 /* The following are only used in .mo files with minor revision >= 1. */
117 /* The following are only used in .mo files with minor revision >= 1. */
H A Dl10nflist.c193 sponsor, revision, filename, do_allocate)
205 const char *revision;
241 ? strlen (revision) + 1 : 0)) : 0)
294 cp = stpcpy (cp, revision);
381 sponsor, revision, filename, 1);
388 sponsor, revision, filename, 1);
/haiku-fatelf/src/bin/gawk/intl/
H A Dgmo.h76 /* The revision number of the file format. */
77 nls_uint32 revision; member in struct:mo_file_header
79 /* The following are only used in .mo files with major revision 0. */
92 /* The following are only used in .mo files with minor revision >= 1. */
115 /* The following are only used in .mo files with minor revision >= 1. */
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DShareNode.h32 void SetRevision(int64 revision);
123 void SetRevision(int64 revision);
148 void UpdateEntryCreatedEventRevision(int64 revision);
151 void UpdateEntryRemovedEventRevision(int64 revision);
171 // The revision of the latest "created" or
179 // The revision of the latest "removed" or
184 // if its revision is less than this
185 // revision, and must be reloaded from the
H A DShareAttrDir.h47 void SetRevision(int64 revision);
75 // a revision is cached
H A DShareAttrDir.cpp188 fRevision = dirInfo.revision;
202 if (fRevision >= dirInfo.revision)
291 fRevision = dirInfo.revision;
299 ShareAttrDir::SetRevision(int64 revision) argument
301 fRevision = revision;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DNodeInfo.cpp24 // revision
25 visitor->Visit(this, revision);
/haiku-fatelf/src/libs/pdflib/
H A Dpdflib-config.in26 --revision # PDFlib revision version number
71 --revision)
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_acpi.h20 uint8 revision; /* 0 = ACPI 1.0, 2 = ACPI 3.0 */ member in struct:acpi_rsdp_legacy
28 uint8 revision; /* 0 = ACPI 1.0, 2 = ACPI 3.0 */ member in struct:acpi_rsdp_extended
41 uint8 revision; member in struct:acpi_descriptor_header
45 uint32 oem_revision; /* oem supplied revision number */
47 uint32 creator_revision; /* compiler revision */
/haiku-fatelf/src/add-ons/kernel/drivers/timer/
H A Darch_acpi.h20 uint8 revision; /* 0 = ACPI 1.0, 2 = ACPI 3.0 */ member in struct:acpi_rsdp_legacy
28 uint8 revision; /* 0 = ACPI 1.0, 2 = ACPI 3.0 */ member in struct:acpi_rsdp_extended
41 uint8 revision; member in struct:acpi_descriptor_header
45 uint32 oem_revision; /* oem supplied revision number */
47 uint32 creator_revision; /* compiler revision */
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dbios.cpp44 uint8 revision; member in struct:bios32
144 TRACE(("bios32 revision %d\n", bios32->revision));
/haiku-fatelf/headers/private/graphics/et6x00/
H A DDriverInterface.h57 uint8 revision; /* PCI device revsion, from pci_info */ member in struct:__anon774
/haiku-fatelf/headers/private/graphics/intel_810/
H A DDriverInterface.h76 uint8 revision; // PCI device revsion, from pci_info member in struct:SharedInfo
/haiku-fatelf/headers/private/graphics/vmware/
H A DDriverInterface.h88 uint8 revision; member in struct:__anon987
/haiku-fatelf/src/bin/gdb/include/nlm/
H A Dexternal.h62 unsigned char revision[NLM_TARGET_LONG_SIZE]; local
/haiku-fatelf/headers/private/graphics/3dfx/
H A DDriverInterface.h108 uint8 revision; // PCI device revsion, from pci_info member in struct:SharedInfo
/haiku-fatelf/headers/private/graphics/common/
H A Dedid.h25 uint8 revision; member in struct:__anon764
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Ddriver.c57 // pciinfo->revision, pciinfo->class_api, pciinfo->class_sub, pciinfo->class_base);
64 if (driver_info.pci_id_table[devindex].revision != -1 && driver_info.pci_id_table[devindex].revision != pciinfo->revision)
/haiku-fatelf/src/bin/rcs/
H A Drcsclean.c46 static struct buf revision; variable in typeref:struct:buf
99 warn("redefinition of revision number");
162 if (!fexpandsym(rev, &revision, workptr))
164 p = revision.string;
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dacpi.cpp55 if (rsdp->revision > 0) {
92 rsdp, rsdp->oem_id, rsdp->revision));
97 if (rsdp->revision > 0) {

Completed in 300 milliseconds

123456