Searched refs:request (Results 151 - 175 of 438) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/powerpc/powermac/
H A Data_kauai.c88 static int ata_kauai_begin_transaction(struct ata_request *request);
365 ata_kauai_begin_transaction(struct ata_request *request) argument
367 struct ata_kauai_softc *sc = device_get_softc(request->parent);
369 bus_write_4(sc->sc_memr, UDMA_CONFIG_REG, sc->udmaconf[request->unit]);
371 sc->wdmaconf[request->unit] | sc->pioconf[request->unit]);
373 return ata_begin_transaction(request);
H A Data_macio.c116 static int ata_macio_begin_transaction(struct ata_request *request);
333 ata_macio_begin_transaction(struct ata_request *request) argument
335 struct ata_macio_softc *sc = device_get_softc(request->parent);
338 sc->udmaconf[request->unit] | sc->wdmaconf[request->unit]
339 | sc->pioconf[request->unit]);
341 return ata_begin_transaction(request);
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c235 printf("failing connection request\n");
275 struct list_head *request; local
285 request = malloc(sizeof *request);
286 if (!request) {
287 perror("out of memory accepting connect request");
291 INIT_LIST(request);
292 request->id = id;
293 list_add_tail(&req_work, request);
329 request
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c974 unsigned int request,
985 if (request & (ANQP_REQ_NAI_REALM | ANQP_REQ_NAI_HOME_REALM))
987 if (request & ANQP_REQ_ICON_REQUEST)
990 if (request & ANQP_FILS_REALM_INFO)
999 if (request & ANQP_REQ_CAPABILITY_LIST)
1001 if (request & ANQP_REQ_VENUE_NAME)
1003 if (request & ANQP_REQ_EMERGENCY_CALL_NUMBER)
1005 if (request & ANQP_REQ_NETWORK_AUTH_TYPE)
1007 if (request & ANQP_REQ_ROAMING_CONSORTIUM)
1009 if (request
973 gas_serv_build_gas_resp_payload(struct hostapd_data *hapd, unsigned int request, const u8 *home_realm, size_t home_realm_len, const u8 *icon_name, size_t icon_name_len, const u16 *extra_req, unsigned int num_extra_req) argument
1079 unsigned int request; member in struct:anqp_query_info
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c91 static int64_t file_seek(struct archive *, void *, int64_t request, int);
92 static int64_t file_skip(struct archive *, void *, int64_t request);
93 static int64_t file_skip_lseek(struct archive *, void *, int64_t request);
428 * without needing to round the request to the block size.
443 * seek request here and then actually performed the seek at the
447 file_skip_lseek(struct archive *a, void *client_data, int64_t request) argument
465 (new_offset = lseek(mine->fd, request, SEEK_CUR)) >= 0)
494 file_skip(struct archive *a, void *client_data, int64_t request) argument
500 return (file_skip_lseek(a, client_data, request));
510 file_seek(struct archive *a, void *client_data, int64_t request, in argument
[all...]
H A Darchive_read.c181 client_skip_proxy(struct archive_read_filter *self, int64_t request) argument
183 if (request < 0)
185 if (request == 0)
195 int64_t get, ask = request;
201 if (get == 0 || get == request)
203 if (get > request)
205 request -= get;
208 && request > 64 * 1024) {
222 (&self->archive->archive, self->data, request, SEEK_CUR);
223 if (after != before + request)
1496 __archive_read_consume(struct archive_read *a, int64_t request) argument
1502 __archive_read_filter_consume(struct archive_read_filter * filter, int64_t request) argument
1532 advance_file_pointer(struct archive_read_filter *filter, int64_t request) argument
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_request.h85 * management request to be performed in the STARTED super-state.
91 * task management request is waiting for the transmission of the
97 * This sub-state indicates that the started task management request
112 * request to be performed in the STARTED super-state.
117 * This sub-state indicates that the started task management request
124 * The AWAIT_TC_COMPLETION sub-state indicates that the started SMP request is
137 * to process a task management or normal IO request.
142 * This field indictes the parent object of the request.
149 * This field simply points to the controller to which this IO request
155 * This field simply points to the remote device to which this IO request
[all...]
H A Dscic_sds_request.c127 * This is a helper macro to return the os handle for this request object.
129 #define scic_sds_request_get_user_request(request) \
130 ((request)->user_request)
135 * request. This does not include the size of the SGL or SCU Task Context
149 * request memory
176 * request memory
204 * request memory
222 * This macro returns the address of the sgl elment pairs in the io request
235 * request. This does not include the size of the SCU Task Context memory.
245 * request memor
[all...]
H A Dscic_sds_remote_device.c160 // This information is request to determine how many remote node context
807 * @param[in] controller The controller that is starting the io request.
810 * @param[in] io_request The io request that is being started.
827 * @param[in] controller The controller that is completing the io request.
830 * @param[in] io_request The io request that is being completed.
847 * @param[in] controller The controller that is starting the task request.
850 * @param[in] io_request The task request that is being started.
865 * This method takes the request and bulids an appropriate SCU context for the
866 * request and then requests the controller to post the request
[all...]
H A Dscic_sds_remote_node_context.h126 * This handler is invoked when there is a request to suspend the RNC. The
133 * This handler is invoked when there is a request to resume the RNC. The
139 * This handler is invoked when there is a request to start an io request
145 * This handler is invoked when there is a request to start a task request
168 * request the remote node context will transition to the posting state.
194 * request operations.
213 * there is a request to supend the remote node context or when there is a TC
356 #define scic_sds_remote_node_context_start_io(rnc, request) \
[all...]
H A Dscic_sds_ssp_request.c62 * the task management raw request states. For more information on the
63 * task management request state machine please refer to
80 * task request transitions to waiting for a response frame.
82 * @param[in] this_request This parameter specifies the request for which
117 // Currently, the decision is to simply allow the task request to
136 // was received, then it is up to the user to retry the request.
155 * request for this TC while the request is waiting for the task
158 * @param[in] this_request This parameter specifies the request for which
162 * request wa
[all...]
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-intel.c79 static void ata_intel_31244_tf_write(struct ata_request *request);
888 ata_intel_31244_tf_write(struct ata_request *request) argument
890 struct ata_channel *ch = device_get_softc(request->parent);
892 if (request->flags & ATA_R_48BIT) {
893 ATA_IDX_OUTW(ch, ATA_FEATURE, request->u.ata.feature);
894 ATA_IDX_OUTW(ch, ATA_COUNT, request->u.ata.count);
895 ATA_IDX_OUTW(ch, ATA_SECTOR, ((request->u.ata.lba >> 16) & 0xff00) |
896 (request->u.ata.lba & 0x00ff));
897 ATA_IDX_OUTW(ch, ATA_CYL_LSB, ((request->u.ata.lba >> 24) & 0xff00) |
898 ((request
[all...]
/freebsd-11-stable/lib/libtacplus/
H A Dtaclib.c83 * Append some optional data to the current request, and store its
107 * Append some optional data to the current request, and store its
129 offset = ntohl(h->request.length);
134 memcpy(h->request.u.body + offset, cs->data, len);
135 h->request.length = htonl(offset + len);
559 if (memcmp(msg->session_id, h->request.session_id,
564 if (msg->type != h->request.type) {
567 msg->type, h->request.type);
614 * Send the current request, after encrypting it. Returns 0 on success,
633 msg = &h->request;
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c136 size_t request; /* valid iff peer != NULL; 0 if len != 0, member in struct:bio_bio_st
158 b->request = 0;
204 peer_b->request = 0; /* will be set in "retry_read" situation */
215 peer_b->request = size;
220 peer_b->request = peer_b->size;
294 peer_b->request = 0;
361 b->request = 0;
438 b->request = 0;
565 ret = (long)b->request;
570 * Reset request
[all...]
/freebsd-11-stable/contrib/serf/
H A Dincoming.c99 serf_incoming_request_cb_t request,
109 ic->request = request;
94 serf_incoming_create( serf_incoming_t **client, serf_context_t *ctx, apr_socket_t *insock, void *request_baton, serf_incoming_request_cb_t request, apr_pool_t *pool) argument
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl185 print "\tTop ten TCP timeout request clients\n";
192 print "\tTop ten failed processing request clients\n";
199 print "\tTop ten connection closed request clients\n";
206 print "\tTop ten malformed HTTP request clients\n";
213 print "\tTop ten HTTP non KDC request clients\n";
418 } elsif (/Malformed HTTP request from IPv[46]:([0-9\.:a-fA-F]+)$/) {
424 } elsif (/Failed processing [0-9]+ byte request from IPv[46]:([0-9\.:a-fA-F]+)/) {
430 } elsif (/HTTP request from IPv[46]:([0-9\.:a-fA-F]+) is non KDC request/) {
471 } elsif (/HTTP request
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil.c610 accept_response(serf_request_t *request,
619 bkt_alloc = serf_request_get_alloc(request);
628 accept_head(serf_request_t *request,
636 response = accept_response(request, stream, acceptor_baton, pool);
790 * Given a REQUEST on connection CONN, construct a request bucket for it,
794 * corresponds to the new request.
796 * The request will be METHOD at URL.
798 * If BODY_BKT is not-NULL, it will be sent as the request body.
803 * to request.
805 * REQUEST_POOL should live for the duration of the request
609 accept_response(serf_request_t *request, serf_bucket_t *stream, void *acceptor_baton, apr_pool_t *pool) argument
627 accept_head(serf_request_t *request, serf_bucket_t *stream, void *acceptor_baton, apr_pool_t *pool) argument
809 setup_serf_req(serf_request_t *request, serf_bucket_t **req_bkt, serf_bucket_t **hdrs_bkt, svn_ra_serf__session_t *session, const char *method, const char *url, serf_bucket_t *body_bkt, const char *content_type, const char *accept_encoding, svn_boolean_t dav_headers, apr_pool_t *request_pool, apr_pool_t *scratch_pool) argument
1062 svn_ra_serf__handle_discard_body(serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *pool) argument
1077 svn_ra_serf__response_discard_handler(serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *pool) argument
1135 svn_ra_serf__expect_empty_body(serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *scratch_pool) argument
1183 svn_ra_serf__credentials_callback(char **username, char **password, serf_request_t *request, void *baton, int code, const char *authn_type, const char *realm, apr_pool_t *pool) argument
1271 handle_response(serf_request_t *request, serf_bucket_t *response, svn_ra_serf__handler_t *handler, apr_status_t *serf_status, apr_pool_t *scratch_pool) argument
1510 handle_response_cb(serf_request_t *request, serf_bucket_t *response, void *baton, apr_pool_t *response_pool) argument
1566 setup_request(serf_request_t *request, svn_ra_serf__handler_t *handler, serf_bucket_t **req_bkt, apr_pool_t *request_pool, apr_pool_t *scratch_pool) argument
1622 setup_request_cb(serf_request_t *request, void *setup_baton, serf_bucket_t **req_bkt, serf_response_acceptor_t *acceptor, void **acceptor_baton, serf_response_handler_t *s_handler, void **s_handler_baton, apr_pool_t *request_pool) argument
1947 response_done(serf_request_t *request, void *handler_baton, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_open2.c44 skip_cb(struct archive *a, void *client, int64_t request) argument
48 (void)request; /* UNUSED */
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A DMakefile.sub35 $(srcdir)/request.h \
/freebsd-11-stable/share/mk/
H A Dbsd.port.mk26 # Enable CTF conversion on request.
/freebsd-11-stable/sys/dev/sec/
H A Dsec.h82 } request; member in union:sec_hw_desc::__packed__
101 #define shd_eu_sel0 shd_control.request.eu_sel0
102 #define shd_mode0 shd_control.request.mode0
103 #define shd_eu_sel1 shd_control.request.eu_sel1
104 #define shd_mode1 shd_control.request.mode1
105 #define shd_desc_type shd_control.request.desc_type
106 #define shd_dir shd_control.request.dir
107 #define shd_dn shd_control.request.dn
/freebsd-11-stable/sys/dev/iser/
H A Dicl_iser.c111 iser_conn_pdu_append_data(struct icl_conn *ic, struct icl_pdu *request, argument
116 if (request->ip_bhs->bhs_opcode & ISCSI_BHS_OPCODE_LOGIN_REQUEST ||
117 request->ip_bhs->bhs_opcode & ISCSI_BHS_OPCODE_TEXT_REQUEST) {
120 request->ip_data_len = len;
175 const struct icl_pdu *request)
179 len += request->ip_bhs->bhs_data_segment_len[0];
181 len += request->ip_bhs->bhs_data_segment_len[1];
183 len += request->ip_bhs->bhs_data_segment_len[2];
174 iser_conn_pdu_data_segment_length(struct icl_conn *ic, const struct icl_pdu *request) argument
/freebsd-11-stable/usr.sbin/nscd/
H A Dquery.c294 finalize_comm_element(&qstate->request);
300 * - on_write_request_read1 and on_write_request_read2 read the request itself
315 init_comm_element(&qstate->request, CET_WRITE_REQUEST);
316 write_request = get_cache_write_request(&qstate->request);
372 write_request = get_cache_write_request(&qstate->request);
407 write_request = get_cache_write_request(&qstate->request);
416 " entry '%s'. aborting request", write_request->entry);
480 write_request = get_cache_write_request(&qstate->request);
490 " entry '%s'. aborting request", write_request->entry);
565 finalize_comm_element(&qstate->request);
[all...]
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.h129 struct pdu *pdu_new_response(struct pdu *request);
130 void pdu_receive(struct pdu *request);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp87 void CommandObjectRegexCommand::HandleCompletion(CompletionRequest &request) { argument
90 GetCommandInterpreter(), m_completion_type_mask, request, nullptr); local

Completed in 161 milliseconds

1234567891011>>