Searched refs:was_present (Results 1 – 5 of 5) sorted by relevance
457 bool was_present; in dwmmc_handle_card_present() local 462 was_present = sc->child != NULL; in dwmmc_handle_card_present() 464 if (!was_present && is_present) { in dwmmc_handle_card_present() 467 } else if (was_present && !is_present) { in dwmmc_handle_card_present()
574 [[maybe_unused]] bool was_present = in UnregisterInProcessTarget() local576 assert(was_present && "Target pointer being removed was not registered"); in UnregisterInProcessTarget()
744 bool was_present; local758 was_present = slot->card_present;760 was_present = slot->dev != NULL;762 if (!was_present && is_present) {765 } else if (was_present && !is_present) {
2024 bool was_present; in pfctl_load_rule() local2046 was_present = false; in pfctl_load_rule()2058 was_present = true; in pfctl_load_rule()2070 if (was_present) in pfctl_load_rule()
616 bool was_present; in rtsx_handle_card_present() local620 was_present = sc->rtsx_cam_status; in rtsx_handle_card_present()622 was_present = sc->rtsx_mmc_dev != NULL; in rtsx_handle_card_present()630 if (!was_present && is_present) { in rtsx_handle_card_present()638 } else if (was_present && !is_present) { in rtsx_handle_card_present()