HomeSort by relevance Sort by last modified time
    Searched defs:error_reason (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfa/include/
nfa_cho_api.h 168 UINT8 error_reason; /* Error reason */ member in struct:__anon12802
329 ** error_reason : NFA_CHO_ERROR_TEMP_MEM
337 NFC_API extern tNFA_STATUS NFA_ChoSendSelectError (UINT8 error_reason,
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 162 UINT8 error_reason; member in struct:__anon12881
282 tNFA_STATUS nfa_cho_send_hs_error (UINT8 error_reason, UINT32 error_data);
  /external/openssh/
mux.c 816 const char *error_reason = NULL; local
883 error_reason = "port not forwarded";
892 error_reason = "port not in permitted opens";
897 error_reason = "port not found";
900 if (error_reason == NULL) {
914 buffer_put_cstring(r, error_reason);
    [all...]

Completed in 1122 milliseconds