Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dhostdisplayversion.bat25 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%SDIO_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
32 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%MION_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
Dsetbootmode102 CAFE_BOOT_MODE=`FSEmul -ip $BRIDGE_CURRENT_IP_ADDRESS -modedetect`
Dcafeheadlessrun118 BOOT_MODE=`FSEmul -ip $BRIDGE_CURRENT_IP_ADDRESS -modedetect`
Dcaferecover142 CAFE_BOOT_MODE=`FSEmul -ip $BRIDGE_CURRENT_IP_ADDRESS -modedetect`
Dcaferun191 -e <op> : pass op through to FSEmul or MCP (e.g.: -e sata -> FSEmul -sata)
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs1404 FSEmul.makemine(); in hoststop()
4473 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
4477 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
4687 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in headlessrun()
5985 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in recover()
6351 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in cleardata()
6637 … int boot_mode_detect = FSEmul.boot_mode_detect(BRIDGE_CURRENT_IP_ADDRESS.value, out boot_mode); in setbootmode()
7269 FSEmul.FW_SW_Version(BRIDGE_CURRENT_IP_ADDRESS.value, out fw_ver, out sw_ver); in hostcheckversion()
7273 FSEmul.FW_SW_Version(null, out fw_ver, out sw_ver); in hostcheckversion()
DExecutableClasses.cs210 static class FSEmul class