Searched refs:ip (Results 1 – 12 of 12) sorted by relevance
| /CafeSDK-2.12.13-1/system/bin/tool/ |
| D | hoststop | 39 checkbridgename $BRIDGE_CURRENT_NAME -ip $BRIDGE_CURRENT_IP_ADDRESS 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 "$@" 110 checkbridgename -s -ip $BRIDGE_CURRENT_IP_ADDRESS
|
| D | hostdisplayversion | 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…
|
| D | uploadimg.sh | 176 …ImageUploader.exe -ip $IMG_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK "-h:$IMG_HEADER_WINDOWS_PAT… 193 …echo ImageUploader.exe -ip $IMG_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK -w "$IMG_FILE_WINDOWS… 194 …ImageUploader.exe -ip $IMG_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK -w "$IMG_FILE_WINDOWS_PATH"… 226 …ImageUploader.exe -ip $IMG_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK "$IMG_UPLOAD_WINDOWS_PATH" …
|
| D | hostcheckversion | 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…
|
| D | preparehdd | 178 …ImageUploader.exe -ip $IMG_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK "-h:$IMG_HEADER_WINDOWS_PAT… 207 …ImageUploader.exe -ip $IMG_UPLOAD_IP_ADDR -upload $IMG_UPLOAD_HDD_BANK "$IMG_UPLOAD_WINDOWS_PATH" …
|
| D | hostdisplayversion.bat | 25 …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…
|
| D | setbootmode | 102 CAFE_BOOT_MODE=`FSEmul -ip $BRIDGE_CURRENT_IP_ADDRESS -modedetect`
|
| D | cafeheadlessrun | 118 BOOT_MODE=`FSEmul -ip $BRIDGE_CURRENT_IP_ADDRESS -modedetect`
|
| D | caferecover | 142 CAFE_BOOT_MODE=`FSEmul -ip $BRIDGE_CURRENT_IP_ADDRESS -modedetect`
|
| D | uploadimg_simultaneous.sh | 181 ImageUploader.exe -ip 0.0.0.0 -upload 0 "$wumad_path" > wumad_extract.log
|
| /CafeSDK-2.12.13-1/system/src/tool/cafex/ |
| D | ExecutableClasses.cs | 230 internal static int FW_SW_Version(string ip, out string fw_ver, out string sw_ver) in FW_SW_Version() argument 236 string arguments = (ip != null) ? "-ver -ip " + ip : "-ver"; in FW_SW_Version() 286 internal static int boot_mode_detect(string ip, out string boot_mode) in boot_mode_detect() argument 292 if (string.IsNullOrEmpty(ip)) in boot_mode_detect() 298 string arguments = "-ip " + ip + " -modedetect"; in boot_mode_detect() 1368 internal static int upload(string ip, int bankno, string wumad_file) in upload() argument 1381 …ocess_RedirectOutput(exe_path, string.Format("-ip {0} -upload {1} -w {2}", ip, bankno, wumad_file)… in upload()
|
| D | Program.cs | 809 IPAddress ip; in ParseIpEndPoint() 812 if (IPAddress.TryParse(ipValue, out ip) && in ParseIpEndPoint() 822 return new IPEndPoint(ip, port); in ParseIpEndPoint()
|