Searched refs:module (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dhost_priv.defs186 * kernel module interface (obsolete as of SnowLeopard)
193 out module : kmod_t);
197 module : kmod_t);
201 module : kmod_t;
/darwin-on-arm/xnu/bsd/sys/
H A Dsdt_impl.h71 struct module { struct
110 struct modctl *sdp_ctl; /* modctl for module */
111 int sdp_loadcnt; /* load count for module */
/darwin-on-arm/xnu/libkern/libkern/
H A Dmkext.h206 // The plist file entry is mandatory, but module may be empty
209 mkext_file module; // 16 bytes member in struct:mkext_kext
231 #define MKEXT1_GET_KEXT_EXEC(hdr, i) (MKEXT1_ENTRY_CAST(&(MKEXT1_GET_KEXT((hdr), (i))->module)
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c79 struct module *mp = (struct module *)ctl->mod_address;
179 ((struct module *)(ctl->mod_mp))->sdt_nprobes--;
223 * If this module has disappeared since we discovered its probes,
229 "(module %s unloaded)",
237 * doesn't, this module must have been unloaded and reloaded -- and
243 "(module %s reloaded)",
253 "in module %s: tempDTraceTrapHook already occupied.",
439 &mod_driverops, /* module type (this is a pseudo driver) */
440 "Statically Defined Tracing", /* name of module */
[all...]
H A Dfbt.c122 "(module %s unloaded)",
131 * doesn't, this module must have been unloaded and reloaded -- and
137 "(module %s reloaded)",
148 "in module %s: tempDTraceTrapHook already occupied.",
235 "in module %s: tempDTraceTrapHook already occupied.",
256 struct module *mp = ctl->mod_mp;
275 * We have no CTF information for this module -- and therefore
289 * We must iterate over all modules to find the module that
/darwin-on-arm/xnu/libsyscall/
H A DMakefile131 include $(patsubst %,%/module.mk,$(MODULES))
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2401 mkext_file * executablePtr = &kextEntry->module;
2454 * compressed binary module, if there is one. If all four fields
2455 * of the module entry are zero, there isn't one.
5498 "Kext %s - NULL module %s pointer.",
5515 "Kext %s module %s pointer is outside of kext range "
5553 "Kext %s - memory region containing module %s function "
5688 "Kext %s calling module start function.",
5706 "Kext %s calling module start function. kmodStartData %p. arch %s",
5846 "Kext %s calling module stop function.",
5939 * might be in the kext (request callbacks, module sto
[all...]

Completed in 235 milliseconds