Searched refs:kmod (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/libkern/kmod/
H A DMakefile18 ($(MKDIR) $(COMPOBJROOT)/kmod; \
19 cd $(COMPOBJROOT)/kmod; \
20 ${MAKE} MAKEFILES=$(SOURCE)/Makefile.kmod \
30 ($(MKDIR) $(COMPOBJROOT)/kmod; \
31 cd $(COMPOBJROOT)/kmod; \
32 ${MAKE} MAKEFILES=$(SOURCE)/Makefile.kmod \
H A DMakefile.kmod23 COMPOBJROOT = $(OBJROOT)/$(KERNEL_CONFIG)_$(ARCH_CONFIG)_$(MACHINE_CONFIG)/$(COMPONENT)/kmod
24 INSTOBJROOT = $(OBJROOT)/$(INSTALL_TYPE)_$(ARCH_CONFIG)_$(MACHINE_CONFIG)/$(COMPONENT)/kmod
26 COMPOBJROOT = $(OBJROOT)/$(KERNEL_CONFIG)_$(ARCH_CONFIG)/$(COMPONENT)/kmod
27 INSTOBJROOT = $(OBJROOT)/$(INSTALL_TYPE)_$(ARCH_CONFIG)/$(COMPONENT)/kmod
60 if [ -e $${archdir}/kmod/$(*F).a ]; then \
61 allarchs="$${allarchs} $${archdir}/kmod/$(*F).a"; \
79 inputfile=$(OBJROOT)/$${my_kconfig}_$${my_aconfig}_$${my_config}/$(COMPONENT)/kmod/$(*F).a; \
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A DMakefile31 COMP_SUBDIRS = conf kmod
33 INST_SUBDIRS = kmod
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlowmem_vectors.s86 .long EXT(kmod) /* 0x2480 Pointer to kmod, debugging aid */
H A Ddb_trace.c70 #include <mach/kmod.h>
87 extern kmod_info_t *kmod;
863 kmd = kmod; /* Start at the start */
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOKitServer.h50 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dbootstrap.cpp29 #include <mach/kmod.h>
H A Dkext.cpp46 #include <mach/kmod.h>
327 * are fake kmod entries for them.
531 * Set up the root kmod.
745 * This is the function that IOCatalogue calls in order to load a kmod.
746 * It first checks whether the kmod is already loaded. If the kmod
765 /* See if the kmod is already loaded.
H A Dcatalogue.cpp40 #include <mach/kmod.h>
771 /* Check if kmod is already loaded and is a real loadable one (has
1147 /* Check if kmod is already loaded and is a real loadable one (has
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp33 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp33 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c90 kmod_info_t *kmod; variable
262 for (kmod_info = kmod;
272 (*printf_func)("kmod scan stopped due to missing kmod page: %p\n",
284 /* Filter for kmod name (bundle identifier).
310 if (kmod_info == kmod) {
324 if (kmod_info == kmod) {
489 k = kmod;
503 k = kmod;
520 k = kmod;
[all...]
H A Dsymbols.c58 #include <mach/kmod.h>
176 extern kmod_info_t *kmod;
H A Dmisc_protos.h206 kmod_info_t **kmod);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_glue.h43 #include <mach/kmod.h>
406 extern kmod_info_t *kmod;
413 #define modules kmod
/macosx-10.5.8/xnu-1228.15.4/libkern/gen/
H A DOSDebug.cpp36 #include <mach/kmod.h>
49 // From osfmk/kmod.c
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_types.h108 #include <mach/kmod.h>
H A DMakefile120 kmod.h \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_low_trace.c60 #include <mach/kmod.h>
72 extern kmod_info_t *kmod; /* Find the kmods */
1058 kmd = kmod; /* Start at the start */
1063 strt = (unsigned int)kmd->address + kmd->hdr_size; /* Get start of kmod text */
1064 end = (unsigned int)kmd->address + kmd->size; /* Get end of kmod */
H A Dmodel_dep.c80 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c915 extern kmod_info_t * kmod; /* the list of modules */
920 kmod_info_t * current_kmod = kmod;
1049 * the kmod list safely.
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSMetaClass.cpp58 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c55 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c1602 #include <mach/kmod.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCatalogue.cpp48 #include <mach/kmod.h>
638 * This is a function that IOCatalogue calls in order to load a kmod.
713 "(kmod load function not set).\n",
1392 // Do kmod stop first.

Completed in 214 milliseconds

12