Searched refs:version (Results 126 - 150 of 346) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/boot/
H A Dkernel_args.h47 uint32 version; member in struct:kernel_args
/haiku/headers/os/translation/
H A DTranslatorFormats.h105 int32 version; member in struct:TranslatorStyledTextStreamHeader
H A DTranslationUtils.h70 int32 version);
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h57 bool ReadHeader(uint32& version, uint32& chunks, uint32& nextChunk);
H A DSynthFileReader.cpp121 bool SSynthFileReader::ReadHeader(uint32& version, uint32& chunks, uint32& nextChunk) { argument
124 if (Read(tag) && TagEquals(tag, "IREZ") && Read(version) && Read(chunks)) {
162 uint32 version; local
167 if (ReadHeader(version, chunks, nextChunk)) {
244 uint32 version; local
255 if (Read(version) && Read(nEntries)) {
256 printf("version= %ld entries= %ld\n", version, nEntries);
/haiku/src/apps/haikudepot/ui/
H A DApp.cpp594 /*! This method will check to see if the version of the application has changed.
607 BString version; local
609 if (AppUtils::GetAppVersionString(version) != B_OK) {
610 HDERROR("clear cache; unable to get the application version");
616 "version.txt", lastVersionPath) != B_OK) {
617 HDERROR("clear cache; unable to get version file path");
626 HDERROR("clear cache; unable to check version file exists");
634 HDERROR("clear cache; unable to read the version from [%s]",
639 if (lastVersion != version) {
640 HDINFO("last version [
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dapm.cpp178 apm_driver_version(uint16 version) argument
180 dprintf("version: %x\n", version);
183 regs.ecx = version;
283 if ((info.version & 0xf) < 2) {
367 apm_driver_version(info.version);
/haiku/src/apps/mail/
H A DWIndex.cpp96 if ((indexFile.GetAttrInfo("WINDEX:version", &info) == B_OK)) {
97 uint32 version = 0; local
98 indexFile.ReadAttr("WINDEX:version", B_UINT32_TYPE, 0,
99 &version, 4);
100 if (IVERSION == version) {
123 uint32 version = IVERSION; local
124 indexFile.WriteAttr("WINDEX:version", B_UINT32_TYPE, 0,
125 &version, 4);
452 /* The generator polynomial used for this version of the package is */
/haiku/src/add-ons/accelerants/ati/
H A Dmode.cpp187 if (rawEdid.version.version != 1 || rawEdid.version.revision > 4) {
188 TRACE("CreateModeList(); EDID version %d.%d out of range\n",
189 rawEdid.version.version, rawEdid.version.revision);
/haiku/src/add-ons/accelerants/s3/
H A Dmode.cpp252 if (ged.rawEdid.version.version != 1
253 || ged.rawEdid.version.revision > 4) {
254 TRACE("CreateModeList(); EDID version %d.%d out of range\n",
255 ged.rawEdid.version.version, ged.rawEdid.version.revision);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v14.c32 #define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
207 word = __bswap16(ee->baseEepHeader.version);
208 ee->baseEepHeader.version = word;
325 (((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
327 (((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
422 /* swap words 0+2 so version is at the front */
434 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee));
441 AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
H A Dah_eeprom_9287.c33 #define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
169 word = __bswap16(ee->ee_base.baseEepHeader.version);
170 ee->ee_base.baseEepHeader.version = word;
287 (((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
289 (((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
382 /* swap words 0+2 so version is at the front */
394 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee));
401 AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
H A Dah_eeprom_v4k.c34 #define IS_VERS(op, v) ((pBase->version & AR5416_EEP_VER_MINOR_MASK) op (v))
163 word = __bswap16(ee->baseEepHeader.version);
164 ee->baseEepHeader.version = word;
277 (((_ee)->ee_base.baseEepHeader.version >> 12) & 0xF)
279 (((_ee)->ee_base.baseEepHeader.version) & 0xFFF)
372 /* swap words 0+2 so version is at the front */
384 "Bad EEPROM version 0x%x\n", owl_get_eep_ver(ee));
391 AH_PRIVATE(ah)->ah_eeversion = ee->ee_base.baseEepHeader.version;
H A Dah_eeprom_v4k.h55 * NB: The format in EEPROM has words 0 and 2 swapped (i.e. version
57 * the data into host memory so the version field is at the same
63 uint16_t version; /* NB: length in EEPROM */ member in struct:BaseEepHeader4k
65 uint16_t length; /* NB: version in EEPROM */
126 uint8_t version; // 1 member in struct:ModalEepHeader4k
H A Dah_eeprom_9287.h59 uint16_t version; /* Swapped w/ length; check ah_eeprom_v14.h */ member in struct:base_eep_ar9287_header
105 uint8_t version; member in struct:modal_eep_ar9287_header
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h142 uint8 version:4; // IP protocol version member in struct:ip_header
145 uint8 version:4; // IP protocol version member in struct:ip_header
159 // IP protocol version 4
/haiku/src/add-ons/kernel/partitioning_systems/sun/
H A Dsun.cpp42 uint32_t version; member in struct:sun_vtoc::__anon3
107 && vtoc->vtoc.version == B_HOST_TO_BENDIAN_INT32(kVtocVersion)) {
/haiku/src/preferences/time/
H A Dntp.cpp65 uint8 version : 3; member in struct:ntp_data
133 message.version = NTP_VERSION_3;
/haiku/src/bin/rc/
H A Drc.cpp94 " -V --version show software version and license\n",
102 version() function
211 || strcmp(argv[i], "--version") == 0) {
212 version();
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp416 // version
576 const BPackageVersion& version, BHPKGAttributeID attributeID)
579 version.Major(), attributeList);
581 if (!version.Minor().IsEmpty()) {
583 version.Minor(), versionMajor->children);
585 B_HPKG_ATTRIBUTE_ID_PACKAGE_VERSION_MICRO, version.Micro(),
591 version.PreRelease(), versionMajor->children);
593 if (version.Revision() != 0) {
597 versionRevision->unsignedInt = version.Revision();
575 RegisterPackageVersion(PackageAttributeList& attributeList, const BPackageVersion& version, BHPKGAttributeID attributeID) argument
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dbios.cpp28 uint16 version; member in struct:vbt_header
40 uint16 version; member in struct:bdb_header
501 TRACE((DEVICE_NAME ": VBT signature \"%.*s\", BDB version %d\n",
502 (int)sizeof(vbt->signature), vbt->signature, bdb->version));
519 if (bdb->version >= 155
532 if (bdb->version < 111)
571 if (bdb->version >= 229 && panelTimingFound)
667 if (bdb->version < 234) {
671 if (bdb->version >= 236
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_cpu.cpp167 // attempt to detect processor version, either from PVR or FDT
172 uint16 version = (uint16)(pvr >> 16); local
175 switch (version) {
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBCard.cpp90 if (info.version < 1) {
91 printf("DVBCard::GetCardInfo wrong API version\n");
115 if (info.version < 1) {
116 printf("DVBCard::GetCardInfo wrong API version\n");
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h67 const BPackageVersion& version,
76 const BPackageVersion& version,
/haiku/headers/private/drivers/
H A Ddvb.h212 uint32 version; // set this to 1 member in struct:__anon657

Completed in 399 milliseconds

1234567891011>>