Searched refs:template (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtemplate.mk14 # Taken from DIPC2_SHARED. Add -X to MIG ala norma/template.mk
19 # moved here from norma/template.mk.
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DMakefile56 version.h: version.h.template $(SRCROOT)/config/MasterVersion
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile32 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/
H A DMakefile32 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/libsa/conf/
H A DMakefile32 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/osfmk/conf/
H A DMakefile31 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/pexpert/conf/
H A DMakefile32 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/security/conf/
H A DMakefile32 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c908 pt_entry_t template; local
912 template = pa_to_pte(start_addr)
919 template |= INTEL_PTE_NCACHE;
921 template |= INTEL_PTE_PTA;
925 template |= INTEL_PTE_WRITE;
933 pmap_store_pte(pte, template);
935 pte_increment_pa(template);
1584 int template; local
1636 template = cpu_64bit ? INTEL_PTE_VALID|INTEL_PTE_RW|INTEL_PTE_USER|INTEL_PTE_REF : INTEL_PTE_VALID;
1640 pmap_store_pte(pdpt, pa | template);
2578 pt_entry_t template; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A DMakefile111 $(SOURCE)/Makefile.template \
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c6136 dtrace_hash_lookup(dtrace_hash_t *hash, dtrace_probe_t *template)
6138 int hashval = DTRACE_HASHSTR(hash, template);
6143 if (DTRACE_HASHEQ(hash, bucket->dthb_chain, template))
6151 dtrace_hash_collisions(dtrace_hash_t *hash, dtrace_probe_t *template)
6153 int hashval = DTRACE_HASHSTR(hash, template);
6158 if (DTRACE_HASHEQ(hash, bucket->dthb_chain, template))
6562 dtrace_probe_t template, *probe;
6582 template.dtpr_mod = (char *)pkp->dtpk_mod;
6583 template.dtpr_func = (char *)pkp->dtpk_func;
6584 template
[all...]

Completed in 117 milliseconds