Searched refs:version (Results 276 - 300 of 346) sorted by relevance

<<11121314

/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp160 // version";"minor";" ... \n
161 int32 version, minor;
162 if (ReadNumber(version) && Expect(";") && ReadNumber(minor) && Expect(";") && SkipTo("\n")) {
163 printf("PCL XL %d ; %d\n", (int)version, (int)minor);
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp952 if (raw.version.version != 1 || raw.version.revision > 4) {
953 ERROR("%s: EDID version or revision out of range\n", __func__);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp722 BStringView* version = new BStringView("Version", versionString); local
723 version->SetExplicitAlignment(labelAlignment);
735 .Add(version)
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp288 if (length < sizeof(command.version.status))
296 command.version.status = B_USB_RAW_STATUS_ABORTED;
302 command.version.status = B_USB_RAW_PROTOCOL_VERSION;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h324 - version: 1
329 - version: 1
334 - version: 1
340 volume_structure_descriptor_header(uint8 type, const char *id, uint8 version);
344 uint8 version; member in struct:volume_structure_descriptor_header
577 uint16 version() const { return B_LENDIAN_TO_HOST_INT16(_version); } function in struct:descriptor_tag
585 void set_version(uint16 version) { _version = B_HOST_TO_LENDIAN_INT16(version); } argument
1785 However, according to UDF-2.01, there shall be exactly one version of
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h18 * it under the terms of version 2 of the GNU General Public License as
110 * struct iwx_context_info_version - version structure
112 * @version: context information version id
117 uint16_t version; member in struct:iwx_context_info_version
123 * struct iwx_context_info_control - version structure
203 * @version: version information of context info and HW
213 struct iwx_context_info_version version; member in struct:iwx_context_info
293 * struct iwx_prph_scratch_version - version structur
301 uint16_t version; member in struct:iwx_prph_scratch_version
375 struct iwx_prph_scratch_version version; member in struct:iwx_prph_scratch_ctrl_cfg
454 uint16_t version; member in struct:iwx_context_info_gen3
2508 uint8_t version; member in struct:iwx_fw_dbg_dest_tlv_v1
2529 uint8_t version; member in struct:iwx_fw_dbg_dest_tlv
7785 iwx_cmd_id(uint8_t opcode, uint8_t groupid, uint8_t version) argument
7807 uint8_t version; member in struct:iwx_cmd_header_wide
[all...]
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp938 // Simple version or repository
954 // Detailed version
956 BString version(fDetailedVersion);
958 owner->TruncateString(&version, B_TRUNCATE_END, width - cursor.x);
959 owner->DrawString(version.String(), cursor);
1056 // Name and version
1148 detailedVersion.Append(B_TRANSLATE_COMMENT("Updating version",
1167 detailedVersion.Append(B_TRANSLATE_COMMENT("Installing version",
1183 detailedVersion.Append(B_TRANSLATE_COMMENT("Uninstalling version",
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp681 BStringView* version = new BStringView("Version", versionString); local
682 version->SetExplicitAlignment(labelAlignment);
694 .Add(version)
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp391 fHeaderDescriptor->version >> 8,
392 fHeaderDescriptor->version & 0xff,
633 size_t length = fHeaderDescriptor->version > 0x100 ? 34 : 26;
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp130 // we are using a template version of this call to make sure
2061 version_info version; local
2063 && info.GetVersionInfo(&version, fAppVersion
2065 *outString = version.short_info;
H A DUtilities.h182 bool ValidateStream(BMallocIO*, uint32, int32 version);
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp548 if (header.version != IPV4_VERSION
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.h441 unsigned short version; member in class:IppContent
/haiku/src/kits/media/
H A DParameterWeb.cpp597 // Note, it's not completely sure that this field is the version
599 int32 version = read_from_buffer_swap32<int32>(&buffer, isSwapped);
600 if (version != kCurrentParameterWebVersion) {
601 ERROR("BParameterWeb::Unflatten(): wrong version %" B_PRId32 " (%"
602 B_PRIx32 ")?!\n", version, version);
/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp312 header.version = B_HOST_TO_BENDIAN_INT16(B_HPKG_REPO_VERSION);
/haiku/src/preferences/keymap/
H A DKeymap.cpp99 if (fKeys.version != 3)
/haiku/src/kits/shared/
H A DKeymap.cpp92 if (fKeys.version != 3)
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp400 info->version = fProtocolVersion;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h71 * In lookup, zero means negative entry (from version 2.5)
127 /** Umask of the calling process (introduced in version 2.8) */
270 * ftruncate call, or kernel version earlier than 2.6.15) the fi
283 * Changed in version 2.5:
757 * Introduced in version 2.5
789 * Introduced in version 2.5
807 * Introduced in version 2.6
834 * Introduced in version 2.6
855 * Introduced in version 2.6
878 * Introduced in version 2.
[all...]
H A Dfuse.h83 * Changed in fuse 2.8.0 (regardless of API version)
163 * specified and kernel version is 2.6.24 or later, O_TRUNC is
172 * Changed in version 2.2
185 * Changed in version 2.2
196 * Changed in version 2.2
206 * version 2.5
231 * Changed in version 2.2
247 * Changed in version 2.2
256 * Changed in version 2.2
280 * Introduced in version 2.
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp90 // version
600 float version; local
622 read(ref, &version, sizeof(float));
697 float version = kCurrentVersion; local
701 write(ref, &version, sizeof(float));
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp481 dprintf(" version: %d\n", header.version);
1518 header->version = IPV4_VERSION;
1735 if (header.version != IPV4_VERSION)
1892 if (header.version != IPV4_VERSION
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c283 * Validate MAC version and revision.
290 uint8_t version; member in struct:__anon1122
309 if (macs[i].version == macVersion &&
794 * For AR5111 version < 4, the lowest centre frequency supported is
795 * 5130MHz. For AR5111 version 4, the 4.9GHz channels are supported
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp174 set_version(const char *filename, uint32 version) argument
176 version_info versionInfo = { 1, 1, 1, 1, version, "short1", "long1" };
351 two apps have the signature, one has a version info, the
354 application executable with version info. Should set the
375 two apps have the signature, both apps have a version info
377 application executable with the greater version. Should
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h10 * by the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
220 attribute (flags and ntfs version). Windows
418 * This is the version without the NTFS 3.1+ specific fields.
608 * older NTFS driver to mount a volume containing a newer NTFS version without
938 * If a volume has been upgraded from a previous NTFS version, then these
945 * If (volume version is 3.0+)
957 file. Zero if version numbering is disabled. */
958 /* 40*/ le32 version_number; /* This file's version (if any).
2035 u8 major_ver; /* Major version o
2242 le32 version; /* Currently equals 2. */ member in struct:__anon84
2579 le32 version; /* Efs version. Always 2? */ member in struct:__anon103
[all...]

Completed in 319 milliseconds

<<11121314