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.c804 update_cc(struct nvmft_controller *ctrlr, uint32_t new_cc, bool *need_shutdown) in update_cc() argument
809 *need_shutdown = false; in update_cc()
834 *need_shutdown = true; in update_cc()
843 *need_shutdown = true; in update_cc()
895 bool need_shutdown; in handle_property_set() local
897 need_shutdown = false; in handle_property_set()
903 &need_shutdown)) in handle_property_set()
911 if (need_shutdown) { in handle_property_set()