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

  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm.h 35 static inline long failure_code(void) function
42 return (failure_code() & TM_CAUSE_PERSISTENT) == TM_CAUSE_PERSISTENT;
47 return (failure_code() & TM_CAUSE_SYSCALL) == TM_CAUSE_SYSCALL;
  /external/wpa_supplicant_8/src/eap_server/
eap_server_eke.c 34 u32 failure_code; member in struct:eap_eke_data
71 data->failure_code = code;
167 data->failure_code);
174 wpabuf_put_be32(msg, data->failure_code);
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 18619 UInt failure_code = 0; \/* Forcing failure, will not be due to tabort local
    [all...]

Completed in 162 milliseconds