/third_party/eudev/src/shared/ |
H A D | util.c | 358 static size_t strcspn_escaped(const char *s, const char *reject) { in strcspn_escaped() argument 367 else if (strchr(reject, s[n])) in strcspn_escaped()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 1028 heapSnapshotPromise = new Promise((resolve, reject) => { 1057 reject(error);
|
/third_party/node/lib/internal/streams/ |
H A D | readable.js | 270 return new Promise((resolve, reject) => eos(this, (err) => (err && err !== error ? reject(err) : resolve(null))));
|
/third_party/node/lib/ |
H A D | repl.js | 631 const interrupt = new Promise((resolve, reject) => { 637 reject(err);
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 1163 if (unlikely(atomic_read(&urb->reject))) { in usb_hcd_link_urb_to_ep() 1571 * of urb->reject below. Pairs with the memory barriers in in usb_hcd_submit_urb() 1577 if (atomic_read(&urb->reject)) in usb_hcd_submit_urb() 1682 * of urb->reject below. Pairs with the memory barriers in in __usb_hcd_giveback_urb() 1687 if (unlikely(atomic_read(&urb->reject))) in __usb_hcd_giveback_urb()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 1139 if (unlikely(atomic_read(&urb->reject))) { in usb_hcd_link_urb_to_ep() 1548 * of urb->reject below. Pairs with the memory barriers in in usb_hcd_submit_urb() 1554 if (atomic_read(&urb->reject)) in usb_hcd_submit_urb() 1657 * of urb->reject below. Pairs with the memory barriers in in __usb_hcd_giveback_urb() 1662 if (unlikely(atomic_read(&urb->reject))) in __usb_hcd_giveback_urb()
|
/third_party/node/test/fixtures/wpt/streams/resources/ |
H A D | rs-test-templates.js | 215 t.unreached_func('read() should not reject') 228 t.unreached_func('read() should not reject') 233 t.unreached_func('read() should not reject') 269 promise_rejects_js(t, TypeError, read1, 'first read should reject'), 270 promise_rejects_js(t, TypeError, read2, 'second read should reject'), 271 promise_rejects_js(t, TypeError, closed, 'closed should reject') 274 }, label + ': releasing the lock should reject all pending read requests'); 286 }, label + ': releasing the lock should cause further read() calls to reject with a TypeError'); 300 }, label + ': releasing the lock should cause closed calls to reject with a TypeError'); 393 }, label + ': releasing the lock should cause closed to reject an [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 5072 int reject; in ahd_parse_msg() local 5078 reject = FALSE; in ahd_parse_msg() 5125 reject = TRUE; in ahd_parse_msg() 5169 reject = TRUE; in ahd_parse_msg() 5200 reject = TRUE; in ahd_parse_msg() 5231 * request, reject it. in ahd_parse_msg() 5234 reject = TRUE; in ahd_parse_msg() 5274 if (sending_reply == FALSE && reject == FALSE) { in ahd_parse_msg() 5299 reject = TRUE; in ahd_parse_msg() 5347 * then we'll have to reject th in ahd_parse_msg() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 5070 int reject; in ahd_parse_msg() local 5076 reject = FALSE; in ahd_parse_msg() 5123 reject = TRUE; in ahd_parse_msg() 5167 reject = TRUE; in ahd_parse_msg() 5198 reject = TRUE; in ahd_parse_msg() 5229 * request, reject it. in ahd_parse_msg() 5232 reject = TRUE; in ahd_parse_msg() 5272 if (sending_reply == FALSE && reject == FALSE) { in ahd_parse_msg() 5297 reject = TRUE; in ahd_parse_msg() 5345 * then we'll have to reject th in ahd_parse_msg() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 3674 log_test_addr ${a} $? 1 "Global server, reject with TCP-reset on Rx" 3692 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach" 3702 run_cmd iptables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with tcp-reset 3711 run_cmd iptables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with icmp-port-unreachable 3712 run_cmd iptables -A INPUT -p udp --dport 12345 -j REJECT --reject-with icmp-port-unreachable 3731 log_test_addr ${a} $? 1 "Global server, reject with TCP-reset on Rx" 3749 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach" 3759 run_cmd ip6tables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with tcp-reset 3767 run_cmd ip6tables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with icmp6-port-unreachable 3768 run_cmd ip6tables -A INPUT -p udp --dport 12345 -j REJECT --reject [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cma.c | 1955 goto reject; in cma_rep_recv() 1959 goto reject; in cma_rep_recv() 1964 goto reject; in cma_rep_recv() 1967 reject: in cma_rep_recv() 4368 * In the case of error, a reject message is sent to the remote side and the 4413 goto reject; in rdma_accept() 4416 reject: in rdma_accept()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 3228 if (!x->type->reject) in xfrm_secpath_reject() 3230 return x->type->reject(x, skb, fl); in xfrm_secpath_reject() 3675 goto reject; in __xfrm_policy_check() 3707 goto reject; in __xfrm_policy_check() 3713 goto reject; in __xfrm_policy_check() 3723 reject: in __xfrm_policy_check()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cma.c | 2106 goto reject; in cma_rep_recv() 2110 goto reject; in cma_rep_recv() 2115 goto reject; in cma_rep_recv() 2118 reject: in cma_rep_recv() 4624 * In the case of error, a reject message is sent to the remote side and the 4669 goto reject; in rdma_accept() 4672 reject: in rdma_accept()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fcnal-test.sh | 3945 log_test_addr ${a} $? 1 "Global server, reject with TCP-reset on Rx" 3963 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach" 3973 run_cmd iptables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with tcp-reset 3982 run_cmd iptables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with icmp-port-unreachable 3983 run_cmd iptables -A INPUT -p udp --dport 12345 -j REJECT --reject-with icmp-port-unreachable 4002 log_test_addr ${a} $? 1 "Global server, reject with TCP-reset on Rx" 4020 log_test_addr ${a} $? 1 "Global ${stype} server, Rx reject icmp-port-unreach" 4030 run_cmd ip6tables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with tcp-reset 4038 run_cmd ip6tables -A INPUT -p tcp --dport 12345 -j REJECT --reject-with icmp6-port-unreachable 4039 run_cmd ip6tables -A INPUT -p udp --dport 12345 -j REJECT --reject [all...] |
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 3311 if (!x->type->reject) in xfrm_secpath_reject() 3313 return x->type->reject(x, skb, fl); in xfrm_secpath_reject() 3721 goto reject; in __xfrm_policy_check() 3753 goto reject; in __xfrm_policy_check() 3759 goto reject; in __xfrm_policy_check() 3769 reject: in __xfrm_policy_check()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 870 TNode<JSFunction> reject, FrameState frame_state) { in CallPromiseExecutor() 880 executor, UndefinedConstant(), resolve, reject, no_feedback, in CallPromiseExecutor() 885 void CallPromiseReject(TNode<JSFunction> reject, TNode<Object> exception, in CallPromiseReject() argument 896 reject, UndefinedConstant(), exception, no_feedback, n.context(), in CallPromiseReject() 2216 jsgraph->UndefinedConstant(), /* reject function */ 2229 TNode<JSFunction> reject) { 2234 promise, reject}; 2285 // Allocate closures for the resolve and reject cases. 2297 TNode<JSFunction> reject = 2302 frame_state_params, constructor_frame_state, promise, reject); 869 CallPromiseExecutor(TNode<Object> executor, TNode<JSFunction> resolve, TNode<JSFunction> reject, FrameState frame_state) CallPromiseExecutor() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | cosa.c | 1846 goto reject; in rx_interrupt() 1857 reject: /* Reject the packet */ in rx_interrupt()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | 57xx_iscsi_hsi.h | 1521 struct bnx2i_reject_msg reject; member
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | iscsi_common.h | 706 struct iscsi_reject_hdr reject; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 1574 atomic_t reject; /* submissions will fail */ member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | iscsi_common.h | 706 struct iscsi_reject_hdr reject; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | usb.h | 1604 atomic_t reject; /* submissions will fail */ member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | 57xx_iscsi_hsi.h | 1521 struct bnx2i_reject_msg reject; member
|
/third_party/node/test/parallel/ |
H A D | test-stream-pipeline.js | 1548 return Promise.reject(new Error('stop'));
|
/third_party/node/src/ |
H A D | node_file.cc | 682 void FSReqCallback::Reject(Local<Value> reject) { in Reject() argument 683 MakeCallback(env()->oncomplete_string(), 1, &reject); in Reject()
|