Searched refs:reason (Results 276 - 300 of 465) sorted by relevance

<<111213141516171819

/freebsd-11-stable/sys/kern/
H A Dkern_exit.c568 int reason = CLD_EXITED; local
570 reason = CLD_DUMPED;
572 reason = CLD_KILLED;
573 SDT_PROBE1(proc, , , exit, reason);
705 * Limit size of 'reason' string to 128. Will fit even when
1088 * There should be no reason to limit resources usage info to
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h129 void (*exception_cleanup)(_Unwind_Reason_Code reason,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h33 // formatters unless they have a good reason to bypass it and prefer to use
187 CompilerType compiler_type, uint32_t reason,
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c296 exit_reason_to_str(int reason) argument
300 switch (reason) {
408 snprintf(reasonbuf, sizeof(reasonbuf), "%d", reason);
2182 int reason; local
2184 reason = (qual >> 30) & 0x3;
2185 switch (reason) {
2195 panic("%s: invalid reason %d", __func__, reason);
2248 uint32_t intr_type, intr_vec, reason; local
2259 reason
[all...]
/freebsd-11-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-11-stable/crypto/openssl/apps/
H A Dca.c137 #define REV_CRL_REASON 1 /* Value is CRL reason code */
2614 /* CRL reason strings */
2633 * string is: revtime[,reason,extra]. Where 'revtime' is the revocation time
2634 * (the current time). 'reason' is the optional CRL reason and 'extra' is any
2641 const char *reason = NULL; local
2652 reason = crl_reasons[i];
2656 if (reason == NULL) {
2657 BIO_printf(bio_err, "Unknown CRL reason %s\n", rev_arg);
2673 reason
[all...]
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.c483 * reason, a free entry cannot be found, look for the entry with the
654 u8 missing_cnt, reason = element->ReasonCode, update_dpm = 1; local
659 * Depending on the reason code, update the missing count. Always set
669 if ((reason == MPI2_EVENT_IR_CHANGE_RC_ADDED) ||
670 (reason == MPI2_EVENT_IR_CHANGE_RC_VOLUME_CREATED)) {
672 } else if (reason == MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED) {
690 if (reason == MPI2_EVENT_IR_CHANGE_RC_VOLUME_DELETED)
820 if (!phy_change->dev_handle || (phy_change->reason !=
1123 phy_change->reason != MPI2_EVENT_SAS_TOPO_RC_TARG_ADDED)
1243 if (tmp_phy_change->reason
[all...]
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c359 enum nl80211_timeout_reason reason; local
361 reason = nla_get_u32(timeout_reason);
362 switch (reason) {
470 struct nlattr *reason, struct nlattr *addr,
501 if (reason)
502 data.deauth_info.reason_code = nla_get_u16(reason);
1544 u32 reason; local
1555 reason = nla_get_u32(tb[NL80211_ATTR_CONN_FAILED_REASON]);
1556 switch (reason) {
1568 wpa_printf(MSG_DEBUG, "nl8021l: Unknown connect failed reason "
469 mlme_event_disconnect(struct wpa_driver_nl80211_data *drv, struct nlattr *reason, struct nlattr *addr, struct nlattr *by_ap) argument
[all...]
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c1565 const char *reason; local
1568 reason = "invalid virtual network identifier specified";
1573 reason = "source address type is not supported";
1578 reason = "destination address type is not supported";
1583 reason = "no valid destination address specified";
1589 reason = "can only specify interface with a group address";
1596 reason = "source and destination address must both "
1603 reason = "local port not specified";
1608 reason = "remote port not specified";
1615 if_printf(sc->vxl_ifp, "cannot initialize interface: %s\n", reason);
[all...]
/freebsd-11-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-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h412 u_int16_t reason; /* reason to disconnect (only low byte) */ member in struct:__anon136
443 u_int8_t reason; /* reason to disconnect (only low byte) */ member in struct:__anon140
667 u_int8_t reason; /* reason to disconnect */ member in struct:__anon156
688 u_int8_t reason; /* reason to reject */ member in struct:__anon159
1754 u_int8_t reason; /* reason t member in struct:__anon303
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-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-11-stable/contrib/gcc/
H A Dc-lex.c220 if (new_map->reason == LC_ENTER)
249 else if (new_map->reason == LC_LEAVE)
/freebsd-11-stable/sys/dev/aac/
H A Daac_debug.c160 aac_panic(struct aac_softc *sc, char *reason) argument
163 panic("%s", reason);
H A Daacvar.h487 extern void aac_panic(struct aac_softc *sc, char *reason);
499 # define aac_panic(sc, reason)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c109 _("code (%d), reason (\"%s\"), msg (\"%s\")"),
111 apu_err->reason ? apu_err->reason : "",
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c172 junk(const char *mandir, const char *name, const char *reason) argument
175 fprintf(stderr, "%s/%s: %s\n", mandir, name, reason);
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-device.c1546 * @reason: "Reason" for the interrupt, the value of X3100's
1568 u64 *reason)
1578 vxge_assert((hldev != NULL) && (reason != NULL));
1585 "reason = 0x"VXGE_OS_STXFMT, (ptr_t) devh,
1586 skip_alarms, (ptr_t) reason);
1594 *reason = 0;
1614 *reason = 0;
1621 *reason = val64;
1721 * First it uses vxge_hal_device_begin_irq() to check the reason for
1736 u64 reason; local
1565 vxge_hal_device_begin_irq( vxge_hal_device_h devh, u32 skip_alarms, u64 *reason) argument
[all...]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_cleaner.c59 nandfs_wakeup_wait_cleaner(struct nandfs_device *fsdev, int reason) argument
63 if (reason == NANDFS_CLEANER_KILL)
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_err.c59 * only reason strings will be preserved.
70 # define ERR_REASON(reason) ERR_PACK(ERR_LIB_SSL,0,reason)
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h100 const u8 *addr, int reason);
102 const u8 *addr, int reason);

Completed in 405 milliseconds

<<111213141516171819