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

/darwin-on-arm/xnu/libkern/
H A DMakefile27 COMP_SUBDIRS_I386 = conf kmod
28 COMP_SUBDIRS_X86_64 = conf kmod
29 COMP_SUBDIRS_ARM = conf kmod
30 COMP_SUBDIRS_ARM64 = conf kmod
33 INST_SUBDIRS = kmod
/darwin-on-arm/xnu/libkern/kmod/
H A DMakefile21 $(_v)($(MKDIR) $(COMPOBJROOT)/kmod; \
22 cd $(COMPOBJROOT)/kmod; \
23 ${MAKE} MAKEFILES=$(SOURCE)/Makefile.kmod \
34 ($(MKDIR) $(COMPOBJROOT)/kmod; \
35 cd $(COMPOBJROOT)/kmod; \
36 ${MAKE} MAKEFILES=$(SOURCE)/Makefile.kmod \
H A DMakefile.kmod26 COMPOBJROOT = $(OBJROOT)/$(KERNEL_CONFIG)_$(ARCH_CONFIG)_$(MACHINE_CONFIG)/$(COMPONENT)/kmod
27 INSTOBJROOT = $(OBJROOT)/$(INSTALL_TYPE)_$(ARCH_CONFIG)_$(MACHINE_CONFIG)/$(COMPONENT)/kmod
29 COMPOBJROOT = $(OBJROOT)/$(KERNEL_CONFIG)_$(ARCH_CONFIG)/$(COMPONENT)/kmod
30 INSTOBJROOT = $(OBJROOT)/$(INSTALL_TYPE)_$(ARCH_CONFIG)/$(COMPONENT)/kmod
67 if [ -e $${archdir}/kmod/$(*F).a ]; then \
68 allarchs="$${allarchs} $${archdir}/kmod/$(*F).a"; \
91 inputfile=$(OBJROOT)/$${my_kconfig}_$${my_aconfig}_$${my_config}/$(COMPONENT)/kmod/$(*F).a; \
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dlowmem_vectors.c69 extern void *kmod;
84 .lgKmodptr = (uint64_t) &kmod,
/darwin-on-arm/xnu/osfmk/i386/
H A Dlowmem_vectors.s85 .long EXT(kmod) /* 0x2480 Pointer to kmod, debugging aid */
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitServer.h50 #include <mach/kmod.h>
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test1/
H A Dtest1_main.cpp33 #include <mach/kmod.h>
/darwin-on-arm/xnu/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp33 #include <mach/kmod.h>
/darwin-on-arm/xnu/osfmk/mach/
H A Dkmod.h184 #pragma mark Obsolete kmod stuff
H A Dmach_types.h108 #include <mach/kmod.h>
H A DMakefile106 kmod.h \
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLibPrivate.h38 #include <mach/kmod.h>
42 #include <System/mach/kmod.h>
H A DOSKextLib.h36 #include <mach/kmod.h>
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c2076 /* Populate kmod info structure */
2298 kmod_info_32_v1_t *kmod = (kmod_info_32_v1_t *) (kmod_info); local
2299 kmod->address = (uint32_t) object->link_addr;
2300 kmod->size = (uint32_t) size;
2301 kmod->hdr_size = (uint32_t) header_size;
2305 kmod->address = OSSwapInt32(kmod->address);
2306 kmod->size = OSSwapInt32(kmod->size);
2307 kmod
2311 kmod_info_64_v1_t *kmod = (kmod_info_64_v1_t *) (kmod_info); local
[all...]
H A Dkxld_kext.c31 #include <mach/kmod.h>
/darwin-on-arm/xnu/libkern/gen/
H A DOSDebug.cpp37 #include <mach/kmod.h>
58 // From osfmk/kmod.c
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h43 #include <mach/kmod.h>
208 /* Solaris' modctl structure, greatly simplified, shadowing parts of xnu kmod structure. */
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c234 extern kmod_info_t * kmod; /* the list of modules */
345 * the kmod list safely.
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h37 #include <mach/kmod.h>
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp29 #include <mach/kmod.h>
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c265 static int dtrace_module_unloaded(struct kmod_info *kmod);
16211 dtrace_modctl_lookup(struct kmod_info * kmod)
16218 if (ctl->mod_id == kmod->id)
16281 dtrace_module_loaded(struct kmod_info *kmod, uint32_t flag)
16301 if (!kmod || kmod->address == 0 || kmod->size == 0)
16311 ctl = dtrace_modctl_lookup(kmod);
16318 cmn_err(CE_WARN, "dtrace load module already exists '%s %u' is failing against '%s %u'", kmod->name, (uint_t)kmod
[all...]
H A Ddtrace_glue.c1604 #include <mach/kmod.h>
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.dir413 cd libkern/kmod ; \
420 "SRCROOT=$(SRCROOT)/libkern/kmod" \
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c997 extern kmod_info_t * kmod; /* the list of modules */
1154 * the kmod list safely.
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp272 * put it into the kmod list, never adjust the reference count,
294 // symbol 'kmod' referenced in: model_dep.c, db_trace.c, symbols.c, db_low_trace.c,
297 // 'kmod' is a holdover from the old kmod system, we can't rename it.
298 kmod_info_t * kmod = NULL; variable
4477 /* Keep the kernel itself out of the kmod list.
4489 /* Make the global kmod list point at the just-loaded kext. Note that the
4498 kmod = kmod_info;
4794 /* Fix up kmod info and linkedExecutable.
5215 /* Fix the kmod inf
[all...]

Completed in 205 milliseconds