Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dhoststop39 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
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…
Duploadimg.sh176 …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" …
Dhostcheckversion56 …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…
Dpreparehdd178 …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" …
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`
Duploadimg_simultaneous.sh181 ImageUploader.exe -ip 0.0.0.0 -upload 0 "$wumad_path" > wumad_extract.log
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs230 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()
DProgram.cs809 IPAddress ip; in ParseIpEndPoint()
812 if (IPAddress.TryParse(ipValue, out ip) && in ParseIpEndPoint()
822 return new IPEndPoint(ip, port); in ParseIpEndPoint()