Searched refs:response (Results 1 - 7 of 7) sorted by relevance

/openwrt/package/network/config/soloscli/files/etc/hotplug.d/atm/
H A D15-solos-init6 local response
8 response="$(soloscli -s "$port" "$tag" "$value")"
10 logger "soloscli($port): $tag '$value' returns $response"
/openwrt/target/linux/at91/image/dfboot/src/
H A Dmci_device.c51 // wait for CMDRDY Status flag to read the response
59 // Test error ==> if crc error and response R3 ==> don't check error
63 // if the command is SEND_OP_COND the CRC error flag is always present (cf : R3 response)
91 // wait for CMDRDY Status flag to read the response
329 int AT91F_MCI_GetCSD (AT91PS_MciDevice pMCI_Device, unsigned int relative_card_address , unsigned int * response) argument
337 response[0] = AT91C_BASE_MCI->MCI_RSPR[0];
338 response[1] = AT91C_BASE_MCI->MCI_RSPR[1];
339 response[2] = AT91C_BASE_MCI->MCI_RSPR[2];
340 response[3] = AT91C_BASE_MCI->MCI_RSPR[3];
361 unsigned int response local
384 AT91F_MCI_MMC_GetAllCID(AT91PS_MciDevice pMCI_Device, unsigned int *response) argument
483 unsigned int response =0x0; local
506 AT91F_MCI_SDCard_GetCID(AT91PS_MciDevice pMCI_Device, unsigned int *response) argument
[all...]
/openwrt/scripts/flashing/
H A Dadsl2mue_flash.pl91 shift->command("USER",@_)->response()
99 while(length($ok = $ftp->response()) < 1) {
118 shift->command("REBOOT")->response() == Net::FTP::CMD_OK
152 $ftp->command("MEDIA FLSH")->response();
H A Dadam2flash.pl90 shift->command("USER",@_)->response()
98 while(length($ok = $ftp->response()) < 1) {
117 shift->command("REBOOT")->response() == Net::FTP::CMD_OK
143 $ftp->command("MEDIA FLSH")->response();
H A Dadam2flash-502T.pl154 shift->command("USER",@_)->response()
162 while(length($ok = $ftp->response()) < 1) {
181 shift->command("REBOOT")->response() == Net::FTP::CMD_OK
279 ($ftp->command("SETENV","mtd1,$expectedmtd1")->response() == Net::FTP::CMD_OK) or die "can't set mtd1";
308 ($ftp->command("MEDIA FLSH")->response() == Net::FTP::CMD_OK) or die "can't set MEDIA FLSH";
H A Dadam2flash-fritzbox.pl102 sub _USER { shift->command("USER",@_)->response() }
103 sub _PASV { shift->command("P\@SW")->response() == Net::FTP::CMD_OK }
109 while(length($ok = $ftp->response()) < 1) {
125 sub _REBOOT { shift->command("REBOOT")->response() == Net::FTP::CMD_OK }
178 $ftp->command("MEDIA FLSH")->response();
/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c1198 * Send a message to ARC and read the response
1199 * This function sends a message to arc, waits the response, and reads the responses.
1204 * \param response Pointer to the response
1209 DSL_BSP_SendCMV (DSL_DEV_Device_t * pDev, u16 * request, int reply, u16 * response) // write cmv to arc, if reply needed, wait for reply argument
1268 memcpy (response, DSL_DEV_PRIVATE(pDev)->CMV_RxMsg, MSG_LENGTH * 2);

Completed in 46 milliseconds