Home
last modified time | relevance | path

Searched refs:need_shutdown (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-needshutdown.sh.in9 need_shutdown
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c819 update_cc(struct nvmft_controller *ctrlr, uint32_t new_cc, bool *need_shutdown) in update_cc() argument
824 *need_shutdown = false; in update_cc()
849 *need_shutdown = true; in update_cc()
858 *need_shutdown = true; in update_cc()
910 bool need_shutdown; in handle_property_set() local
912 need_shutdown = false; in handle_property_set()
918 &need_shutdown)) in handle_property_set()
926 if (need_shutdown) { in handle_property_set()