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

<<1112131415161718

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1663 between every packet for IN transactions, so there is no reason to
1859 between every packet for IN transactions, so there is no reason to
2105 * Call a user's callback for a specific reason.
2112 * @param reason Reason this callback is being called
2119 cvmx_usb_callback_t reason,
2122 cvmx_usb_callback_func_t callback = usb->callback[reason];
2123 void *user_data = usb->callback_data[reason];
2136 if ((reason == CVMX_USB_CALLBACK_TRANSFER_COMPLETE) && transaction->callback)
2153 callback((cvmx_usb_state_t *)usb, reason, complete_code, pipe_handle, submit_handle,
2812 * @param reason Whic
2116 __cvmx_usb_perform_callback(cvmx_usb_internal_state_t *usb, cvmx_usb_pipe_t *pipe, cvmx_usb_transaction_t *transaction, cvmx_usb_callback_t reason, cvmx_usb_complete_t complete_code) argument
2819 cvmx_usb_register_callback(cvmx_usb_state_t *state, cvmx_usb_callback_t reason, cvmx_usb_callback_func_t callback, void *user_data) argument
[all...]
/freebsd-12-stable/sys/dev/mps/
H A Dmps_mapping.c485 * reason, a free entry cannot be found, look for the entry with the
656 u8 missing_cnt, reason = element->ReasonCode, update_dpm = 1; local
661 * Depending on the reason code, update the missing count. Always set
671 if ((reason == MPI2_EVENT_IR_CHANGE_RC_ADDED) ||
672 (reason == MPI2_EVENT_IR_CHANGE_RC_VOLUME_CREATED)) {
674 } else if (reason == MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED) {
692 if (reason == MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED)
822 if (!phy_change->dev_handle || (phy_change->reason !=
1125 phy_change->reason != MPI2_EVENT_SAS_TOPO_RC_TARG_ADDED)
1242 if (tmp_phy_change->reason
[all...]
/freebsd-12-stable/sys/net/
H A Dif_vxlan.c1566 const char *reason; local
1569 reason = "invalid virtual network identifier specified";
1574 reason = "source address type is not supported";
1579 reason = "destination address type is not supported";
1584 reason = "no valid destination address specified";
1590 reason = "can only specify interface with a group address";
1597 reason = "source and destination address must both "
1604 reason = "local port not specified";
1609 reason = "remote port not specified";
1616 if_printf(sc->vxl_ifp, "cannot initialize interface: %s\n", reason);
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Dca.c83 REV_CRL_REASON = 1, /* Value is CRL reason code */
210 {"crl_reason", OPT_CRL_REASON, 's', "revocation reason"},
212 "the hold instruction, an OID. Sets revocation reason to certificateHold"},
214 "sets compromise time to val and the revocation reason to keyCompromise"},
216 "sets compromise time to val and the revocation reason to CACompromise"},
2275 /* CRL reason strings */
2294 * string is: revtime[,reason,extra]. Where 'revtime' is the revocation time
2295 * (the current time). 'reason' is the optional CRL reason and 'extra' is any
2302 const char *reason local
[all...]
/freebsd-12-stable/contrib/unbound/libunbound/
H A Dlibworker.c718 int err, char* reason, int was_ratelimited)
730 if(reason)
731 q->res->why_bogus = strdup(reason);
746 if(reason)
747 q->res->why_bogus = strdup(reason);
717 add_bg_result(struct libworker* w, struct ctx_query* q, sldns_buffer* pkt, int err, char* reason, int was_ratelimited) argument
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Ddigest.c439 irep.u.error.reason);
744 irep.u.error.reason);
902 irep.u.error.reason);
1024 irep.u.error.reason);
1207 irep.u.error.reason);
/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h415 u_int16_t reason; /* reason to disconnect (only low byte) */ member in struct:__anon15999
446 u_int8_t reason; /* reason to disconnect (only low byte) */ member in struct:__anon16003
673 u_int8_t reason; /* reason to disconnect */ member in struct:__anon16019
694 u_int8_t reason; /* reason to reject */ member in struct:__anon16022
1760 u_int8_t reason; /* reason t member in struct:__anon16166
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c1972 int reason; local
1991 reason = zpool_import_status(config, &msgid);
2000 switch (reason) {
2100 assert(reason == ZPOOL_STATUS_OK);
2107 if (reason == ZPOOL_STATUS_VERSION_OLDER ||
2108 reason == ZPOOL_STATUS_FEAT_DISABLED) {
2113 } else if (reason == ZPOOL_STATUS_HOSTID_MISMATCH) {
2127 switch (reason) {
2218 if (reason == ZPOOL_STATUS_BAD_GUID_SUM) {
5177 * reason
5193 int reason; local
5266 zpool_get_name(zhp), reason, config); local
5321 zpool_get_name(zhp), reason, config); local
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c2625 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) argument
2640 if (reason == NULL) {
2641 reason = evhttp_response_phrase_internal(error);
2644 evhttp_response_code_(req, error, reason);
2646 evbuffer_add_printf(buf, ERR_FORMAT, error, reason, reason);
2682 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, argument
2685 evhttp_response_code_(req, code, reason);
2692 const char *reason)
2694 evhttp_response_code_(req, code, reason);
2691 evhttp_send_reply_start(struct evhttp_request *req, int code, const char *reason) argument
2866 evhttp_response_code_(struct evhttp_request *req, int code, const char *reason) argument
[all...]
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c2753 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) argument
2768 if (reason == NULL) {
2769 reason = evhttp_response_phrase_internal(error);
2772 evhttp_response_code_(req, error, reason);
2774 evbuffer_add_printf(buf, ERR_FORMAT, error, reason, reason);
2810 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, argument
2813 evhttp_response_code_(req, code, reason);
2820 const char *reason)
2822 evhttp_response_code_(req, code, reason);
2819 evhttp_send_reply_start(struct evhttp_request *req, int code, const char *reason) argument
2994 evhttp_response_code_(struct evhttp_request *req, int code, const char *reason) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp142 StopReason reason = eStopReasonInvalid; local
153 return reason;
167 StopReason reason = stop_info_sp->GetStopReason(); local
168 switch (reason) {
218 StopReason reason = stop_info_sp->GetStopReason(); local
219 switch (reason) {
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c902 enum lc_reason reason = LC_RENAME; local
934 reason = LC_ENTER;
941 reason = LC_LEAVE;
963 _cpp_do_file_change (pfile, reason, new_file, new_lineno, new_sysp);
967 FILE_LINE of TO_FILE, for reason REASON. SYSP is 1 for a system
971 _cpp_do_file_change (cpp_reader *pfile, enum lc_reason reason, argument
975 const struct line_map *map = linemap_add (pfile->line_table, reason, sysp,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dnotify.c709 const char *reason)
712 wpas_dbus_signal_p2p_group_formation_failure(wpa_s, reason);
708 wpas_notify_p2p_group_formation_failure(struct wpa_supplicant *wpa_s, const char *reason) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c143 char *reason;
145 return apr_strtoi64(status_line + 8, &reason, 10);
141 char *reason; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c109 _("code (%d), reason (\"%s\"), msg (\"%s\")"),
111 apu_err->reason ? apu_err->reason : "",
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h100 const u8 *addr, int reason);
102 const u8 *addr, int reason);
/freebsd-12-stable/contrib/gcc/
H A Dc-lex.c220 if (new_map->reason == LC_ENTER)
249 else if (new_map->reason == LC_LEAVE)
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddefs.h637 value.h, but needs to be here for the same reason. */
742 to be here for the same reason. FIXME: If we can eliminate this
939 /* Reasons for calling throw_exception(). NOTE: all reason values
955 #define RETURN_MASK(reason) (1 << (int)(-reason))
/freebsd-12-stable/sys/dev/aac/
H A Daac_debug.c162 aac_panic(struct aac_softc *sc, char *reason) argument
165 panic("%s", reason);
H A Daacvar.h489 extern void aac_panic(struct aac_softc *sc, char *reason);
501 # define aac_panic(sc, reason)
/freebsd-12-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c61 nandfs_wakeup_wait_cleaner(struct nandfs_device *fsdev, int reason) argument
65 if (reason == NANDFS_CLEANER_KILL)
/freebsd-12-stable/sys/netinet/
H A Dip_carp.c313 static void carp_set_state(struct carp_softc *, int, const char* reason);
318 const char* reason);
1268 carp_master_down_locked(struct carp_softc *sc, const char *reason) argument
1275 carp_set_state(sc, MASTER, reason);
2022 carp_set_state(struct carp_softc *sc, int state, const char *reason) argument
2035 carp_states[sc->sc_state], carp_states[state], reason);
2088 carp_demote_adj(int adj, char *reason) argument
2091 CARP_LOG("demoted by %d to %d (%s)\n", adj, V_carp_demotion, reason);
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem.c118 void ossl_statem_fatal(SSL *s, int al, int func, int reason, const char *file, argument
121 ERR_put_error(ERR_LIB_SSL, func, reason, file, line);
/freebsd-12-stable/sbin/dhclient/
H A Ddhclient.c594 * Returns 0: finish the nap which was interrupted for no good reason.
2019 script_init(const char *reason, struct string_list *medium) argument
2032 sizeof(size_t) + strlen(reason);
2042 len = strlen(reason);
2044 errs += buf_add(buf, reason, len);
2054 priv_script_init(const char *reason, char *medium) argument
2077 script_set_env(ip->client, "", "reason", reason);
2310 char *scriptName, *argv[2], **envp, *epp[3], reason[] = "REASON=NBI"; local
2322 epp[0] = reason;
[all...]
/freebsd-12-stable/crypto/openssl/crypto/err/
H A Derr.c196 * that we have something for each reason code that occurs in
197 * ERR_str_reasons, or bogus reason strings will be returned for SYSerr(),
198 * which always gets an errno value and never one of those 'standard' reason
403 void ERR_put_error(int lib, int func, int reason, const char *file, int line) argument
434 es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
611 BIO_snprintf(rsbuf, sizeof(rsbuf), "reason(%lu)", r);

Completed in 204 milliseconds

<<1112131415161718