Searched refs:request (Results 101 - 125 of 438) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/serf/auth/
H A Dauth_spnego.c63 * -> app contacts the TGS to request a session key for the HTTP service
81 * where we'll send a request with an Authorization header to the
86 * every new connection, or for every new request! For more info see the next
96 /* Current state of the authentication of the current request. */
105 server that requires authentication only of the first request (stateful),
106 or of each request (stateless).
108 INIT: Begin state. Authenticating the first request on this connection.
111 previous request arrived.
112 STATELESS: we know the server requires authentication for each request.
114 token (created per request)
253 do_auth(peer_t peer, int code, gss_authn_info_t *gss_info, serf_connection_t *conn, serf_request_t *request, const char *auth_hdr, apr_pool_t *pool) argument
421 serf__handle_spnego_auth(int code, serf_request_t *request, serf_bucket_t *response, const char *auth_hdr, const char *auth_attr, void *baton, apr_pool_t *pool) argument
445 serf__setup_request_spnego_auth(peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, const char *method, const char *uri, serf_bucket_t *hdrs_bkt) argument
587 serf__validate_response_spnego_auth(const serf__authn_scheme_t *scheme, peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A Dncurses_mingw.h70 extern int _nc_mingw_ioctl(int fd, long int request, struct termios* arg);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Droken_gethostby.c140 char *request = NULL; local
150 if (asprintf(&request, "GET %s?%s HTTP/1.0\r\n\r\n", dns_req, hostname) < 0)
152 if(request == NULL)
156 free(request);
161 free(request);
165 len = strlen(request);
166 if(write(s, request, len) != (ssize_t)len) {
168 free(request);
171 free(request);
/freebsd-11-stable/sys/dev/proto/
H A Dproto_dev.h44 unsigned int request; member in struct:proto_ioc_busdma
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dsocket.c78 void sock_host(request)
79 struct request_info *request;
90 int fd = request->fd;
92 sock_methods(request);
105 request->sink = sock_sink;
117 request->client->sin = (struct sockaddr *)&client;
119 request->client->sin = &client;
134 request->server->sin = (struct sockaddr *)&server;
136 request->server->sin = &server;
H A Dscaffold.c167 struct request_info request; local
180 request_init(&request, RQ_CLIENT_SIN, &sin, 0);
181 sock_methods(&request);
196 * Force host name and address conversions. Use the request structure
201 request_set(&request, RQ_CLIENT_ADDR, "", RQ_CLIENT_NAME, "", 0);
202 if (STR_EQ(eval_hostname(request.client), unknown))
204 eval_hostaddr(request.client));
229 void clean_exit(request)
230 struct request_info *request;
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv_vc_mgr.h50 uint32_t request; member in struct:ixl_vc_cmd
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueEnumeration.cpp106 CompletionRequest &request) {
108 if (!request.GetCursorArgumentPrefix().empty()) {
111 request.TryCompleteCurrentArg(name);
116 request.AddCompletion(m_enumerations.GetCStringAtIndex(i).GetStringRef());
105 AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) argument
H A DOptionValueArch.cpp72 CompletionRequest &request) {
74 interpreter, CommandCompletions::eArchitectureCompletion, request,
71 AutoComplete(CommandInterpreter &interpreter, CompletionRequest &request) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dgpg_agent.c207 const char *request;
209 request = apr_psprintf(scratch_pool, "OPTION %s=%s\n", option, value);
211 if (write(sd, request, strlen(request)) == -1)
329 const char *request = NULL;
374 request = "GETINFO socket_name\n";
375 if (write(sd, request, strlen(request)) == -1)
481 const char *request = NULL;
515 request
206 const char *request; local
328 const char *request = NULL; local
480 const char *request = NULL; local
625 const char *request = NULL; local
[all...]
/freebsd-11-stable/sys/dev/isci/
H A Disci_io_request.c52 * @brief This user callback will inform the user that an IO request has
56 * which the IO request is completing.
58 * which this request is completing.
59 * @param[in] io_request This parameter specifies the IO request that has
62 * the IO request operation. SCI_IO_SUCCESS indicates
306 * io request object.
310 * @param[in] io_request This parameter is the io request object handle
330 /* isci_request is not NULL, meaning this is a request initiated
340 /* isci_request is NULL, meaning this is a request generated
362 * the command descriptor block (CDB) associated with this IO request
674 isci_request_construct(struct ISCI_REQUEST *request, SCI_CONTROLLER_HANDLE_T scif_controller_handle, bus_dma_tag_t io_buffer_dma_tag, bus_addr_t physical_address) argument
744 struct ISCI_REQUEST *request; local
793 struct ISCI_IO_REQUEST *request = (struct ISCI_IO_REQUEST *)arg; local
890 isci_smp_request_construct(struct ISCI_IO_REQUEST *request) argument
926 struct ISCI_REQUEST *request; local
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-promise.c57 static int ata_promise_dmastart(struct ata_request *request);
58 static int ata_promise_dmastop(struct ata_request *request);
67 static int ata_promise_mio_command(struct ata_request *request);
77 static int ata_promise_sx4_command(struct ata_request *request);
78 static int ata_promise_apkt(u_int8_t *bytep, struct ata_request *request);
400 ata_promise_dmastart(struct ata_request *request) argument
402 struct ata_pci_controller *ctlr=device_get_softc(device_get_parent(request->parent));
403 struct ata_channel *ch = device_get_softc(request->parent);
405 if (request->flags & ATA_R_48BIT) {
409 ((request
423 ata_promise_dmastop(struct ata_request *request) argument
667 ata_promise_mio_command(struct ata_request *request) argument
1091 ata_promise_sx4_command(struct ata_request *request) argument
1198 ata_promise_apkt(u_int8_t *bytep, struct ata_request *request) argument
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_remote_device.c78 * This method will perform the STP request completion processing common
82 * request is being completed.
83 * @param[in] request This parameter specifies the request being completed.
85 * @return This method returns an indication as to whether the request
91 SCI_BASE_REQUEST_T * request
95 SCIC_SDS_REQUEST_T * the_request = (SCIC_SDS_REQUEST_T *)request;
111 //This request causes hardware error, device needs to be Lun Reset.
148 * This is the READY NCQ substate handler to start task management request. In this
151 * @param[in] device The target device a task management request toward
[all...]
H A Dscic_sds_smp_remote_device.c82 * @param [in] request The io to start.
89 SCI_BASE_REQUEST_T * request
94 SCIC_SDS_REQUEST_T * io_request = (SCIC_SDS_REQUEST_T *)request;
96 // Will the port allow the io request to start?
139 * @param[in] request The io to start.
146 SCI_BASE_REQUEST_T * request
157 * @param[in] request The io to start.
164 SCI_BASE_REQUEST_T * request
172 the_request = (SCIC_SDS_REQUEST_T *)request;
194 "SCIC SDS Remote Device 0x%x io request
[all...]
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c91 * Function used to build the internal raid request and analyze the response
93 int pqisrc_build_send_raid_request(pqisrc_softstate_t *softs, pqisrc_raid_req_t *request, argument
126 sgd = (sgt_t *)&request->sg_descriptors[0];
134 /* Build raid path request */
135 request->header.iu_type = PQI_IU_TYPE_RAID_PATH_IO_REQUEST;
137 request->header.iu_length = LE_16(offsetof(pqisrc_raid_req_t,
139 request->buffer_length = LE_32(datasize);
140 memcpy(request->lun_number, scsi3addr, sizeof(request->lun_number));
141 request
298 pqisrc_raid_req_t request; local
519 pqisrc_raid_req_t request; local
607 pqisrc_raid_req_t request; local
743 pqisrc_raid_req_t request; local
911 pqisrc_raid_req_t request; local
966 pqisrc_raid_req_t request; local
1494 pqisrc_raid_req_t request; local
1545 pqisrc_raid_req_t request; local
[all...]
/freebsd-11-stable/sys/dev/ata/
H A Data-all.h56 #define ATA_E_MCR 0x08 /* media change request */
74 #define ATA_S_DRQ 0x08 /* data request */
219 struct ata_request *request[MAX_COMPOSITES]; member in struct:ata_composite
225 /* structure used to queue an ATA/ATAPI request */
239 struct atapi_sense sense; /* ATAPI request sense data */
246 u_int32_t tag; /* HW tag of this request */
272 struct ata_dmaslot *dma; /* DMA slot of this request */
277 void (*callback)(struct ata_request *request);
278 struct sema done; /* request done sema */
283 struct bio *bio; /* bio for this request */
449 struct ata_request request; member in struct:ata_channel
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Drequest.h33 class request : public request_or_macro { class in inherits:request_or_macro
37 request(REQUEST_FUNCP);
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_context.c137 struct drm_ctx_priv_map *request = data; local
142 request->ctx_id >= (unsigned) dev->max_context) {
147 map = dev->context_sareas[request->ctx_id];
150 request->handle = (void *)map->handle;
158 struct drm_ctx_priv_map *request = data; local
163 if (map->handle == request->handle) {
166 if (request->ctx_id >= (unsigned) dev->max_context)
168 dev->context_sareas[request->ctx_id] = map;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_context.c192 struct drm_ctx_priv_map *request = data; local
197 request->ctx_id >= (unsigned) dev->max_context) {
202 map = dev->context_sareas[request->ctx_id];
205 request->handle = (void *)map->handle;
225 struct drm_ctx_priv_map *request = data; local
232 && r_list->user_token == (unsigned long) request->handle) {
235 if (request->ctx_id >= (unsigned) dev->max_context)
237 dev->context_sareas[request->ctx_id] = map;
/freebsd-11-stable/contrib/sendmail/contrib/
H A DsocketmapServer.pl53 my $request = netstringRead($client);
54 my ($mapName, $key) = split(' ', $request);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_compat.c67 zcmd_ioctl(int fd, int request, zfs_cmd_t *zc) argument
113 ret = zcmd_ioctl_compat(fd, request, zc, cflag);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp40 HandleArgumentCompletion(CompletionRequest &request,
44 request, nullptr); variable
H A DCommandObjectSettings.cpp128 HandleArgumentCompletion(CompletionRequest &request,
131 const size_t argc = request.GetParsedLine().GetArgumentCount();
135 arg = request.GetParsedLine().GetArgumentAtIndex(setting_var_idx);
139 if (request.GetCursorIndex() == setting_var_idx) {
143 request, nullptr); variable
146 arg = request.GetParsedLine().GetArgumentAtIndex(request.GetCursorIndex());
157 request.GetParsedLine().GetArgumentAtIndex(setting_var_idx);
163 value_sp->AutoComplete(m_interpreter, request);
268 HandleArgumentCompletion(CompletionRequest &request,
272 request, nullptr); variable
522 request, nullptr); variable
610 request, nullptr); variable
721 request, nullptr); variable
815 request, nullptr); variable
914 request, nullptr); variable
1002 request, nullptr); variable
1077 request, nullptr); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h39 void HandleCompletion(CompletionRequest &request) override;
42 HandleArgumentCompletion(CompletionRequest &request,
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c181 struct sema synch_sema; /*Synchronize the request/response if needed */
337 struct hv_storvsc_request *request);
386 * @brief Send multi-channel creation request to host
395 struct hv_storvsc_request *request; local
403 request = &sc->hs_init_req;
405 /* request the host to create multi-channel */
406 memset(request, 0, sizeof(struct hv_storvsc_request));
408 sema_init(&request->synch_sema, 0, ("stor_synch_sema"));
410 vstor_packet = &request->vstor_packet;
418 vstor_packet, VSTOR_PKT_SIZE, (uint64_t)(uintptr_t)request);
457 struct hv_storvsc_request *request; local
644 struct hv_storvsc_request *request; local
686 hv_storvsc_io_request(struct storvsc_softc *sc, struct hv_storvsc_request *request) argument
740 hv_storvsc_on_iocompletion(struct storvsc_softc *sc, struct vstor_packet *vstor_packet, struct hv_storvsc_request *request) argument
821 struct hv_storvsc_request *request; local
[all...]

Completed in 248 milliseconds

1234567891011>>