Searched refs:MION_BRIDGE_TOOLS (Results 1 – 11 of 11) sorted by relevance
90 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`
17 if [ ! -n "$MION_BRIDGE_TOOLS" ]43 "$MION_BRIDGE_TOOLS/FSEmul.exe" -ip $BRIDGE_CURRENT_IP_ADDRESS -makemine47 "$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 "$@"
26 …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…
37 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" ]
46 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…
26 BRIDGE_INSTALL_PATH=$MION_BRIDGE_TOOLS
32 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%MION_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
90 if [ -f "$MION_BRIDGE_TOOLS/PCFS/PCFSServer.exe" ]92 PCFSSERVER_EXE="$MION_BRIDGE_TOOLS/PCFS/PCFSServer.exe"
411 if not exist "%MION_BRIDGE_TOOLS%\getbridgeconfig.exe" goto skip_mion413 for /f "usebackq tokens=5" %%i in (`"%MION_BRIDGE_TOOLS%\getbridgeconfig.exe" -default`) do (418 for /f "usebackq skip=1 tokens=5" %%i in (`"%MION_BRIDGE_TOOLS%\getbridgeconfig.exe" -default`) do (585 if not exist "%MION_BRIDGE_TOOLS%\SessionManager.dll" (594 for /f "usebackq tokens=1,2,3,4,5,6,7" %%a in (`"%MION_BRIDGE_TOOLS%\SessionManagerUtil" -p NAME DE…
692 if (MION_BRIDGE_TOOLS.value == null) in CheckCafeRootAndHostBridgeVars()
33 internal static EnvVar MION_BRIDGE_TOOLS = new EnvVar("MION_BRIDGE_TOOLS"); field in CafeX.Program628 if (!File.Exists(MION_BRIDGE_TOOLS.value + "\\SessionManager.dll")) in InitialEnvVarSetup()1259 if (MION_BRIDGE_TOOLS.value == null) in hoststop()4444 BRIDGE_INSTALL_PATH.value = MION_BRIDGE_TOOLS.value; in hostrun()7255 if (MION_BRIDGE_TOOLS.value == null) in hostcheckversion()