Home
last modified time | relevance | path

Searched refs:request (Results 176 – 200 of 1001) sorted by relevance

12345678910>>...41

/freebsd/lib/libproc/
H A Dproc_util.c85 int request; in proc_detach() local
94 request = (reason == PRELEASE_KILL) ? PT_KILL : PT_DETACH; in proc_detach()
96 if (ptrace(request, pid, 0, 0) != 0 && errno == EBUSY) { in proc_detach()
99 ptrace(request, pid, 0, 0); in proc_detach()
/freebsd/lib/libsys/
H A Dptrace.c40 _ptrace(int request, pid_t pid, caddr_t addr, int data) in _ptrace() argument
44 return (__sys_ptrace(request, pid, addr, data)); in _ptrace()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dk3dma.txt14 have specific request line
31 Use specific request line passing from dmax
32 For example, i2c0 read channel request line is 18, while write channel use 19
H A Dmoxa,moxart-dma.txt11 - #dma-cells : Should be 1, a single cell holding a line request number
34 Use specific request line passing from dma
35 For example, MMC request line is 5
H A Dsirfsoc-dma.txt27 Fill the specific dma request line in dmas. In the below example, spi0 read
28 channel request line is 9 of the 2nd dma controller, while write channel uses
29 4 of the 2nd dma controller; spi1 read channel request line is 12 of the 1st
/freebsd/contrib/tcp_wrappers/
H A Dhosts_ctl.c26 struct request_info request; in hosts_ctl() local
28 return (hosts_access(request_init(&request, in hosts_ctl()
/freebsd/
H A DCONTRIBUTING.md12 - A GitHub [pull request](https://github.com/freebsd/freebsd-src/pulls)
22 open a GitHub pull request and create a Phabricator review for the same change
34 A pull request will be considered if:
42 …he pull request should not change during review. If the review suggests changes that expand the sc…
52 When updating your pull request, please rebase with a forced push rather than a
63 you need feedback, a pull request might not be the right place (it may just be
77 request. Unless explicitly stated, rejection here as "not ready" or "too large"
80 here. Sometimes it is easier to review a GitHub pull request than to do the
83 Finally, if we close a pull request because it's not ready yet, or stalled out,
99 the Files Changed tab in the pull request.
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dtsget.pod22 [I<request> ...]
26 This command can be used for sending a timestamp request, as specified
33 This command sends the following HTTP request for each timestamp request:
43 ...binary request specified by the user...
64 This option can be specified only when just one request is sent to the
72 The name of the currently processed request is printed on standard
122 =item I<request> ...
125 requests are specified only one request will be sent to the server and it will
155 Create a timestamp request, write it to F<file3.tsq>, send it to the server and
/freebsd/tools/bus_space/
H A Dbusdma.c152 ioc.request = (ptag != NULL) ? PROTO_IOC_BUSDMA_TAG_DERIVE : in bd_tag_new()
238 ioc.request = PROTO_IOC_BUSDMA_TAG_DESTROY; in bd_tag_destroy()
298 ioc.request = PROTO_IOC_BUSDMA_MD_CREATE; in bd_md_create()
325 ioc.request = PROTO_IOC_BUSDMA_MD_DESTROY; in bd_md_destroy()
347 ioc.request = PROTO_IOC_BUSDMA_MD_LOAD; in bd_md_load()
373 ioc.request = PROTO_IOC_BUSDMA_MD_UNLOAD; in bd_md_unload()
401 ioc.request = PROTO_IOC_BUSDMA_MEM_ALLOC; in bd_mem_alloc()
433 ioc.request = PROTO_IOC_BUSDMA_MEM_FREE; in bd_mem_alloc()
452 ioc.request = PROTO_IOC_BUSDMA_MEM_FREE; in bd_mem_free()
547 ioc.request = PROTO_IOC_BUSDMA_SYNC; in bd_sync()
/freebsd/crypto/openssl/doc/man3/
H A DOCSP_sendreq_new.pod39 These functions perform an OCSP POST request / response transfer over HTTP,
40 using the HTTP request functions described in L<OSSL_HTTP_REQ_CTX(3)>.
44 optionally the OCSP request I<req>, and a response header maximum line length
54 OCSP_sendreq_nbio() attempts to send the request prepared in I<rctx>
71 OSSL_HTTP_REQ_CTX_set1_req(rctx, "application/ocsp-request", it, req)
75 OSSL_HTTP_REQ_CTX_set1_req(rctx, "application/ocsp-request",
H A DOCSP_request_add1_nonce.pod19 OCSP request B<req>. If B<val> is B<NULL> a random nonce is used. If B<len>
41 are present and unequal 0 is returned. If the nonce is present in the request
46 For most purposes the nonce value in a request is set to a random value so
49 An OCSP nonce is typically added to an OCSP request to thwart replay attacks
61 additionally covers the case where the nonce is present in the request only:
/freebsd/contrib/unbound/iterator/
H A Diter_resptype.h106 struct query_info* request);
126 struct dns_msg* msg, struct query_info* request, struct delegpt* dp,
/freebsd/crypto/openssl/demos/certs/apps/
H A Dapps.cnf24 # req_extensions = v3_req # The extensions to add to a certificate request
36 # These extensions are added when 'ca' signs a request for an end entity
44 # These extensions are added when 'ca' signs a request for an end entity
/freebsd/sys/dev/ice/
H A Dirdma_di_if.m36 * by the RDMA client driver to connect with the ice driver and request
47 * Called by the RDMA client driver to request a reset of the ice device.
59 * Called by the RDMA client driver to request initialization of the MSI-X
69 * qset_register_request - RDMA client interface request qset
96 * @req: structure containing request
/freebsd/libexec/talkd/
H A Dextern.h34 CTL_MSG *find_match(CTL_MSG *request);
35 CTL_MSG *find_request(CTL_MSG *request);
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h710 io_data_dir(struct bio *bio, struct request *rq) in io_data_dir()
727 io_is_flush(struct bio *bio, struct request *rq) in io_is_flush()
739 io_is_discard(struct bio *bio, struct request *rq) in io_is_discard()
751 io_is_secure_erase(struct bio *bio, struct request *rq) in io_is_secure_erase()
763 io_is_fua(struct bio *bio, struct request *rq) in io_is_fua()
776 io_offset(struct bio *bio, struct request *rq) in io_offset()
788 io_size(struct bio *bio, struct request *rq) in io_size()
800 io_has_data(struct bio *bio, struct request *rq) in io_has_data()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb_err.et32 ec RD_AP_REPEAT, "Kerberos 4: Repeated request"
34 ec RD_AP_INCON, "Kerberos 4 request inconsistent"
41 ec RD_AP_UNAUTHOR, "Kerberos 4: unauthorized request"
49 ec SKDC_CANT, "Kerberos 4: Can't send request"
/freebsd/contrib/libfido2/fuzz/
H A Dudev.c231 __wrap_ioctl(int fd, unsigned long request, ...) in __wrap_ioctl() argument
243 va_start(ap, request); in __wrap_ioctl()
245 switch (IOCTL_REQ(request)) { in __wrap_ioctl()
255 warnx("%s: unknown request 0x%lx", __func__, request); in __wrap_ioctl()
/freebsd/sys/contrib/openzfs/lib/libspl/include/rpc/
H A Dxdr.h55 xdr_control(XDR *xdrs, int request, void *info) in xdr_control() argument
59 ASSERT3U(request, ==, XDR_GET_BYTES_AVAIL); in xdr_control()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp67 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
642 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
729 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
1113 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
1172 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
1274 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
1406 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
1726 HandleArgumentCompletion(CompletionRequest &request, in HandleArgumentCompletion() argument
1729 m_interpreter, request, opt_element_vector); in HandleArgumentCompletion()
1879 m_interpreter, request, opt_element_vector); in HandleArgumentCompletion()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dintel,rcu-gw.yaml35 First cell is reset request register offset.
36 Second cell is bit offset in reset request register.
39 reset request and reset status registers is same. Whereas
/freebsd/crypto/openssl/test/smime-certs/
H A Dca.cnf24 # req_extensions = v3_req # The extensions to add to a certificate request
35 # These extensions are added when 'ca' signs a request for an end entity
47 # These extensions are added when 'ca' signs a request for an end entity
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml37 configuration, trigger events, and request interactive user
44 logoff/logon. wpa_cli provides a user interface to request
68 <title>Interactive authentication parameters request</title>
72 file, it sends a request message to all attached frontend programs,
77 current network. &lt;text&gt; is description of the request. In
78 case of OTP request, it includes the challenge from the
84 the matching request. <emphasis>password</emphasis> and
86 the request was for PASSWORD or OTP. The main difference between these
94 <para>Example request for password and a matching reply:</para>
101 <para>Example request for generic token card challenge-response:</para>
/freebsd/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h46 xdrmem_control(XDR *xdrs, int request, void *info) in xdrmem_control() argument
50 switch (request) { in xdrmem_control()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_cnvnr_ctrs_dbg.c40 struct icp_qat_fw_init_admin_req request; in qat_cnvnr_ctrs_dbg_read() local
97 request.cmd_id = ICP_QAT_FW_CNV_STATS_GET; in qat_cnvnr_ctrs_dbg_read()
99 accel_dev, ae, &request, &response) || in qat_cnvnr_ctrs_dbg_read()

12345678910>>...41