Searched defs:cmd_status (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_Pipe.c288 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local
299 cmd_status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
301 status = ( (cmd_status == NFCSTATUS_PENDING)?
302 NFCSTATUS_SUCCESS : cmd_status);
1054 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local
1070 cmd_status = phHciNfc_Send_Generic_Cmd( psHciContext,pHwRef,
1072 status = ( (cmd_status == NFCSTATUS_PENDING)?
1073 NFCSTATUS_SUCCESS : cmd_status);
1097 NFCSTATUS cmd_status = NFCSTATUS_SUCCESS; local
1113 cmd_status
[all...]
/external/toybox/toys/pending/
H A Dftpget.c89 unsigned cmd_status = 0; local
105 cmd_status = atolx_range(toybuf, 0, INT_MAX);
107 return cmd_status;
112 int cmd_status = 0; local
118 cmd_status = get_ftp_response("USER", TT.username);
119 if (cmd_status == PASSWORD_REQUEST) { //user logged in. Need Password.
122 } else if (cmd_status == USERLOGGED_SUCCESS); //do nothing
244 unsigned cmd_status = 0; local
254 cmd_status = get_ftp_response("STOR", r_filename);
255 if ( (cmd_status
[all...]
/external/autotest/client/virt/
H A Daexpect.py1276 def cmd_status(self, cmd, timeout=60, internal_timeout=None, member in class:ShellSession
1349 Alias for cmd_status() for backward compatibility.
1351 return self.cmd_status(cmd, timeout, internal_timeout, print_func)
/external/kernel-headers/original/uapi/linux/
H A Di2o-dev.h252 __u32 cmd_status:8; member in struct:_i2o_status_block

Completed in 249 milliseconds