Home
last modified time | relevance | path

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

/dports/sysutils/fwup/fwup-1.9.0/src/
H A Dfwup.c327 static char *autoselect_and_confirm_mmc_device(bool accept_found_device, const char *input_firmware) in autoselect_and_confirm_mmc_device() argument
331 if (!accept_found_device) { in autoselect_and_confirm_mmc_device()
384 bool accept_found_device = false; in main() local
538 accept_found_device = true; in main()
624 … mmc_device_path = autoselect_and_confirm_mmc_device(accept_found_device, input_filename); in main()