Searched refs:reason (Results 51 - 75 of 465) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/engines/
H A De_aep_err.h69 static void ERR_AEPHK_error(int function, int reason, char *file, int line);
H A De_capi_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(0,0,reason)
182 static void ERR_CAPI_error(int function, int reason, char *file, int line) argument
186 ERR_PUT_error(CAPI_lib_error_code, function, reason, file, line);
H A De_chil_err.h69 static void ERR_HWCRHK_error(int function, int reason, char *file, int line);
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb73 reason = array[lastItem].chomp
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
87 reason = array[lastItem].chomp + " at line: " + array[lastItem - 3]
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.h49 uint8_t reason; member in struct:_map_phy_change
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dline-map.c78 TO_FILE means standard input. If reason is LC_LEAVE, and
88 linemap_add (struct line_maps *set, enum lc_reason reason, argument
111 reason = LC_ENTER;
112 else if (reason == LC_LEAVE)
125 reason = LC_RENAME;
149 map->reason = reason;
160 if (reason == LC_ENTER)
167 else if (reason == LC_RENAME)
169 else if (reason
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp89 lldb::TypeFormatImplSP &entry, uint32_t *reason) {
92 if (GetTypeFormatsContainer()->Get(candidates, entry, reason))
94 bool regex = GetRegexTypeFormatsContainer()->Get(candidates, entry, reason);
95 if (regex && reason)
96 *reason |= lldb_private::eFormatterChoiceCriterionRegularExpressionSummary;
102 lldb::TypeSummaryImplSP &entry, uint32_t *reason) {
105 if (GetTypeSummariesContainer()->Get(candidates, entry, reason))
107 bool regex = GetRegexTypeSummariesContainer()->Get(candidates, entry, reason);
108 if (regex && reason)
109 *reason |
87 Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::TypeFormatImplSP &entry, uint32_t *reason) argument
100 Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::TypeSummaryImplSP &entry, uint32_t *reason) argument
113 Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::SyntheticChildrenSP &entry, uint32_t *reason) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Deck_prn.c148 int ret = 0, reason = ERR_R_BIO_LIB; local
161 reason = ERR_R_PASSED_NULL_PARAMETER;
167 reason = ERR_R_MALLOC_FAILURE;
206 reason = ERR_R_MALLOC_FAILURE;
212 reason = ERR_R_EC_LIB;
219 reason = ERR_R_EC_LIB;
225 reason = ERR_R_EC_LIB;
230 reason = ERR_R_EC_LIB;
237 reason = ERR_R_EC_LIB;
258 reason
[all...]
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dh_ffs_server.c33 die(const char *reason, int error) argument
36 warnx("%s: %s", reason, strerror(error));
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usbd.h100 typedef void (*cvmx_usbd_callback_func_t)(cvmx_usbd_callback_t reason, int endpoint_num, int bytes_transferred, void *user_data);
170 * @param reason The reason this callback should be called
176 int cvmx_usbd_register(cvmx_usbd_state_t *usb, cvmx_usbd_callback_t reason, cvmx_usbd_callback_func_t func, void *user_data);
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_kentry.h81 /** not NULL sometimes to give reason why bogus */
82 char* reason; member in struct:key_entry_data
146 * Set reason why a key is bad.
148 * @param reason: string to attach, you must allocate it.
151 void key_entry_set_reason(struct key_entry_key* kkey, char* reason);
154 * Get reason why a key is bad.
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cpp69 static void NTAPI asan_thread_init(void *mod, unsigned long reason, argument
71 if (reason == DLL_PROCESS_ATTACH) InitializeClonedVariables();
83 // For some reason, the MD CRT doesn't call the C/C++ terminators during on DLL
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp92 static void WINAPI dll_thunk_thread_init(void *mod, unsigned long reason, argument
94 if (reason == /*DLL_PROCESS_ATTACH=*/1) __dll_thunk_init();
H A Dsanitizer_win_weak_interception.cpp85 static void WINAPI weak_intercept_thread_init(void *mod, unsigned long reason, argument
87 if (reason == /*DLL_PROCESS_ATTACH=*/1) weak_intercept_init();
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmbo.c28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) argument
30 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE)
97 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason);
166 non_pref->reason != start_pref->reason ||
295 * preference and reason. To make it easy for the functions that build
297 * by their oper_class and reason.
305 if (a->reason != b->reason)
306 return (int) a->reason
534 wpas_mbo_ie_bss_trans_reject(struct wpa_supplicant *wpa_s, u8 *pos, size_t len, enum mbo_transition_reject_reason reason) argument
[all...]
H A Dmesh_mpm.c30 const u8 *reason; /* Reason Code (conditional, 2 octets) */ member in struct:mesh_peer_mgmt_ie
97 /* close reason is always present at end for close */
101 mpm_ie->reason = ie + len - 2;
332 ie_len += 2; /* reason code */
470 u16 reason = 0; local
487 reason = WLAN_REASON_MESH_MAX_RETRIES;
492 if (!reason)
493 reason = WLAN_REASON_MESH_CONFIRM_TIMEOUT;
498 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_CLOSE, reason);
537 int reason local
923 mesh_mpm_fsm(struct wpa_supplicant *wpa_s, struct sta_info *sta, enum plink_event event, u16 reason) argument
1129 u16 reason = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp83 m_stop_info.reason = StopReason::eStopReasonSignal;
93 const auto reason = GetCrashReason(*info); local
94 m_stop_description = GetCrashReasonString(reason, *info);
102 m_stop_info.reason = StopReason::eStopReasonBreakpoint;
108 m_stop_info.reason = StopReason::eStopReasonTrace;
114 m_stop_info.reason = StopReason::eStopReasonExec;
131 m_stop_info.reason = StopReason::eStopReasonWatchpoint;
138 m_stop_info.reason = StopReason::eStopReasonNone;
150 m_stop_info.reason = StopReason::eStopReasonNone;
155 m_stop_info.reason
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dresponse_buckets.c114 serf_bucket_mem_free(bucket->allocator, (void*)ctx->sl.reason);
134 char *reason; /* ### stupid APR interface makes this non-const */ local
145 but we also explicitly allow the forms 'HTTP/1.1 200' (no reason)
155 ctx->sl.code = apr_strtoi64(ctx->linebuf.line + 8, &reason, 10);
157 /* Skip leading spaces for the reason string. */
158 if (apr_isspace(*reason)) {
159 reason++;
162 /* Copy the reason value out of the line buffer. */
163 ctx->sl.reason = serf_bstrmemdup(allocator, reason,
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp132 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info) { argument
137 if (reason == CrashReason::eBoundViolation) {
146 return GetCrashReasonString(reason,
150 std::string GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr) { argument
153 switch (reason) {
155 str = "unknown crash reason";
231 const char *CrashReasonAsString(CrashReason reason) { argument
234 switch (reason) {
/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c353 const struct xctrl_shutdown_reason *reason; local
369 reason = xctrl_shutdown_reasons;
370 last_reason = reason + nitems(xctrl_shutdown_reasons);
371 while (reason < last_reason) {
373 if (!strcmp(result, reason->name)) {
374 reason->handler();
377 reason++;
/freebsd-11-stable/usr.bin/tip/tip/
H A Dacu.c163 disconnect(char *reason) argument
169 if (reason == NOSTR) {
174 logent(value(HOST), "", acu->acu_name, reason); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp62 StopReason reason = stop_info_sp->GetStopReason(); local
65 LLDB_LOGF(log, "Step over breakpoint stopped for reason: %s.",
66 Thread::StopReasonAsCString(reason));
68 switch (reason) {
93 "Got breakpoint stop reason but pc: 0x%" PRIx64
146 // If we are still at the PC of our breakpoint, then for some reason we

Completed in 302 milliseconds

1234567891011>>