Searched refs:reason (Results 426 - 439 of 439) sorted by relevance

<<1112131415161718

/freebsd-12-stable/sys/netinet/
H A Dsctp_output.c2881 * It is restricted for some reason..
2943 * It is restricted for some reason..
3156 * It is restricted for some reason..
3215 * reason.. probably not yet added.
3285 * for some reason..
6613 /* Abort this assoc with m as the user defined reason */
6739 int num_out, reason, now_filled = 0; local
6745 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_NOT_LOCKED);
8094 * of tracking to do if for some reason
8319 * of tracking to do if for some reason
13649 int num_out, reason, frag_point; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c941 /* Don't look in full CRL if delta reason is removefromCRL */
1606 * reason is not removeFromCRL.
1609 if (rev->reason == CRL_REASON_REMOVE_FROM_CRL)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7727 UnavailableAttr::ImplicitReason &reason) {
7743 reason = UnavailableAttr::IR_ForbiddenWeak;
7752 reason = UnavailableAttr::IR_ARCForbiddenType;
7764 assert(Reason && "didn't set reason?");
7725 isForbiddenTypeAllowed(Sema &S, Decl *D, const DelayedDiagnostic &diag, UnavailableAttr::ImplicitReason &reason) argument
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c3427 * @reason_code: IEEE 802.11 reason code for the deauthenticate frame
3440 " pending_bssid=" MACSTR " reason=%d (%s) state=%s",
7020 void wpas_auth_failed(struct wpa_supplicant *wpa_s, char *reason) argument
7074 "id=%d ssid=\"%s\" auth_failures=%u duration=%d reason=%s",
7076 ssid->auth_failures, dur, reason);
/freebsd-12-stable/sys/dev/isp/
H A Disp_library.c3294 ISP_IOXPUT_8(isp, src->abts_rsp_payload.ba_rjt.reason, &dst->abts_rsp_payload.ba_rjt.reason);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c4725 conflict->reason = svn_wc_conflict_reason_edited;
H A Dwc_db.c6818 svn_wc_conflict_reason_t reason; local
6841 SVN_ERR(svn_wc__conflict_read_tree_conflict(&reason, &action,
6848 if (reason == svn_wc_conflict_reason_deleted
6849 || reason == svn_wc_conflict_reason_replaced)
10764 /* The node contains a cache. No reason to look further */
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c7388 conflict->reason = local_change;
12971 return get_conflict_desc2_t(conflict)->reason;
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c1838 event.status = ib_event->param.rej_rcvd.reason;
/freebsd-12-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1654 ! borrow, only with 32-bit one. For this reason we "decompose" 64-bit
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex2758 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2814 % particular reason), but this is not advertised and we don't care.
8052 % For the same basic reason, we retypeset the "Top" at every
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4439 UnavailableAttr::ImplicitReason reason);
4629 /// return a reason explaining why. Otherwise, return NOUR_None.
12057 /// Describes the reason a calling convention specification was ignored, used
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2031 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c1999 ** reason, the entire database file will be overwritten by the current
2314 ** filename if it needs to remember the filename for some reason.
2567 ** ^If for some reason, sqlite3_initialize() is unable to initialize
5103 ** interfaces, the underlying reason for the error is returned immediately.
8688 ** the reason the mutex does not exist is because the build is not
10689 ** database handle in autocommit mode but fails for some other reason,
10903 ** If sqlite3_deserialize(D,S,P,N,M,F) fails for any reason and if the
13095 ** The second argument indicates the reason that FTS5 is requesting
16475 ** For this reason, the default name prefix is changed to be "sqlite"
16547 ** Locking in windows is manditory. For this reason, w
[all...]

Completed in 1024 milliseconds

<<1112131415161718