Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dsetbridge90 export SESSION_NAME=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p NAME`
91 export SESSION_DEBUG_OUT_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p DEBUG_OUT`
92 export SESSION_DEBUG_CONTROL_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p DEBUG_CONTROL`
93 export SESSION_HIO_OUT_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p HIO_OUT`
94 export SESSION_LAUNCH_CTRL_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p LAUNCH_CTRL`
95 export SESSION_NET_MANAGE_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p NET_MANAGE`
96 export SESSION_PCFS_SATA_PORT=`"$MION_BRIDGE_TOOLS/SessionManagerUtil.exe" -p PCFS_SATA`
Dhoststop17 if [ ! -n "$MION_BRIDGE_TOOLS" ]
43 "$MION_BRIDGE_TOOLS/FSEmul.exe" -ip $BRIDGE_CURRENT_IP_ADDRESS -makemine
47 "$MION_BRIDGE_TOOLS/MionButton.exe" -ip $BRIDGE_CURRENT_IP_ADDRESS -rsthold "$@"
52 "$MION_BRIDGE_TOOLS/MionButton.exe" -ip $BRIDGE_CURRENT_IP_ADDRESS -forceOff1 "$@"
57 …"$MION_BRIDGE_TOOLS/MionButton.exe" -ip $BRIDGE_CURRENT_IP_ADDRESS -init_shutdown_w_FOFF2 60000 "$…
71 … "$MION_BRIDGE_TOOLS/MionButton.exe" -ip $BRIDGE_CURRENT_IP_ADDRESS -forceOff2_off_single_cgi "$@"
Dhostdisplayversion26 …fw_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Firmware | awk '{ p…
27 …SDIO_BRIDGE_TOOLS_VER=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Soft…
28 …fpga_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep FPGA | awk '{ pri…
Dcafestop37 if [ -f "$MION_BRIDGE_TOOLS/PCFS/PCFSServer.exe" ]
39 PCFSSERVER_EXE="$MION_BRIDGE_TOOLS/PCFS/PCFSServer.exe"
52 elif [ "$1" = "-hostonly" -o -z "$MION_BRIDGE_TOOLS" -o -z "$BRIDGE_CURRENT_IP_ADDRESS" ]
Dhostcheckversion46 if [ ! -n "$MION_BRIDGE_TOOLS" ]
56 …local fw_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Firmware | tr…
57 …local sw_ver=`"$MION_BRIDGE_TOOLS/FSEmul" -ver -ip $BRIDGE_CURRENT_IP_ADDRESS | grep Software | tr…
Dhostrun26 BRIDGE_INSTALL_PATH=$MION_BRIDGE_TOOLS
Dhostdisplayversion.bat32 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%MION_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
Dsetbridge.bat62 for /f "usebackq tokens=1,2,3,4,5,6,7" %%a in (`"%MION_BRIDGE_TOOLS%\SessionManagerUtil" -p NAME DE…
Dcaferun90 if [ -f "$MION_BRIDGE_TOOLS/PCFS/PCFSServer.exe" ]
92 PCFSSERVER_EXE="$MION_BRIDGE_TOOLS/PCFS/PCFSServer.exe"
/CafeSDK-2.12.13-1/
Dcafe.bat412 if not exist "%MION_BRIDGE_TOOLS%\getbridgeconfig.exe" goto skip_mion
414 for /f "usebackq tokens=5" %%i in (`"%MION_BRIDGE_TOOLS%\getbridgeconfig.exe" -default`) do (
419 for /f "usebackq skip=1 tokens=5" %%i in (`"%MION_BRIDGE_TOOLS%\getbridgeconfig.exe" -default`) do (
586 if not exist "%MION_BRIDGE_TOOLS%\SessionManager.dll" (
595 for /f "usebackq tokens=1,2,3,4,5,6,7" %%a in (`"%MION_BRIDGE_TOOLS%\SessionManagerUtil" -p NAME DE…
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DProgram.cs758 if (MION_BRIDGE_TOOLS.value == null && !PcfsTcpOnly) in CheckCafeRootAndHostBridgeVars()
DCafeFunctions.cs34 internal static EnvVar MION_BRIDGE_TOOLS = new EnvVar("MION_BRIDGE_TOOLS"); field in CafeX.Program
638 if (!File.Exists(MION_BRIDGE_TOOLS.value + "\\SessionManager.dll")) in InitialEnvVarSetup()
1296 if (MION_BRIDGE_TOOLS.value == null) in hoststop()
4708 BRIDGE_INSTALL_PATH.value = MION_BRIDGE_TOOLS.value; in hostrun()
7534 if (MION_BRIDGE_TOOLS.value == null) in hostcheckversion()