Searched refs:version (Results 26 - 50 of 111) sorted by relevance

12345

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile.Darwin38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A DMakefile.Darwin38 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_open.c62 /* locked version of AURPsndOpenReq */
137 short rc, version; local
150 /* check for the correct version number */
151 version = *(short *)(hdrp+1);
152 if (version != AURP_Version) {
154 ("AURPrcvOpenReq: invalid version number %d, expected %d\n", version, AURP_Version));
H A Dadsp_CLDeny.c92 UAS_ASSIGN_HTON(adspop->version, 0x100);
H A Daurp_tx.c92 domain->version = AUD_Version;
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.h77 unsigned int version; member in struct:vc_progress_element
/darwin-on-arm/xnu/libkern/libkern/
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...]
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 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...]
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmakefile5 SDKVERSION=$(shell xcodebuild -sdk $(SDKROOT) -version SDKVersion | head -1)
9 SDKPATH = $(shell xcodebuild -sdk $(SDKROOT) -version Path)
10 CFLAGS += -isysroot $(SDKPATH) -miphoneos-version-min=$(SDKVERSION)
11 LIBFLAGS += -isysroot $(SDKPATH) -miphoneos-version-min=$(SDKVERSION)
14 CFLAGS += -mmacosx-version-min=$(SDKVERSION)
15 LIBFLAGS += -mmacosx-version-min=$(SDKVERSION)
106 # helper processes for the 64-bit version of xnu_quick_test to test the conversion
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.h151 O_IPVER, /* arg1 = version */
366 u_int32_t version; /* Version of this structure. MUST be set */ member in struct:ip_fw
424 * The internal version of "struct _ipfw_dyn_rule" differs from
425 * its external version because the field "id" is of type
426 * "struct ip_flow_id" in the internal version. The type of the
427 * field "id" for the external version is "ipfw_dyn_rule for
500 u_int32_t version; /* Version of this structure. MUST be set */ member in struct:ip_fw_32
531 u_int32_t version; /* Version of this structure. MUST be set */ member in struct:ip_fw_64
H A Dip_fw2_compat.h14 * ****** IPFW version one ******
50 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip_fw_compat
136 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip_fw_compat_32
181 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip_fw_compat_64
358 * ****** IPFW version zero *****
H A Dip_fw.h90 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip_fw
/darwin-on-arm/xnu/tools/
H A Dxcrun_cache.sh63 -show-sdk-version)
171 -show-sdk-version)
272 -show-sdk-version)
/darwin-on-arm/xnu/
H A Dxnu-build41 version=""
96 version="${project/$projnam-/}"
177 ### We want things like the gcc version to be picked
193 echo " Host kernel version: \$(uname -v 2>/dev/null)"
194 echo " cc version: \$(gcc -v 2>&1 | tail -n 1 2>/dev/null)"
196 echo " cctools version: \$(as -v -o /.devnull < /dev/null 2>&1 | cut -c 22- 2>/dev/null)"
230 echo " xcode version: \$(sh -c \\\"$buildtool -version\\\")"
234 echo " make version: \$(sh -c \\\"$buildtool -version\\\" | hea
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_fsctl.h43 int version; /* version of this struct (1) */ member in struct:hfs_backingstoreinfo
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c1165 userrule_64->version = rule->version;
1194 rule->version = userrule_64->version;
1223 userrule_32->version = rule->version;
1252 rule->version = userrule_32->version;
1298 * check the version of the API that they are using. In the case of a
1300 * must have the version se
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h238 u_int16_t version; member in struct:BTreeInfoRec
271 u_int16_t version; member in struct:BTreeIterator
/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
/darwin-on-arm/xnu/osfmk/kern/
H A Dstartup.c106 #include <libkern/version.h>
173 printf("%s\n", version); /* log kernel version */
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h120 extern char version[]; /* system version */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSharedDataQueue.cpp88 appendix->version = 0;
/darwin-on-arm/xnu/libkern/zlib/
H A Dinfback.c55 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
59 const char *version;
64 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.rule603 $(_v)${MAKE} version.o
607 $(_v)$(LD) $(LDFLAGS_KERNEL) -filelist link.filelist version.o lastkernelconstructor.o `if [ -e $(STATIC_KMODS) ]; then echo $(STATIC_KMODS); fi` \
654 version.o: $(OBJPATH)/version.c
659 .PHONY: $(OBJPATH)/version.c
660 $(OBJPATH)/version.c: $(SRCROOT)/config/version.c $(NEWVERS) $(SRCROOT)/config/MasterVersion
662 $(_v)$(NEWVERS) $(OBJPATH)/version.c > /dev/null;
/darwin-on-arm/xnu/osfmk/i386/
H A DpmCPU.h128 void pmKextRegister(uint32_t version, pmDispatch_t *cpuFuncs,

Completed in 114 milliseconds

12345