Searched refs:version (Results 51 - 75 of 90) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOUserClient.h110 uint32_t version; member in struct:IOExternalMethodArguments
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c255 printf("Unrecognized version\n");
264 print_fw_version(vers1_rule->version);
500 print_fw_version(vers2_rule->version);
1274 rule_vers1->version = IP_FW_VERSION_1;
1292 /* first convert to version one then to version zero */
1350 /* unknown version */
2081 curr_rule->version = IP_FW_CURRENT_API_VERSION;
2096 /* This converts to whatever the latest version is. Currently the
2097 * latest version o
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c458 || isonum_711(p->version) != 1)
510 if (isonum_711(phead->version) == 1) {
H A Dcd9660_vnops.c215 header.version = APPLEDOUBLE_VERSION;
821 header.version = APPLEDOUBLE_VERSION;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Packet.c562 if (UAS_VALUE(op->version) != netw(0x0100)) { /* Check version num (on even-byte) */
579 UAS_ASSIGN_HTON(adspop->version, 0x100);
H A Daurp_aurpd.c379 (domain->version != AUD_Version) ||
H A Dadsp.h76 #define ADSP_VERSION 0x0100 /* ADSP version */
637 ua_short version; /* Must be in network byte order */ member in struct:__anon239
H A Dadsp_Control.c188 UAS_ASSIGN_HTON(sp->of.version, netw(0x0100)); /* Fill in open connection parms */
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_fault.c2233 vm_map_version_t version; /* Map version for verificiation */ local
2309 object_lock_type, &version,
3089 if ((map != original_map) || !vm_map_verify(map, &version)) {
3108 OBJECT_LOCK_EXCLUSIVE, &version,
3203 vm_map_verify_done(map, &version);
3247 vm_map_verify_done(map, &version);
3275 vm_map_verify_done(map, &version);
3357 vm_map_verify_done(map, &version);
3593 * This is a stripped version o
[all...]
H A Dvm_map.h452 /* Verifies that the map has not changed since the given version. */
455 vm_map_version_t *version); /* REF */
489 #define vm_map_verify_done(map, version) vm_map_unlock_read(map)
H A Dvm_map.c356 * Sharing maps have been deleted from this version of Mach.
3660 vm_map_version_t version; local
3702 &version, &object,
5881 vm_map_version_t version; local
5974 version.main_timestamp = dst_map->timestamp;
5988 &version,
6028 if (version.main_timestamp == dst_map->timestamp) {
6031 * destination region is split. Use the version
6047 * Map version check failed.
6262 vm_map_version_t version; local
6997 vm_map_version_t version; /* Version before locks local
8416 vm_map_verify( register vm_map_t map, register vm_map_version_t *version) argument
10020 vm_map_version_t version; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h33 Version: xxx put the technology version here xxx
211 int16_t version; member in struct:BTreeControlBlock
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_xnu.h36 #pragma mark **** version ****
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp.c142 extern char version[];
432 void *pversion = &version;
448 * on i386/ARM, which is used to obtain the kernel version without
449 * symbols - a pointer to the version string should eventually
453 * N.B.: x86 now has a low global page, and the version indirection
518 rp->version = KDP_VERSION;
H A Dkdp_udp.c1410 extern char version[];
1412 /* Horrid hack to extract xnu version if possible - a much cleaner approach
1414 * xnu version into a string or an int somewhere at project submission
1415 * time - makes assumptions about sizeof(version), but will not fail if
1419 * the minor kernel version numbers from the version string.
1430 if (strlcpy(versionbuf, version, 95) < 95) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1152 u_int32_t version; /* format version: 2 = 0x00020000 */ member in struct:apple_double_header
1294 * - version field
1320 header->version = SWAP32(header->version);
1325 header->version != ADH_VERSION ||
2733 xah->appledouble.version = SWAP32 (ADH_VERSION);
2822 adh->version = SWAP32 (adh->version);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c1288 * check the version of the API that they are using. In the case of a
1290 * must have the version set. */
1298 if (rule.version != IPV6_FW_CURRENT_API_VERSION) return EINVAL;
1299 rule.version = 0xFFFFFFFF; /* version is meaningless once rules "make it in the door". */
1321 bp->version = IPV6_FW_CURRENT_API_VERSION;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsysctl.c227 hw_cpu_sysctl, "I", "Microcode version number");
289 SYSCTL_PROC(_machdep_cpu_arch_perf, OID_AUTO, version,
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_format.h56 kHFSPlusVersion = 0x0004, /* 'H+' volumes are version 4 only */
57 kHFSXVersion = 0x0005, /* 'HX' volumes start with version 5 */
80 * Note: Earlier version of Mac OS X used a 32 bit random number for the link
630 u_int16_t version; /* == kHFSPlusVersion */ member in struct:HFSPlusVolumeHeader
632 u_int32_t lastMountedVersion; /* implementation version which last mounted volume */
H A Dhfs_btreeio.c652 btcb->version = kBTreeVersion;
H A Dhfs_hotfiles.c472 hotfileinfo.version = SWAP_BE32 (HFC_VERSION);
1858 hotfileinfo->version = SWAP_BE32 (HFC_VERSION);
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c70 short version; /* which version is this data */ member in struct:QTHeader
71 short revisionLevel; /* what version of that codec did this */
H A Dgenimage.c143 image. The second possibility is to create a binary version of the same\n\
160 short version; /* which version is this data */ member in struct:QTHeader
161 short revisionLevel; /* what version of that codec did this */
1510 image_header.version = 1;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_trace.c871 kmd, kmd->address, strt, end, kmd->name, kmd->version);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s171 lwz r27,ptVersion(r26) ; Get the version and revision codes
670 mfpvr r14 ; Get processor version
671 rlwinm r14,r14,16,16,31 ; Isolate processor version

Completed in 197 milliseconds

1234