Searched refs:cmd_status (Results 1 – 3 of 3) sorted by relevance
89 unsigned cmd_status = 0; in get_ftp_response() local105 cmd_status = atolx_range(toybuf, 0, INT_MAX); in get_ftp_response()107 return cmd_status; in get_ftp_response()112 int cmd_status = 0; in send_requests() local118 cmd_status = get_ftp_response("USER", TT.username); in send_requests()119 if (cmd_status == PASSWORD_REQUEST) { //user logged in. Need Password. in send_requests()122 } else if (cmd_status == USERLOGGED_SUCCESS); //do nothing in send_requests()244 unsigned cmd_status = 0; in put_file() local254 cmd_status = get_ftp_response("STOR", r_filename); in put_file()255 if ( (cmd_status == DATACONNECTION_OPENED) || in put_file()[all …]
288 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; in phHciNfc_Delete_Pipe() local299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef, in phHciNfc_Delete_Pipe()301 status = ( (cmd_status == NFCSTATUS_PENDING)? in phHciNfc_Delete_Pipe()302 NFCSTATUS_SUCCESS : cmd_status); in phHciNfc_Delete_Pipe()1054 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; in phHciNfc_Open_Pipe() local1070 cmd_status = phHciNfc_Send_Generic_Cmd( psHciContext,pHwRef, in phHciNfc_Open_Pipe()1072 status = ( (cmd_status == NFCSTATUS_PENDING)? in phHciNfc_Open_Pipe()1073 NFCSTATUS_SUCCESS : cmd_status); in phHciNfc_Open_Pipe()1097 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; in phHciNfc_Close_Pipe() local1113 cmd_status = phHciNfc_Send_Generic_Cmd( in phHciNfc_Close_Pipe()[all …]
252 __u32 cmd_status:8; member