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

1234

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_vm_init.c62 extern const char version[];
155 * boot_args version 1 has address instead of page numbers
367 kprintf("version = %s\n\n", version);
369 kprintf("proc version = %08x\n", pvr);
380 bcopy_nc(version, (void *)(taproot_addr + 16), strlen(version)); /* (BRINGUP) Pass it our kernel version */
397 /* Processor version information */
399 printf("processor version registe
[all...]
H A Dvmachmon.c313 vmm_version_t version; local
346 version = vks->interface_version; /* Save the version code */
349 vks->interface_version = version; /* Set our version code */
367 ** This function returns the current version of the virtual machine
369 ** represent the major version number, and the bottom 16 bits
370 ** represent the minor version number. Clients using the Vmm
378 ** 32-bit number representing major/minor version of
384 save->save_r3 = kVmmCurrentVersion; /* Return the version */
486 vmm_version_t version; local
[all...]
H A Datomic_switch.s123 stw r7,spcFlags(r2) ; Update per_proc version
228 stw r7,spcFlags(r3) ; Update per_proc version
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c233 result = strlcat(identPlusVers, kmod_info->version, KMOD_MAX_NAME);
800 kmod_create_fake_with_address(const char *name, const char *version, argument
806 if (!name || ! version ||
808 (1 + strlen(version) > KMOD_MAX_NAME)) {
821 bcopy(version, info->version, 1 + strlen(version)); //NIK fixed this part
851 kmod_create_fake(const char *name, const char *version) argument
853 return kmod_create_fake_with_address(name, version, 0, 0, NULL);
1873 k->name, k->version,
[all...]
H A Dstartup.c105 #include <libkern/version.h>
143 printf("%s\n", version); /* log kernel version */
H A Ddebug.c411 extern const char version[];
419 kdb_printf("\nMac OS version:\n%s\n",
421 kdb_printf("\nKernel version:\n%s\n",version);
H A Dhost.c409 * None for now, just call the un-privileged version.
435 * Return kernel version string (more than you ever
436 * wanted to know about what version of the kernel this is).
438 extern char version[];
449 (void) strncpy(out_version, version, sizeof(kernel_version_t));
/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw.h91 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip_fw
H A Dip_fw2.h124 O_IPVER, /* arg1 = version */
339 u_int32_t version; /* Version of this structure. MUST be set */ member in struct:ip_fw
H A Dip_fw2_compat.h16 * ****** IPFW version one ******
51 u_int32_t version; /* Version of this structure. Should always be */ member in struct:ip_fw_compat
236 * ****** IPFW version zero *****
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h120 extern char version[]; /* system version */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOSharedDataQueue.cpp88 appendix->version = 0;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_protocol.h192 unsigned version; member in struct:__anon796
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.c38 * version of the routine is selected for every machine.
183 /* Initialize kernel version of _cpu_capabilities vector (used by KEXTs.) */
247 _cpu_capabilities = bits; // set kernel version for use by drivers etc
356 short version = _COMM_PAGE_THIS_VERSION; local
371 commpage_stuff2(_COMM_PAGE_VERSION,&version,sizeof(short),legacy);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs.h160 int version; /* args structure version number */ member in struct:nfs_args
187 int version; /* args structure version number */ member in struct:nfs_args4
213 int version; /* args structure version number */ member in struct:nfs_args3
234 /* LP64 version of nfs_args. all pointers and longs
239 int version; /* args structure version number */ member in struct:user_nfs_args
266 int version; /* arg member in struct:user_nfs_args4
291 int version; /* args structure version number */ member in struct:user_nfs_args3
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c1324 /* Stamp the bundle ID and version from the entry over anything
1330 bzero(local_kmod_info->version, sizeof(local_kmod_info->version));
1331 strlcpy(local_kmod_info->version, entry->expected_kmod_vers, sizeof(local_kmod_info->version));
1532 /* Stamp the bundle ID and version from the entry over anything
1537 bzero(desc.version, sizeof(local_kmod_info->version));
1538 strcpy(desc.version, entry->expected_kmod_vers);
2054 loaded_vers = VERS_parse_string(current_kmod->version);
[all...]
H A Dkext.cpp250 "Can't parse required version \"%s\" of dependency %s.\n",
258 "Can't parse version \"%s\" of dependency %s.\n",
266 "Can't parse compatible version \"%s\" of dependency %s.\n",
462 IOLog("Extension \"%s\" has no explicit kernel dependency; using version 6.0.\n",
479 bool getVersionForKext(OSDictionary * kextPlist, char ** version) argument
500 if (version) {
501 *version = (char *)kextVersion->getCStringNoCopy();
547 IOLog("can't get version for extension %s\n", kmod_name);
666 IOLog("can't get version for extension %s\n", library_name);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c296 btreePtr->version = kBTreeVersion;
586 resultIterator->version = 0;
618 resultIterator->version = 0;
873 iterator->version = 0;
940 iterator->version = 0;
1209 iterator->version = 0;
1248 iterator->version = 0;
1781 //�� check version?
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dpanic_dialog.c92 extern const char version[];
107 if (version[0]) {
108 const char *versionpos = strnstr(version, "xnu-", VERSIONBUF_LEN);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.c353 if (isonum_711(ap->version) == 1) {
402 if (isonum_711(ap->version) == 1) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c628 pmKextRegister(uint32_t version, pmDispatch_t *cpuFuncs, argument
631 if (callbacks != NULL && version == PM_DISPATCH_VERSION) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c38 * version of the routine is selected for every machine.
281 /* Initialize kernel version of _cpu_capabilities vector (used by KEXTs.) */
598 short version = _COMM_PAGE_THIS_VERSION; local
612 commpage_stuff(_COMM_PAGE_VERSION,&version,2);
676 pmap_init_sharedpage((vm_offset_t)commPagePtr64); // Do the 64-bit version
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv.c598 /* Hackery - return a string version of a decimal number */
682 ndrvSpec.version = ndrvSpec64.version;
700 if (ndrvSpec.version > NDRV_PROTOCOL_DESC_VERS)
701 return ENOTSUP; // version is too new!
702 else if (ndrvSpec.version < 1)
703 return EINVAL; // version is not valid
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Daurp.h273 short version; member in struct:aurp_domain

Completed in 151 milliseconds

1234