Home
last modified time | relevance | path

Searched refs:reject (Results 351 - 375 of 405) sorted by relevance

1...<<11121314151617

/third_party/eudev/src/shared/
H A Dutil.c358 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 Dinspect_repl.js1028 heapSnapshotPromise = new Promise((resolve, reject) => {
1057 reject(error);
/third_party/node/lib/internal/streams/
H A Dreadable.js270 return new Promise((resolve, reject) => eos(this, (err) => (err && err !== error ? reject(err) : resolve(null))));
/third_party/node/lib/
H A Drepl.js631 const interrupt = new Promise((resolve, reject) => {
637 reject(err);
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c1163 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 Dhcd.c1139 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 Drs-test-templates.js215 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 Daic79xx_core.c5072 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 Daic79xx_core.c5070 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 Dfcnal-test.sh3674 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 Dcma.c1955 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 Dxfrm_policy.c3228 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 Dcma.c2106 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 Dfcnal-test.sh3945 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 Dxfrm_policy.c3311 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 Djs-call-reducer.cc870 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 Dcosa.c1846 goto reject; in rx_interrupt()
1857 reject: /* Reject the packet */ in rx_interrupt()
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A D57xx_iscsi_hsi.h1521 struct bnx2i_reject_msg reject; member
/kernel/linux/linux-5.10/include/linux/qed/
H A Discsi_common.h706 struct iscsi_reject_hdr reject; member
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h1574 atomic_t reject; /* submissions will fail */ member
/kernel/linux/linux-6.6/include/linux/qed/
H A Discsi_common.h706 struct iscsi_reject_hdr reject; member
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h1604 atomic_t reject; /* submissions will fail */ member
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A D57xx_iscsi_hsi.h1521 struct bnx2i_reject_msg reject; member
/third_party/node/test/parallel/
H A Dtest-stream-pipeline.js1548 return Promise.reject(new Error('stop'));
/third_party/node/src/
H A Dnode_file.cc682 void FSReqCallback::Reject(Local<Value> reject) { in Reject() argument
683 MakeCallback(env()->oncomplete_string(), 1, &reject); in Reject()

Completed in 91 milliseconds

1...<<11121314151617