Home
last modified time | relevance | path

Searched refs:MOD_NOAUTOUNLOAD (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c802 if (mp->mod_loadflags & MOD_NOAUTOUNLOAD) { in auto_unload_flag_set()
874 mcp->mod_loadflags |= MOD_NOAUTOUNLOAD; in crypto_mech2id_common()
H A Dkcf_cryptoadm.c763 mcp->mod_loadflags |= MOD_NOAUTOUNLOAD; in crypto_load_soft_disabled()
811 mcp->mod_loadflags &= ~(MOD_NOAUTOUNLOAD); in crypto_unload_soft_module()
/titanic_44/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_dmod.c165 modp->mod_loadflags |= MOD_NOAUTOUNLOAD | MOD_NONOTIFY; in kctl_dmod_load()
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c831 modp->mod_loadflags |= MOD_NOAUTOUNLOAD; in hotkey_init()
861 modp->mod_loadflags &= ~MOD_NOAUTOUNLOAD; in hotkey_fini()
/titanic_44/usr/src/uts/common/sys/
H A Dmodctl.h531 #define MOD_NOAUTOUNLOAD 0x1 /* Auto mod-unloader skips this mod */ macro
/titanic_44/usr/src/uts/common/os/
H A Dmodctl.c373 modp->mod_loadflags |= MOD_NOAUTOUNLOAD; in modctl_modload()
3833 if (mp->mod_loadflags & MOD_NOAUTOUNLOAD) { in mod_uninstall_all()
4219 if (mp->mod_loadflags & MOD_NOAUTOUNLOAD) { in mod_remove_by_name()
H A Dmodsysfile.c1117 modp->mod_loadflags |= MOD_NOAUTOUNLOAD; in mod_sysctl()
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj.c1111 cp->mod_loadflags = MOD_NOAUTOUNLOAD; in add_primary()