Searched refs:request (Results 76 - 100 of 438) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_file.c62 static int64_t file_skip(struct archive *, void *, int64_t request);
123 file_skip(struct archive *a, void *client_data, int64_t request) argument
127 off_t skip = (off_t)request;
129 int64_t skip = request;
131 long skip = (long)request;
143 if (request == 0)
146 /* If request is too big for a long or an off_t, reduce it. */
147 if (sizeof(request) > sizeof(skip)) {
150 if (request > max_skip)
168 return (request);
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Drpc.h168 * @param reqstruct the name of the RPC request structure
175 struct reqstruct* request; \
191 struct evrpc_pool *pool, void *request, void *reply,
205 * @param reqstruct the name of the RPC request structure
207 * @param pool the evrpc_pool over which to make the request
208 * @param request a pointer to the RPC request structure object
214 pool, request, reply, cb, cbarg) \
215 evrpc_make_request_ctx(pool, request, reply, \
229 * @param reqstruct the name of the RPC request structur
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dcreds.c101 krb5_storage *request, *response; local
113 ret = krb5_kcm_storage_request(context, KCM_OP_DEL_NTLM_CRED, &request);
117 ret = krb5_store_stringz(request, cred->username);
121 ret = krb5_store_stringz(request, cred->domain);
125 ret = krb5_kcm_call(context, request, &response, &response_data);
129 krb5_storage_free(request);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py65 res = wpas.request("DPP_QR_CODE " + uri);
72 print(wpas.request("DPP_BOOTSTRAP_INFO %d" % id))
80 res = wpas.request("STATUS")
92 res = wpas.request(cmd)
99 print(wpas.request("DPP_BOOTSTRAP_INFO %d" % id))
100 uri = wpas.request("DPP_BOOTSTRAP_GET_URI %d" % id)
H A Dwps-nfc.py70 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).encode("hex")):
79 ret = wpas.request("WPS_NFC_CONFIG_TOKEN NDEF " + id)
81 ret = wpas.request("WPS_NFC_CONFIG_TOKEN NDEF")
91 ret = wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid)
101 ret = wpas.request("WPS_NFC_TOKEN NDEF")
110 ret = wpas.request("NFC_GET_HANDOVER_REQ NDEF WPS-CR")
121 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip()
123 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip()
133 return wpas.request("NFC_REPORT_HANDOVER " + type + " WPS " +
145 # override to avoid parser error in request/respons
[all...]
/freebsd-11-stable/usr.sbin/iscsid/
H A Dlogin.c59 login_set_nsg(struct pdu *request, int nsg) argument
67 bhslr = (struct iscsi_bhs_login_request *)request->pdu_bhs;
74 login_set_csg(struct pdu *request, int csg) argument
82 bhslr = (struct iscsi_bhs_login_request *)request->pdu_bhs;
276 struct pdu *request; local
280 request = pdu_new(conn);
281 bhslr = (struct iscsi_bhs_login_request *)request->pdu_bhs;
297 login_set_csg(request, csg);
298 login_set_nsg(request, nsg);
306 return (request);
475 struct pdu *request, *response; local
584 struct pdu *request; local
600 struct pdu *request; local
755 struct pdu *request, *response; local
[all...]
H A Discsid.c155 connection_new(int iscsi_fd, const struct iscsi_daemon_request *request) argument
181 conn->conn_session_id = request->idr_session_id;
182 memcpy(&conn->conn_conf, &request->idr_conf, sizeof(conn->conn_conf));
183 memcpy(&conn->conn_isid, &request->idr_isid, sizeof(conn->conn_isid));
184 conn->conn_tsih = request->idr_tsih;
185 memcpy(&conn->conn_limits, &request->idr_limits, sizeof(conn->conn_limits));
434 handle_request(int iscsi_fd, const struct iscsi_daemon_request *request, int timeout) argument
438 log_set_peer_addr(request->idr_conf.isc_target_addr);
439 if (request->idr_conf.isc_target[0] != '\0') {
440 log_set_peer_name(request
500 struct iscsi_daemon_request request; local
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c157 static bool cfiscsi_pdu_update_cmdsn(const struct icl_pdu *request);
158 static void cfiscsi_pdu_handle_nop_out(struct icl_pdu *request);
159 static void cfiscsi_pdu_handle_scsi_command(struct icl_pdu *request);
160 static void cfiscsi_pdu_handle_task_request(struct icl_pdu *request);
161 static void cfiscsi_pdu_handle_data_out(struct icl_pdu *request);
162 static void cfiscsi_pdu_handle_logout_request(struct icl_pdu *request);
191 cfiscsi_pdu_new_response(struct icl_pdu *request, int flags) argument
194 return (icl_pdu_new(request->ip_conn, flags));
198 cfiscsi_pdu_update_cmdsn(const struct icl_pdu *request) argument
204 cs = PDU_SESSION(request);
275 cfiscsi_pdu_handle(struct icl_pdu *request) argument
322 cfiscsi_receive_callback(struct icl_pdu *request) argument
423 cfiscsi_pdu_handle_nop_out(struct icl_pdu *request) argument
491 cfiscsi_pdu_handle_scsi_command(struct icl_pdu *request) argument
555 cfiscsi_pdu_handle_task_request(struct icl_pdu *request) argument
677 cfiscsi_handle_data_segment(struct icl_pdu *request, struct cfiscsi_data_wait *cdw) argument
861 cfiscsi_pdu_handle_data_out(struct icl_pdu *request) argument
928 cfiscsi_pdu_handle_logout_request(struct icl_pdu *request) argument
2420 struct icl_pdu *request, *response; local
2640 struct icl_pdu *request, *response; local
2805 struct icl_pdu *request, *response; local
2894 struct icl_pdu *request, *response; local
2987 struct icl_pdu *request; local
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A DsocketmapClient.pl34 my $request = "$mapname $key";
35 netstringWrite($sock, $request);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_packet_request.h81 * While in this state the IO request object is waiting for the TC completion
87 * While in this state the IO request object is waiting for either a PIO Setup.
92 * While in this state the IO request object is waiting for TC completion for
99 * completion. While in this state IO request object is waiting for D2H status
107 * While in this state IO request object is waiting for device coming out of the
128 #define scic_sds_stp_packet_request_construct(request) SCI_FAILURE
163 #define scic_sds_stp_packet_internal_request_sense_build_sgl(request)
H A Dscif_sas_smp_io_request.c79 * @param[in] fw_io The smp io request to be constructed.
80 * @param[in] smp_command The SMP request filled according to SAS spec.
109 * @param[out] smp_request This parameter specifies the SMP request
110 * structure containing the SMP request to be sent to the
116 * SMP request.
118 * the request (in DWORDs) that will be sent.
138 * @brief This method will allocate the internal IO request object and
139 * construct its contents based upon the supplied SMP request.
142 * from which to allocate the internal IO request.
144 * which the internal IO request i
[all...]
H A Dscic_sds_stp_packet_request.c79 * construct the request STARTED sub-state machine for Packet Protocol
82 * @param[in] this_request This parameter specifies the stp packet request object
120 * @brief This method will fill in the SCU Task Context for a Packet request
125 * that a normal request type (i.e. non-raw frame) is being
129 * for a smp request frame.
131 * @param[in] this_request This parameter specifies the smp request object
134 * request command phase.
195 // sgls were already built when request was constructed, so don't need to
212 * @param[in] this_request This parameter specifies the smp request object
215 * request comman
386 scic_sds_stp_packet_request_packet_phase_await_pio_setup_frame_handler( SCIC_SDS_REQUEST_T * request, U32 frame_index ) argument
597 scic_sds_stp_packet_request_command_phase_common_frame_handler( SCIC_SDS_REQUEST_T * request, U32 frame_index ) argument
664 scic_sds_stp_packet_request_command_phase_await_tc_completion_frame_handler( SCIC_SDS_REQUEST_T * request, U32 frame_index ) argument
716 scic_sds_stp_packet_request_command_phase_await_d2h_fis_frame_handler( SCIC_SDS_REQUEST_T * request, U32 frame_index ) argument
[all...]
/freebsd-11-stable/contrib/serf/
H A Dssltunnel.c30 /* Structure passed around as baton for the CONNECT request and respone. */
37 static apr_status_t setup_request(serf_request_t *request,
46 static serf_bucket_t* accept_response(serf_request_t *request, argument
57 /* get the per-request bucket allocator */
58 bkt_alloc = serf_request_get_alloc(request);
66 /* If a 200 OK was received for the CONNECT request, consider the connection
68 static apr_status_t handle_response(serf_request_t *request, argument
76 serf_connection_t *conn = request->conn;
78 /* CONNECT request was cancelled. Assuming that this is during connection
79 reset, we can safely discard the request a
143 setup_request(serf_request_t *request, void *setup_baton, serf_bucket_t **req_bkt, serf_response_acceptor_t *acceptor, void **acceptor_baton, serf_response_handler_t *handler, void **handler_baton, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp183 void CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { argument
184 auto arg0 = request.GetParsedLine()[0].ref();
185 if (request.GetCursorIndex() == 0) {
189 request.AddCompletions(new_matches, descriptions);
197 if (request.GetParsedLine().GetArgumentCount() != 1) {
198 request.GetParsedLine().Shift();
199 request.AppendEmptyArgument();
200 cmd_obj->HandleCompletion(request);
210 request.AddCompletions(new_matches);
216 request
356 HandleCompletion(CompletionRequest &request) argument
362 HandleArgumentCompletion( CompletionRequest &request, OptionElementVector &opt_element_vector) argument
[all...]
H A DCommandObjectLog.cpp28 static void CompleteEnableDisable(CompletionRequest &request) { argument
29 size_t arg_index = request.GetCursorIndex();
32 request.TryCompleteCurrentArg(channel);
34 llvm::StringRef channel = request.GetParsedLine().GetArgumentAtIndex(0);
36 channel, [&request](llvm::StringRef name, llvm::StringRef desc) {
37 request.TryCompleteCurrentArg(name, desc);
143 HandleArgumentCompletion(CompletionRequest &request,
145 CompleteEnableDisable(request); variable
217 HandleArgumentCompletion(CompletionRequest &request,
219 CompleteEnableDisable(request); variable
[all...]
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Drequest.c49 init_request(struct request *rp)
51 static struct request zero;
59 free_request(struct request *rp)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUUID.cpp66 CompletionRequest &request) {
71 auto prefix = request.GetCursorArgumentPrefix();
83 request.TryCompleteCurrentArg(module_uuid.GetAsString());
65 AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) argument
H A DOptionValueBoolean.cpp75 CompletionRequest &request) {
82 if (request.GetCursorArgumentPrefix().empty())
86 request.TryCompleteCurrentArg(entry);
74 AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) argument
/freebsd-11-stable/crypto/openssl/util/
H A Dmkcerts.sh18 # create pca request.
19 echo creating $CAbits bit PCA cert request
36 echo problems generating PCA request
54 # create ca request.
55 echo creating $CAbits bit CA cert request
72 echo problems generating CA request
91 # create server request.
92 echo creating 512 bit server cert request
109 echo problems generating 512 bit server cert request
128 # create 1024 bit server request
[all...]
/freebsd-11-stable/libexec/talkd/
H A Dannounce.c68 announce(CTL_MSG *request, const char *remote_machine) argument
74 "%s%s", _PATH_DEV, request->r_tty);
77 return (print_mesg(request->r_tty, request, remote_machine));
91 print_mesg(const char *tty, CTL_MSG *request, argument
122 vis_user = malloc(strlen(request->l_name) * 4 + 1);
123 strvis(vis_user, request->l_name, VIS_CSTYLE);
/freebsd-11-stable/libexec/rpc.rquotad/
H A Drquotad.c36 static void rquota_service_1(struct svc_req *request, SVCXPRT *transp);
37 static void rquota_service_2(struct svc_req *request, SVCXPRT *transp);
38 static void sendquota(struct svc_req *request, SVCXPRT *transp);
39 static void sendquota_extended(struct svc_req *request, SVCXPRT *transp);
129 rquota_service_2(struct svc_req *request, SVCXPRT *transp) argument
132 switch (request->rq_proc) {
138 sendquota_extended(request, transp);
149 rquota_service_1(struct svc_req *request, SVCXPRT *transp) argument
152 switch (request->rq_proc) {
158 sendquota(request, trans
170 sendquota(struct svc_req *request, SVCXPRT *transp) argument
222 sendquota_extended(struct svc_req *request, SVCXPRT *transp) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c182 * a mmap() request is used to pick a suitable virtual
603 struct drm_map *request = data; local
611 r_list->user_token == (unsigned long)request->handle &&
678 * \param request pointer to a struct drm_buf_desc describing the request.
685 int drm_addbufs_agp(struct drm_device * dev, struct drm_buf_desc * request) argument
706 count = request->count;
707 order = drm_order(request->size);
710 alignment = (request->flags & _DRM_PAGE_ALIGN)
716 agp_offset = dev->agp->base + request
850 drm_addbufs_pci(struct drm_device * dev, struct drm_buf_desc * request) argument
1056 drm_addbufs_sg(struct drm_device * dev, struct drm_buf_desc * request) argument
1212 drm_addbufs_fb(struct drm_device * dev, struct drm_buf_desc * request) argument
1385 struct drm_buf_desc *request = data; local
1427 struct drm_buf_info *request = data; local
1506 struct drm_buf_desc *request = data; local
1550 struct drm_buf_free *request = data; local
1605 struct drm_buf_map *request = data; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp488 const CompilerType &compiler_type, CompletionRequest &request);
495 const CompilerType &compiler_type, CompletionRequest &request) {
507 base_class_type.GetCanonicalType(), request);
520 vbase_class_type.GetCanonicalType(), request);
541 member_compiler_type.GetCanonicalType(), request);
543 request.AddCompletion((prefix_path + member_name).str());
554 const CompilerType &compiler_type, CompletionRequest &request) {
575 request.AddCompletion(prefix_path.str());
582 request.AddCompletion((prefix_path + ".").str());
592 request
490 PrivateAutoCompleteMembers( StackFrame *frame, const std::string &partial_member_name, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
550 PrivateAutoComplete( StackFrame *frame, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request) argument
735 AutoComplete(const ExecutionContext &exe_ctx, CompletionRequest &request) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h120 /* allows association of meta data with a request */
127 /* frees the meta data associated with a request */
140 /* the unmarshaled request object */
141 void *request; member in struct:evrpc_req_generic
153 * the http request structure on which we need to answer.
163 /* the client side of an rpc request */
173 /* pool on which this rpc request is being made */
176 /* connection on which the request is being sent */
179 /* the actual request */
182 /* event for implementing request timeout
192 void *request; member in struct:evrpc_request_wrapper
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_profile.c70 struct mlx4_profile *request,
103 profile[MLX4_RES_QP].num = request->num_qp;
104 profile[MLX4_RES_RDMARC].num = request->num_qp * request->rdmarc_per_qp;
105 profile[MLX4_RES_ALTC].num = request->num_qp;
106 profile[MLX4_RES_AUXC].num = request->num_qp;
107 profile[MLX4_RES_SRQ].num = request->num_srq;
108 profile[MLX4_RES_CQ].num = request->num_cq;
111 profile[MLX4_RES_DMPT].num = request->num_mpt;
113 profile[MLX4_RES_MTT].num = request
69 mlx4_make_profile(struct mlx4_dev *dev, struct mlx4_profile *request, struct mlx4_dev_cap *dev_cap, struct mlx4_init_hca_param *init_hca) argument
[all...]

Completed in 162 milliseconds

1234567891011>>