Searched refs:reason (Results 126 - 150 of 435) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/amd64/vmm/amd/
H A Dsvm.c1252 exit_reason_to_str(uint64_t reason) argument
1257 int reason; member in struct:__anon8334
1260 { .reason = VMCB_EXIT_INVALID, .str = "invalvmcb" },
1261 { .reason = VMCB_EXIT_SHUTDOWN, .str = "shutdown" },
1262 { .reason = VMCB_EXIT_NPF, .str = "nptfault" },
1263 { .reason = VMCB_EXIT_PAUSE, .str = "pause" },
1264 { .reason = VMCB_EXIT_HLT, .str = "hlt" },
1265 { .reason = VMCB_EXIT_CPUID, .str = "cpuid" },
1266 { .reason = VMCB_EXIT_IO, .str = "inout" },
1267 { .reason
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dserverloop.c459 server_request_direct_tcpip(struct ssh *ssh, int *reason, const char **errmsg) argument
479 "direct-tcpip", "direct-tcpip", reason, errmsg);
484 if (reason != NULL)
485 *reason = SSH2_OPEN_ADMINISTRATIVELY_PROHIBITED;
629 int rchan, reason = SSH2_OPEN_CONNECT_FAILED; local
643 c = server_request_direct_tcpip(ssh, &reason, &errmsg);
667 packet_put_int(reason);
/freebsd-13-stable/sys/dev/usb/misc/
H A Dcp2112.c1088 const char *reason = NULL; local
1097 * For this reason it's impossible to send a message with no data
1107 reason = "first message without start";
1111 reason = "last message without stop";
1115 reason = "message with no data";
1120 reason = "too long read";
1125 reason = "too long write";
1129 reason = "message without start or repeated start";
1134 reason = "read without stop";
1139 reason
[all...]
/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c118 u16 reason = WLAN_REASON_UNSPECIFIED; local
196 reason = WLAN_REASON_UNSPECIFIED;
275 reason = WLAN_REASON_INVALID_IE;
319 reason = WLAN_REASON_GROUP_CIPHER_NOT_VALID;
322 reason = WLAN_REASON_PAIRWISE_CIPHER_NOT_VALID;
325 reason = WLAN_REASON_AKMP_NOT_VALID;
330 reason = WLAN_REASON_INVALID_IE;
333 reason = WLAN_REASON_CIPHER_SUITE_REJECTED;
338 reason = WLAN_REASON_INVALID_IE;
384 reason
[all...]
H A Dctrl_iface_ap.c444 " with minor reason code %u (stype=%u (%s))",
486 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; local
494 pos = os_strstr(txtaddr, " reason=");
496 reason = atoi(pos + 8);
512 mgmt.u.deauth.reason_code = host_to_le16(reason);
532 hostapd_drv_sta_deauth(hapd, addr, reason);
535 ap_sta_deauthenticate(hapd, sta, reason);
549 u16 reason = WLAN_REASON_PREV_AUTH_NOT_VALID; local
557 pos = os_strstr(txtaddr, " reason=");
559 reason
[all...]
H A Dsta_info.h326 u16 reason);
328 u16 reason);
342 const u8 *addr, u16 reason);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c1334 * If a tree conflict reason was found for the incoming action, the resulting
1352 svn_wc_conflict_reason_t reason = SVN_WC_CONFLICT_REASON_NONE;
1360 * be the "reason" of a tree-conflict with the incoming "action". */
1387 reason = svn_wc_conflict_reason_moved_here;
1389 reason = svn_wc_conflict_reason_added;
1401 reason = svn_wc_conflict_reason_replaced;
1413 reason = svn_wc_conflict_reason_moved_away;
1415 reason = svn_wc_conflict_reason_deleted;
1444 reason = svn_wc_conflict_reason_obstructed;
1472 reason
1348 svn_wc_conflict_reason_t reason = SVN_WC_CONFLICT_REASON_NONE; local
2013 svn_wc_conflict_reason_t reason; local
2343 svn_wc_conflict_reason_t reason; local
3229 svn_wc_conflict_reason_t reason; local
3538 svn_wc_conflict_reason_t reason; local
[all...]
/freebsd-13-stable/contrib/unbound/validator/
H A Dvalidator.c593 char* reason = NULL; local
614 sec = val_verify_rrset_entry(env, ve, s, key_entry, &reason,
622 errinf(qstate, reason);
644 sec = val_verify_rrset_entry(env, ve, s, key_entry, &reason,
652 errinf(qstate, reason);
673 &reason, LDNS_SECTION_ADDITIONAL, qstate);
2305 char* reason = NULL; local
2329 &reason, qstate);
2348 errinf(qstate, reason);
2390 char* reason local
2685 char* reason = NULL; local
[all...]
H A Dval_nsec3.h188 * @param reason: string for bogus result.
199 struct query_info* qinfo, struct key_entry_key* kkey, char** reason,
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dsmfi.c476 ** reason -- why?
483 smfi_quarantine(ctx, reason)
485 char *reason;
492 if (reason == NULL || *reason == '\0')
498 len = strlen(reason) + 1;
502 (void) memcpy(buf, reason, len);
/freebsd-13-stable/contrib/wpa/src/fst/
H A Dfst_session.c173 .reason = REASON_STT,
253 static void fst_session_reset_ex(struct fst_session *s, enum fst_reason reason) argument
257 .reason = reason,
419 .reason = REASON_SETUP,
451 * other reason
570 evext.to_initial.reason = REASON_REJECT;
583 evext.to_initial.reason = REASON_ERROR_PARAMS;
613 .reason = REASON_TEARDOWN,
649 .reason
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp437 // case we'll do our ordinary processing, or we stopped for some reason that
458 StopReason reason = stop_info_sp->GetStopReason(); local
460 if (reason == eStopReasonBreakpoint) {
464 } else if (IsUsuallyUnexplainedStopReason(reason)) {
468 "stop for some reason other than step.");
495 // FIXME: Maybe it would be better to create a InlineStep stop reason, but
497 // the whole rest of the world would have to handle that stop reason.
H A DThreadPlanStepOut.cpp289 StopReason reason = stop_info_sp->GetStopReason(); local
290 if (reason == eStopReasonBreakpoint) {
328 } else if (IsUsuallyUnexplainedStopReason(reason))
423 // reason and we're now stopping for some other reason altogether, then
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dhttp.h396 * @param reason a brief explanation of the error. If this is NULL, we'll
401 const char *reason);
413 * @param reason a brief message to send with the response code
418 const char *reason, struct evbuffer *databuf);
434 @param reason a brief message to send with the response code
438 const char *reason);
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c361 uint64_t reason; local
364 &reason) == 0 && reason == ZIO_SUSPEND_MMP)
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c64 bug->values[4] = (u_long)ees->reason;
259 u_char reason; /* reason for last abort */ member in struct:eesunit
303 #define CODEREASON 20 /* reason codes */
714 ees->reason = CODEREASON + 1;
734 ees->reason = CODEREASON + 2;
751 ees->reason = CODEREASON + 5;
765 ees->reason = CODEREASON + 6;
776 ees->reason = CODEREASON + 7;
785 ees->reason
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h383 * @param reason a brief explanation of the error. If this is NULL, we'll
388 const char *reason);
400 * @param reason a brief message to send with the response code
405 const char *reason, struct evbuffer *databuf);
421 @param reason a brief message to send with the response code
425 const char *reason);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h134 lldb::StopReason reason; member in struct:lldb_private::ThreadStopInfo
/freebsd-13-stable/contrib/wpa/src/tls/
H A Dx509v3.h146 int *reason, int disable_time_checks);
/freebsd-13-stable/contrib/sendmail/contrib/
H A Detrn.pl253 my $reason = @_;
257 print "Timed out during $reason\n" if $verbose;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-pflog.c100 ND_PRINT((ndo, "%s", tok2str(pf_reasons, "unkn(%u)", hdr->reason)));
/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c485 int jobflags, reason; local
558 reason = 0;
567 reason = fp->p_flags & (PSIGNALED | PINTERRUPTED) ?
574 if ((reason != 0) && (adrof(STRprintexitvalue)) &&
576 xprintf(CGETS(17, 2, "Exit %d\n"), reason);
577 reason_str = putn((tcsh_number_t)reason);
582 if (reason && exiterr)
986 int status, reason; local
1004 status = reason = -1;
1036 ((pstatus == status && pp->p_reason == reason) ||
[all...]
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c186 reason = __LINE__; \
238 int reason; local
384 reason = __LINE__;
386 CTR3(KTR_CXGBE, "%s: not offloading (%d), rc %d", __func__, reason, rc);
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_decode_etmv4i.h95 ocsd_err_t handleBadPacket(const char *reason);
/freebsd-13-stable/sys/dev/rtwn/rtl8192e/
H A Dr92e_fw.c67 r92e_fw_reset(struct rtwn_softc *sc, int reason) argument

Completed in 197 milliseconds

1234567891011>>