Searched refs:version (Results 1 - 25 of 111) sorted by last modified time

12345

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c1288 u_int32_t version; /* format version: 2 = 0x00020000 */ member in struct:apple_double_header
1428 * - version field
1454 header->version = SWAP32(header->version);
1459 header->version != ADH_VERSION ||
2947 xah->appledouble.version = SWAP32 (ADH_VERSION);
3036 adh->version = SWAP32 (adh->version);
/darwin-on-arm/xnu/config/
H A Dversion.c29 /* version.c
30 * This file is a C source template for version.c, which is generated
32 * xnu/config/newvers.pl based on the version information in the file
36 #include <libkern/version.h>
38 const char version[] = OSTYPE " Kernel Version ###KERNEL_VERSION_LONG###: ###KERNEL_BUILD_DATE###; ###KERNEL_BUILDER###:###KERNEL_BUILD_OBJROOT###"; variable
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODataQueueShared.h67 * @discussion This struct is variable sized dependent on the version. The struct represents the data queue appendix information.
68 * @field version The version of the queue appendix.
72 UInt32 version; member in struct:_IODataQueueAppendix
H A DIOUserClient.h116 uint32_t version; member in struct:IOExternalMethodArguments
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h685 uint32_t version; // kIOPMSystemSleepPolicyVersion member in struct:IOPMSystemSleepPolicyVariables
786 uint16_t version; member in struct:IOPMSystemSleepParameters
H A DIOPMpowerState.h37 @field version Defines version number of this struct. Just use the value "1" when defining an IOPMPowerState.
54 unsigned long version; member in struct:IOPMPowerState
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp3681 uint16_t version; member in struct:IOPMSystemSleepPolicyTable
3792 gSleepPolicyVars->version = kIOPMSystemSleepPolicyVersion;
3826 (kIOPMSystemSleepParametersVersion != params->version))
3839 params->version, params->sleepType, params->sleepFlags,
3856 (pt->version != 1) || (0 == pt->entryCount))
3877 params->version = kIOPMSystemSleepParametersVersion;
H A DIOServicePM.cpp1201 if (powerStates[0].version != kIOPMPowerStateVersion1)
1203 OUR_PMLog(kPMLogControllingDriverErr1, powerStates[0].version, 0);
H A DIOSharedDataQueue.cpp88 appendix->version = 0;
H A DIOStartIOKit.cpp31 #include <libkern/version.h>
106 obj = OSString::withCString( version );
H A DIOUserClient.cpp2873 args.version = kIOExternalMethodArgumentsCurrentVersion;
2965 args.version = kIOExternalMethodArgumentsCurrentVersion;
3044 args.version = kIOExternalMethodArgumentsCurrentVersion;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp39 #include <libkern/version.h>
283 /* version */ "0", // filled in in OSKext::initialize()
652 sKernelKext->version = OSKextParseVersionString(osrelease);
653 sKernelKext->compatibleVersion = sKernelKext->version;
665 strlcpy(g_kernel_kmod_info.version, osrelease,
666 sizeof(g_kernel_kmod_info.version));
1744 /* Get the new kext's version for checks & log messages.
1760 /* Get the existing kext's version for checks & log messages.
1810 OSKextVersionGetString(version, newVersionCString,
1827 "(same version an
9871 char version[kOSKextVersionMaxLength]; local
[all...]
/darwin-on-arm/xnu/libkern/kmod/
H A Dc_start.c73 return KMOD_INFO_NAME.version;
H A Dcplus_start.c95 return KMOD_INFO_NAME.version;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_srcversion.c46 srcversion->version = src->version;
86 srcversionhdr->version = srcversion->version;
H A Dkxld_srcversion.h42 uint64_t version; member in struct:kxld_srcversion
H A Dkxld_versionmin.c56 versionmin->version = src->version;
104 versionminhdr->version = versionmin->version;
H A Dkxld_versionmin.h48 uint32_t version; member in struct:kxld_versionmin
/darwin-on-arm/xnu/libkern/libkern/
H A DMakefile87 EXPORT_MI_GEN_LIST = version.h
91 version.h: version.h.template $(SRCROOT)/config/MasterVersion
H A DOSKextLibPrivate.h578 * @abstract An encoded kext version that can be compared arithmetically.
582 * is <i>not</i> equivalent to a version string of "0.0",
583 * and typically means there is no version specified
589 * Always use proper version strings in files and interprocess communication.
596 * guaranteed to be able to hold a kext version.
609 * @abstract The undefined version.
613 * lack of a version
622 * Parses a kext version string into an <code>@link OSKextVersion OSKextVersion@/link</code>.
624 * @param versionString The kext version string to parse.
627 * An encoded kext version tha
858 uint64_t version; member in struct:_loaded_kext_summary
882 uint32_t version; member in struct:_loaded_kext_summary_header
[all...]
H A Dmkext.h68 * - adler32 - checksum from &version to end of file
69 * - version - a 'vers' style value
71 * - cputype & cpusubtype - in version 1 could be CPU_TYPE_ANY
73 * version 2 does not allow this and all kexts must be of a single
74 * arch. For either version, mkexts of specific arches can be
83 uint32_t version; \
100 #define MKEXT_GET_VERSION(hdr) (MKEXT_SWAP(MKEXT_HDR_CAST(hdr)->version))
111 * The version field here will be some variant of 0x0200....; that is
112 * the major version byte will be 0x02.
115 * by version
[all...]
H A Dversion.h.template26 /* Kernel versions conform to kext version strings, as described in:
30 /* VERSION_MAJOR, version_major is an integer that represents that major version
35 /* VERSION_MINOR, version_minor is an integer that represents the minor version
101 /* version is a string of the following form, as returned by uname -v:
105 extern const char version[];
H A Dzlib.h29 version 1.2.3, July 18th, 2005
73 data. This version of the library supports only one compression method
232 /* The deflate compression method (the only one supported in this version) */
264 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
265 with the version assumed by the caller (ZLIB_VERSION).
384 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
385 version assumed by the caller. msg is set to null if there is no error
516 This is another version of deflateInit with more compression options. The
521 this version of the library.
525 version o
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h205 OSKextVersion version; // parsed member in class:OSKext
/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c52 * A previous version of this file used a more sophisticated algorithm
231 int ZEXPORT deflateInit_(strm, level, version, stream_size)
234 const char *version;
238 Z_DEFAULT_STRATEGY, version, stream_size);
244 version, stream_size)
251 const char *version;
263 if (version == Z_NULL || version[0] != my_version[0] ||
1053 /* For 80x86 and 680x0, an optimized version will be provided in match.asm or
1202 * Optimized version fo
[all...]

Completed in 118 milliseconds

12345