Home
last modified time | relevance | path

Searched refs:s_req (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/tests/
H A Dtest_monitor.py23 s_req = self.context.socket(zmq.REQ)
24 self.sockets.extend([s_rep, s_req])
25 s_req.bind("tcp://127.0.0.1:6666")
69 s_req = self.context.socket(zmq.REQ)
70 self.sockets.extend([s_rep, s_req])
71 s_req.bind("tcp://127.0.0.1:6667")
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c365 if (!s_req) in ath6kl_sdio_alloc_prep_scat_req()
371 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
375 s_req->virt_dma_buf = in ath6kl_sdio_alloc_prep_scat_req()
381 if (!s_req->sgentries) { in ath6kl_sdio_alloc_prep_scat_req()
382 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
390 kfree(s_req->sgentries); in ath6kl_sdio_alloc_prep_scat_req()
392 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
707 list_del(&s_req->list); in ath6kl_sdio_cleanup_scatter()
715 if (s_req->busrequest) { in ath6kl_sdio_cleanup_scatter()
720 kfree(s_req->sgentries); in ath6kl_sdio_cleanup_scatter()
[all …]
H A Dhif-ops.h66 struct hif_scatter_req *s_req) in hif_scatter_req_add() argument
68 return ar->hif_ops->scatter_req_add(ar, s_req); in hif_scatter_req_add()
H A Dhif.h239 struct hif_scatter_req *s_req);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c365 if (!s_req) in ath6kl_sdio_alloc_prep_scat_req()
371 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
375 s_req->virt_dma_buf = in ath6kl_sdio_alloc_prep_scat_req()
381 if (!s_req->sgentries) { in ath6kl_sdio_alloc_prep_scat_req()
382 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
390 kfree(s_req->sgentries); in ath6kl_sdio_alloc_prep_scat_req()
392 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
707 list_del(&s_req->list); in ath6kl_sdio_cleanup_scatter()
715 if (s_req->busrequest) { in ath6kl_sdio_cleanup_scatter()
720 kfree(s_req->sgentries); in ath6kl_sdio_cleanup_scatter()
[all …]
H A Dhif-ops.h66 struct hif_scatter_req *s_req) in hif_scatter_req_add() argument
68 return ar->hif_ops->scatter_req_add(ar, s_req); in hif_scatter_req_add()
H A Dhif.h239 struct hif_scatter_req *s_req);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c365 if (!s_req) in ath6kl_sdio_alloc_prep_scat_req()
371 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
375 s_req->virt_dma_buf = in ath6kl_sdio_alloc_prep_scat_req()
381 if (!s_req->sgentries) { in ath6kl_sdio_alloc_prep_scat_req()
382 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
390 kfree(s_req->sgentries); in ath6kl_sdio_alloc_prep_scat_req()
392 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
707 list_del(&s_req->list); in ath6kl_sdio_cleanup_scatter()
715 if (s_req->busrequest) { in ath6kl_sdio_cleanup_scatter()
720 kfree(s_req->sgentries); in ath6kl_sdio_cleanup_scatter()
[all …]
H A Dhif-ops.h66 struct hif_scatter_req *s_req) in hif_scatter_req_add() argument
68 return ar->hif_ops->scatter_req_add(ar, s_req); in hif_scatter_req_add()
H A Dhif.h239 struct hif_scatter_req *s_req);
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/utils/
H A Dhi_paf.c928 static void hi_pipe_push (Hi5State* s_req, void* ssn) in hi_pipe_push() argument
930 uint32_t nreq = s_req->pipe & 0xFF; in hi_pipe_push()
931 uint32_t pipe = s_req->pipe >> 8; in hi_pipe_push()
943 if ( s_req->flags & HIF_NOB ) in hi_pipe_push()
949 s_req->pipe = (pipe << 8) | ++nreq; in hi_pipe_push()
954 Hi5State* s_req; in hi_pipe_pop() local
962 s_req = *pv; in hi_pipe_pop()
964 nreq = s_req->pipe & 0xFF; in hi_pipe_pop()
965 pipe = s_req->pipe >> 8; in hi_pipe_pop()
979 s_req->pipe = (pipe << 8) | nreq; in hi_pipe_pop()
/dports/net/py-pyroute2.ndb/pyroute2.ndb-0.6.5/pr2modules/ndb/objects/
H A Droute.py107 s_req = 'SELECT f_route_id FROM routes %s' % spec
110 for route_id in schema.execute(s_req, values).fetchall():
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1551 s_req(S, close).
1554 s_req(S, {Request}).
1594 s_req(S, Req) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1902 s_req(S, close).
1905 s_req(S, {Request}).
1945 s_req(S, Req) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1934 s_req(S, close).
1937 s_req(S, {Request}).
1977 s_req(S, Req) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1673 s_req(S, close).
1676 s_req(S, {Request}).
1716 s_req(S, Req) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1934 s_req(S, close).
1937 s_req(S, {Request}).
1977 s_req(S, Req) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1934 s_req(S, close).
1937 s_req(S, {Request}).
1977 s_req(S, Req) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dgen_sctp_SUITE.erl1934 s_req(S, close).
1937 s_req(S, {Request}).
1977 s_req(S, Req) -> function
/dports/www/varnish6/varnish-cache-varnish-6.6.2/doc/sphinx/whats-new/
H A Dupgrading-5.2.rst190 * The ``MAIN.s_req`` statistic has been removed, as it was identical
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A Dtester.actor.cpp474 state ReplyPromise<vector<PerfMetric>> s_req = req; in runWorkloadAsync()
483 s_req.sendError( operation_failed() ); in runWorkloadAsync()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dvarnish.c1447 "requests", stats->s_req); in varnish_monitor()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-aarch64.c1286 s_req (int a ATTRIBUTE_UNUSED) in s_req() function
1963 {"req", s_req, 0},
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-aarch64.c1286 s_req (int a ATTRIBUTE_UNUSED) in s_req() function
1963 {"req", s_req, 0},
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-aarch64.c1438 s_req (int a ATTRIBUTE_UNUSED) in s_req() function
2145 {"req", s_req, 0},

12