/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | 92 process["on"]("unhandledRejection", function(reason) { 93 throw reason; [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 457 const char** reason) { in SelectGarbageCollector() 461 *reason = "GC in old space requested"; in SelectGarbageCollector() 466 *reason = "GC in old space forced by flags"; in SelectGarbageCollector() 472 *reason = "Incremental marking needs finalization"; in SelectGarbageCollector() 478 *reason = "Incremental marking forced finalization"; in SelectGarbageCollector() 486 *reason = "scavenge might not succeed"; in SelectGarbageCollector() 493 *reason = nullptr; in SelectGarbageCollector() 456 SelectGarbageCollector(AllocationSpace space, const char** reason) SelectGarbageCollector() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 5444 Handle<Object> reason, bool debug_event) { in Reject() 5451 if (debug_event) isolate->debug()->OnPromiseReject(promise, reason); in Reject() 5461 // 3. Set promise.[[PromiseResult]] to reason. in Reject() 5464 promise->set_reactions_or_result(*reason); in Reject() 5472 isolate->ReportPromiseReject(promise, reason, kPromiseRejectWithNoHandler); in Reject() 5475 // 8. Return TriggerPromiseReactions(reactions, reason). in Reject() 5476 return TriggerPromiseReactions(isolate, reactions, reason, in Reject() 5538 Handle<Object> reason(isolate->pending_exception(), isolate); in Resolve() 5540 return Reject(promise, reason, false); in Resolve() 5443 Reject(Handle<JSPromise> promise, Handle<Object> reason, bool debug_event) Reject() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 1411 static enum reset_type efx_ef10_map_reset_reason(enum reset_type reason) in efx_ef10_map_reset_reason() argument 1413 if (reason == RESET_TYPE_MC_FAILURE) in efx_ef10_map_reset_reason() 1416 return efx_mcdi_map_reset_reason(reason); in efx_ef10_map_reset_reason()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 3744 enum ieee80211_frame_release_type reason, in iwl_mvm_sta_modify_sleep_tx_count() 3793 if (reason == IEEE80211_FRAME_RELEASE_UAPSD) in iwl_mvm_sta_modify_sleep_tx_count() 3808 if (reason == IEEE80211_FRAME_RELEASE_PSPOLL) { in iwl_mvm_sta_modify_sleep_tx_count() 3742 iwl_mvm_sta_modify_sleep_tx_count(struct iwl_mvm *mvm, struct ieee80211_sta *sta, enum ieee80211_frame_release_type reason, u16 cnt, u16 tids, bool more_data, bool single_sta_queue) iwl_mvm_sta_modify_sleep_tx_count() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3032 * completion with a timedout reason. 4341 u32 reason; /* %WMI_SCAN_REASON_ */ member 4375 u32 reason; member 5083 u32 tid, u32 initiator, u32 reason);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 2370 "==========>received disassoc/deauth(%x) frame, reason code:%x\n", in rtllib_rx_deauth() 2372 ((struct rtllib_disassoc *)skb->data)->reason); in rtllib_rx_deauth() 3080 disauth->reason = cpu_to_le16(asRsn); in rtllib_disauth_skb() 3107 disass->reason = cpu_to_le16(asRsn); in rtllib_disassociate_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef10.c | 1411 static enum reset_type efx_ef10_map_reset_reason(enum reset_type reason) in efx_ef10_map_reset_reason() argument 1413 if (reason == RESET_TYPE_MC_FAILURE) in efx_ef10_map_reset_reason() 1416 return efx_mcdi_map_reset_reason(reason); in efx_ef10_map_reset_reason()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 3026 if ((cpc->reason & CP_UMOUNT) || in __flush_nat_entry_set() 3104 if (cpc->reason & CP_UMOUNT) { in f2fs_flush_nat_entries() 3120 if (cpc->reason & CP_UMOUNT || in f2fs_flush_nat_entries()
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd.c | 1347 "DASD device driver, reason=%s\n", errorstring); in dasd_term_IO() 1389 "device driver, reason=%s\n", errorstring); in dasd_start_IO() 1471 "reason=%s\n", errorstring); in dasd_start_IO() 1925 "reason=%s\n", errorstring); in __dasd_process_cqr() 3945 unsigned int reason) in dasd_handle_autoquiesce() 3947 /* in any case write eer message with reason */ in dasd_handle_autoquiesce() 3949 dasd_eer_write(device, cqr, reason); in dasd_handle_autoquiesce() 3951 if (!test_bit(reason, &device->aq_mask)) in dasd_handle_autoquiesce() 3982 "reason=%s\n", "13"); in dasd_generic_build_rdc() 3943 dasd_handle_autoquiesce(struct dasd_device *device, struct dasd_ccw_req *cqr, unsigned int reason) dasd_handle_autoquiesce() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.h | 3146 * completion with a timedout reason. 4177 __le32 reason; /* %WMI_SCAN_REASON_ */ member 4211 __le32 reason; member 4875 u32 tid, u32 initiator, u32 reason);
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 4053 enum ieee80211_frame_release_type reason, in iwl_mvm_sta_modify_sleep_tx_count() 4102 if (reason == IEEE80211_FRAME_RELEASE_UAPSD) in iwl_mvm_sta_modify_sleep_tx_count() 4117 if (reason == IEEE80211_FRAME_RELEASE_PSPOLL) { in iwl_mvm_sta_modify_sleep_tx_count() 4051 iwl_mvm_sta_modify_sleep_tx_count(struct iwl_mvm *mvm, struct ieee80211_sta *sta, enum ieee80211_frame_release_type reason, u16 cnt, u16 tids, bool more_data, bool single_sta_queue) iwl_mvm_sta_modify_sleep_tx_count() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 248 * first dword is the reason for this report while the second is the timestamp, 286 /* On Gen8+ automatically triggered OA reports include a 'reason' field... */ 782 u64 reason; in gen8_append_oa_reports() local 785 * The reason field includes flags identifying what in gen8_append_oa_reports() 789 reason = oa_report_reason(stream, report); in gen8_append_oa_reports() 806 * context-switch-report: This is a report with the reason type in gen8_append_oa_reports() 865 * We don't rely solely on the reason field to identify context in gen8_append_oa_reports() 872 reason & OAREPORT_REASON_CTX_SWITCH) { in gen8_append_oa_reports() 1765 * The reason we clear the buffer for each re-init is for the in gen7_init_oa_buffer() 1818 * The reason w in gen8_init_oa_buffer() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 519 enum skb_drop_reason *reason) in sock_queue_rcv_skb_reason() 542 if (reason) in sock_queue_rcv_skb_reason() 543 *reason = drop_reason; in sock_queue_rcv_skb_reason() 1849 * the UNIX standard wants it for whatever reason... -DaveM in sk_getsockopt() 518 sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, enum skb_drop_reason *reason) sock_queue_rcv_skb_reason() argument
|
/third_party/f2fs-tools/fsck/ |
H A D | mount.c | 599 u8 *reason = sb->s_stop_reason; in print_sb_stop_reason() local 605 MSG(0, "Info: checkpoint stop reason: "); in print_sb_stop_reason() 608 if (reason[i]) in print_sb_stop_reason() 609 MSG(0, "%s(%d) ", stop_reason_str[i], reason[i]); in print_sb_stop_reason()
|
/third_party/libcoap/src/ |
H A D | coap_net.c | 1190 /* Q-Block test Session has failed for some reason */ in coap_send() 2294 coap_nack_reason_t reason) { in coap_cancel_session_messages() 2304 context->nack_handler(session, q->pdu, reason, q->id); in coap_cancel_session_messages() 2322 context->nack_handler(session, q->pdu, reason, q->id); in coap_cancel_session_messages() 2293 coap_cancel_session_messages(coap_context_t *context, coap_session_t *session, coap_nack_reason_t reason) coap_cancel_session_messages() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cVertexAttribBindingTests.cpp | 81 std::ostringstream reason; in IsSSBOInVSFSAvailable() local 82 reason << "Required " << required << " VS storage blocks but only " << blocksVS << " available." in IsSSBOInVSFSAvailable() 86 OutputNotSupported(reason.str()); in IsSSBOInVSFSAvailable()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | hostapd.c | 62 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason); 614 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason) in hostapd_flush_old_stations() argument 636 hostapd_drv_sta_deauth(hapd, addr, reason); in hostapd_flush_old_stations()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | hostapd.c | 60 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason); 577 static int hostapd_flush_old_stations(struct hostapd_data *hapd, u16 reason) in hostapd_flush_old_stations() argument 599 hostapd_drv_sta_deauth(hapd, addr, reason); in hostapd_flush_old_stations()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 821 arg->reason = ev->reason; in ath10k_wmi_tlv_op_pull_scan_ev() 1638 arg->reason = ev->reason; in ath10k_wmi_tlv_op_pull_roam_ev()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 303 * loop for some reason (an NMI, for in getfreq() 304 * example). For this reason we will in getfreq() 1685 * 'reason' means: 1690 void sym_start_up(struct Scsi_Host *shost, int reason) argument 1701 if (reason == 1) 1862 if (reason == 0) { 1924 if (reason != 0) 2789 * feature. For this reason, we handle recovery preferently 2839 * interrupts for that reason. BTW, I dislike a LOT 3393 * Keep track in cam status of the reason o [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_linux.c | 1229 u16 reason; in rtw_wx_set_mlme() local 1239 reason = mlme->reason_code; in rtw_wx_set_mlme() 1241 DBG_871X("%s, cmd =%d, reason =%d\n", __func__, mlme->cmd, reason); in rtw_wx_set_mlme() 3344 static int wpa_mlme(struct net_device *dev, u32 command, u32 reason) in wpa_mlme() argument
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.c | 303 * loop for some reason (an NMI, for in getfreq() 304 * example). For this reason we will in getfreq() 1685 * 'reason' means: 1690 void sym_start_up(struct Scsi_Host *shost, int reason) argument 1701 if (reason == 1) 1862 if (reason == 0) { 1924 if (reason != 0) 2789 * feature. For this reason, we handle recovery preferently 2839 * interrupts for that reason. BTW, I dislike a LOT 3393 * Keep track in cam status of the reason o [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 2012 u32 hash, reason; in mtk_poll_rx() local 2140 reason = FIELD_GET(MTK_RXD5_PPE_CPU_REASON, trxd.rxd5); in mtk_poll_rx() 2147 reason = FIELD_GET(MTK_RXD4_PPE_CPU_REASON, trxd.rxd4); in mtk_poll_rx() 2173 if (reason == MTK_PPE_CPU_REASON_HIT_UNBIND_RATE_REACHED) in mtk_poll_rx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 828 arg->reason = ev->reason; in ath10k_wmi_tlv_op_pull_scan_ev() 1649 arg->reason = ev->reason; in ath10k_wmi_tlv_op_pull_roam_ev()
|