Home
last modified time | relevance | path

Searched refs:moddebug (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c640 if (moddebug & MODDEBUG_BINDING) in modctl_update_driver_aliases()
651 if (moddebug & MODDEBUG_BINDING) in modctl_update_driver_aliases()
1054 if (moddebug & MODDEBUG_RETIRE) in modctl_retire()
1133 if (moddebug & MODDEBUG_RETIRE) { in modctl_unretire()
3417 if (moddebug & MODDEBUG_LOADMSG2) in mod_load()
3506 if (moddebug & MODDEBUG_ERRMSG) in mod_load()
3523 if (moddebug & MODDEBUG_LOADMSG) in mod_unload()
3615 if (moddebug & MODDEBUG_LOADMSG) in modinstall()
3630 if (moddebug & MODDEBUG_ERRMSG) { in modinstall()
4776 if (moddebug & MODDEBUG_DDI_MOD) in ddi_modopen()
[all …]
H A Dmodconf.c67 extern int moddebug;
282 if ((moddebug & flag) != 0) { in mod_dprintf()
658 if ((moddebug & MODDEBUG_NOAUL_DRV) && (mod_aul_thread == curthread)) { in mod_removedrv()
829 if (!(moddebug & MODDEBUG_NOAUL_SYS) && in mod_removesys_sysent()
1064 if (moddebug & MODDEBUG_NOAUL_FS) in mod_removefs()
1139 if (moddebug & MODDEBUG_NOAUL_STR) in mod_removestrmod()
1283 if (moddebug & MODDEBUG_NOAUL_SCHED || in mod_removesched()
1371 if (moddebug & MODDEBUG_NOAUL_EXEC || in mod_removeexec()
1454 if ((moddebug & MODDEBUG_NOAUL_IPP) && (mod_aul_thread == curthread)) in mod_removeipp()
H A Dmodsubr.c576 if (moddebug & MODDEBUG_BINDING) { in delete_mbind()
601 if (moddebug & MODDEBUG_BINDING) in purge_mbind()
620 if (moddebug & MODDEBUG_BINDING) { in mod_name_to_major()
634 if (moddebug & MODDEBUG_BINDING) { in mod_name_to_major()
H A Dmodsysfile.c1262 if (moddebug & MODDEBUG_LOADMSG) in set_int8_var()
1279 if (moddebug & MODDEBUG_LOADMSG) in set_int8_var()
1289 if (moddebug & MODDEBUG_LOADMSG) in set_int16_var()
1306 if (moddebug & MODDEBUG_LOADMSG) in set_int16_var()
1316 if (moddebug & MODDEBUG_LOADMSG) in set_int32_var()
1333 if (moddebug & MODDEBUG_LOADMSG) in set_int32_var()
1343 if (moddebug & MODDEBUG_LOADMSG) in set_int64_var()
1360 if (moddebug & MODDEBUG_LOADMSG) in set_int64_var()
2105 if (moddebug & MODDEBUG_ERRMSG) in hwc_parse_now()
H A Ddacf.c808 if ((moddebug & MODDEBUG_NOAUL_DACF) || in dacf_module_unregister()
H A Ddevcfg.c4531 if (moddebug & MODDEBUG_BINDING) { in unbind_alias_dev_in_use()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h551 extern int moddebug;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c953 if ((ctf_shp != NULL) && ((moddebug & MODDEBUG_NOCTF) == 0)) { in init_xen_module()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c1975 ((moddebug & MODDEBUG_FINI_EBUSY) != 0)) { in devname_lookup_func()
2347 ((moddebug & MODDEBUG_FINI_EBUSY) == 0) && in devname_readdir_func()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c176 #define _moddebug get_weakish_int(&moddebug)