Searched refs:version (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dkmod.h96 int info_version; // version of this structure
99 char version[KMOD_MAX_NAME]; member in struct:kmod_info
116 #define KMOD_DECL(name, version) \
120 { #name }, { version }, -1, 0, 0, 0, 0, \
124 #define KMOD_EXPLICIT_DECL(name, version, start, stop) \
126 { #name }, { version }, -1, 0, 0, 0, 0, \
130 #define KMOD_LIB_DECL(name, version) \
132 { #name }, { version }, -1, 0, 0, 0, 0, \
179 extern kern_return_t kmod_create_fake(const char *name, const char *version);
180 extern kern_return_t kmod_create_fake_with_address(const char *name, const char *version,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dutsname.h78 char version[_SYS_NAMELEN]; /* [XSI] Version level */ member in struct:utsname
H A Dgmon.h75 int32_t version; /* version number */ member in struct:gmonhdr
85 int32_t version; /* version number */ member in struct:gmonhdr_64
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
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
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv.h110 * version : must be NDRV_PROTOCOL_DESC_VERS
117 u_int32_t version; member in struct:ndrv_protocol_desc
124 /* LP64 version of ndrv_protocol_desc. all pointers
129 u_int32_t version; member in struct:ndrv_protocol_desc64
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlowmem_vectors.s84 .long EXT(version) /* 0x201C Pointer to kernel version string */
H A Di386_init.c105 extern const char version[];
172 kprintf("version = %s\n", version);
H A DpmCPU.h101 void pmKextRegister(uint32_t version, pmDispatch_t *cpuFuncs,
/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpe_images.h34 unsigned int version; member in struct:vc_progress_element
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DMakefile50 EXPORT_MI_GEN_LIST = version.h
56 version.h: version.h.template $(SRCROOT)/config/MasterVersion
/macosx-10.5.8/xnu-1228.15.4/security/conf/
H A DMakefile.template44 $(SOURCE_DIR)/$(COMPONENT)/conf/version.major \
45 $(SOURCE_DIR)/$(COMPONENT)/conf/version.minor \
46 $(SOURCE_DIR)/$(COMPONENT)/conf/version.variant
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.h92 u_int32_t version; member in struct:HotFilesInfo
H A Dhfs_fsctl.h43 int version; /* version of this struct (1) */ member in struct:hfs_backingstoreinfo
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dmkext.h36 u_int32_t version; // vers resource, currently '1.0.0', 0x01008000 member in struct:mkext_header
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.h78 u_char version [ISODCL ( 3, 3)]; member in struct:__anon123
160 char version [ISODCL ( 7, 7)]; member in struct:__anon134
H A Diso.h80 char version [ISODCL(7,7)]; member in struct:iso_volume_descriptor
143 char version [ISODCL ( 7, 7)]; /* 711 */ member in struct:iso_primary_descriptor
242 char version [ISODCL (181, 181)]; /* 711 */ member in struct:iso_extended_attributes
296 /* CD is Video CD (version < 2.0) */
455 u_int32_t version; member in struct:apple_double_header
/macosx-10.5.8/xnu-1228.15.4/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;
/macosx-10.5.8/xnu-1228.15.4/libsyscall/
H A DMakefile47 # add version string
50 ${SDKROOT}/Developer/Makefiles/bin/version.pl Libsyscall > $@
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOStartIOKit.cpp36 #include <libkern/version.h>
146 "an invalid version.\n",
150 // empty version strings get replaced with current kernel version
176 obj = OSString::withCString( version );
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dbasic_regs.h188 * Processor version register (special purpose register pvr).
191 unsigned version:BITS_WIDTH(31,16), member in struct:__anon17
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.h123 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip6_fw

Completed in 112 milliseconds

1234