Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf.c69 extern int sys_shutdown;
/titanic_41/usr/src/uts/common/syscall/
H A Duadmin.c71 int sys_shutdown = 0; variable
241 sys_shutdown = 1; in kadmin()
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c387 extern int sys_shutdown; in sdev_devfsadm_revoked()
389 if (sys_shutdown) { in sdev_devfsadm_revoked()
/titanic_41/usr/src/uts/common/os/
H A Ddevcache.c213 extern int sys_shutdown;
929 if (!i_ddi_io_initialized() || sys_shutdown) in nvf_wake_daemon()
965 NVF_IS_READONLY(nvfd) || kfio_disable_write || sys_shutdown) { in nvpflush_one()
1058 nvpflush_timer_busy == 0) || sys_shutdown) { in nvpflush_daemon()
H A Ddevcfg.c143 extern int sys_shutdown;
7914 extern int sys_shutdown; in i_ddi_di_cache_free()
7935 vn_is_readonly(rootvp) || sys_shutdown) { in i_ddi_di_cache_free()
/titanic_41/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c75 extern int sys_shutdown;
373 if (ret != CRYPTO_SUCCESS && sys_shutdown == 0) { in crypto_register_provider()
566 if (ret != CRYPTO_SUCCESS && sys_shutdown == 0) { in crypto_unregister_provider()
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c263 extern int sys_shutdown; in i_dls_mgmt_door_revoked()
267 if (sys_shutdown) { in i_dls_mgmt_door_revoked()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c76 extern int sys_shutdown;
165 if (sys_shutdown && spa_suspended(dp->dp_spa)) { in zfs_sync()