KLD_DPF
KLD_DPF(FILE, ("linker_file_sysinit: calling SYSINITs for %s\n",
KLD_DPF(FILE, ("linker_file_sysuninit: calling SYSUNINITs for %s\n",
KLD_DPF(FILE, ("linker_file_register_sysctls: registering SYSCTLs for %s\n",
KLD_DPF(FILE, ("linker_file_unregister_sysctls: registering SYSCTLs for %s\n",
KLD_DPF(FILE, ("linker_file_register_modules: registering modules in %s\n",
KLD_DPF(FILE, ("Registering module %s in %s\n", moddata->name, lf->filename));
KLD_DPF(FILE, ("linker_load_file: file %s is already loaded, incrementing refs\n", filename));
KLD_DPF(FILE, ("linker_load_file: trying to load %s as %s\n",
KLD_DPF(FILE, ("linker_make_file: new file, filename=%s, pathname=%s\n",
KLD_DPF(FILE, ("linker_file_unload: lf->refs=%d\n", file->refs));
KLD_DPF(FILE, ("linker_file_unload: file is unloading, informing modules\n"));
KLD_DPF(FILE, ("linker_file_unload: module %p vetoes unload\n",
KLD_DPF(SYM, ("linker_file_lookup_symbol: file=%p, name=%s, deps=%d\n",
KLD_DPF(SYM, ("linker_file_lookup_symbol: symbol.value=%p\n", symval.value));
KLD_DPF(SYM, ("linker_file_lookup_symbol: deps value=%p\n", *raddr));
KLD_DPF(SYM, ("linker_file_lookup_symbol: global value=%p\n", *raddr));
KLD_DPF(SYM, ("linker_file_lookup_symbol: old common value=%p\n", cp->address));
KLD_DPF(SYM, ("linker_file_lookup_symbol: new common value=%p\n", cp->address));
KLD_DPF(SYM, ("linker_file_lookup_symbol: found dlsym=%p\n", *raddr));
KLD_DPF(SYM, ("linker_file_lookup_symbol: fail\n"));
KLD_DPF(FILE, ("kldunload: lf->userrefs=%d\n", lf->userrefs));