Searched refs:major_version (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/osfmk/profiling/i386/
H A Dprofile-md.h294 prof_uptrint_t major_version; /* major version number */ member in struct:profile_stats
341 int major_version; /* major version number */ member in struct:profile_md
/xnu-2422.115.4/bsd/sys/
H A Dcprotect.h222 u_int16_t major_version; member in struct:cp_root_xattr
/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-internal.h248 int major_version; /* major version number */ member in struct:profile_vars
/xnu-2422.115.4/osfmk/mach/
H A Dmachine.h95 integer_t major_version; /* kernel major version id */ member in struct:machine_info
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c1110 outxattr->major_version = OSSwapLittleToHostInt16(outxattr->major_version);
1147 newxattr->major_version = OSSwapHostToLittleInt16(newxattr->major_version);
1330 hfsmp->hfs_running_cp_major_vers = xattr.major_version;
H A Dhfs_vfsutils.c889 if ((xattr->major_version < CP_PREV_MAJOR_VERS) || (xattr->major_version > CP_NEW_MAJOR_VERS)) {
896 xattr->major_version = CP_NEW_MAJOR_VERS;
901 majorversion = xattr->major_version;
/xnu-2422.115.4/osfmk/kern/
H A Dstartup.c215 machine_info.major_version = version_major;

Completed in 43 milliseconds