Home
last modified time | relevance | path

Searched full:request (Results 1 – 25 of 4999) sorted by relevance

12345678910>>...200

/freebsd-src/sys/dev/ata/
H A Data-lowlevel.c82 ata_begin_transaction(struct ata_request *request) in ata_begin_transaction() argument
84 struct ata_channel *ch = device_get_softc(request->parent); in ata_begin_transaction()
87 ATA_DEBUG_RQ(request, "begin transaction"); in ata_begin_transaction()
91 (request->flags & ATA_R_ATAPI) == ATA_R_ATAPI) in ata_begin_transaction()
92 request->flags &= ~ATA_R_DMA; in ata_begin_transaction()
94 ((request->flags & (ATA_R_ATAPI | ATA_R_DMA | ATA_R_WRITE)) == in ata_begin_transaction()
96 request->flags &= ~ATA_R_DMA; in ata_begin_transaction()
98 switch (request->flags & (ATA_R_ATAPI | ATA_R_DMA)) { in ata_begin_transaction()
102 /* record command direction here as our request might be gone later */ in ata_begin_transaction()
103 int write = (request->flags & ATA_R_WRITE); in ata_begin_transaction()
[all …]
H A Data-all.c62 static void ata_cam_end_transaction(device_t dev, struct ata_request *request);
63 static void ata_cam_request_sense(device_t dev, struct ata_request *request);
286 struct ata_request *request; in ata_reinit() local
289 if ((request = ch->running)) { in ata_reinit()
293 callout_stop(&request->callout); in ata_reinit()
295 ch->dma.unload(request); in ata_reinit()
296 request->result = ERESTART; in ata_reinit()
297 ata_cam_end_transaction(dev, request); in ata_reinit()
359 struct ata_request *request; in ata_interrupt_locked() local
365 /* do we have a running request */ in ata_interrupt_locked()
[all …]
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dkcm.c70 krb5_storage *request, in kcm_send_request() argument
83 ret = krb5_storage_to_data(request, &request_data); in kcm_send_request()
131 N_("Failed to encode KCM request", "")); in krb5_kcm_storage_request()
169 krb5_storage *request, in krb5_kcm_call() argument
183 ret = kcm_send_request(context, request, &response_data); in krb5_kcm_call()
246 * Request:
256 krb5_storage *request, *response; in kcm_gen_new() local
265 ret = krb5_kcm_storage_request(context, KCM_OP_GEN_NEW, &request); in kcm_gen_new()
271 ret = krb5_kcm_call(context, request, &response, &response_data); in kcm_gen_new()
273 krb5_storage_free(request); in kcm_gen_new()
[all …]
H A Ddigest.c45 DigestRequest request; member
72 free_DigestRequest(&digest->request); in krb5_digest_free()
166 if (digest->request.serverNonce) { in krb5_digest_set_server_nonce()
170 digest->request.serverNonce = strdup(nonce); in krb5_digest_set_server_nonce()
171 if (digest->request.serverNonce == NULL) { in krb5_digest_set_server_nonce()
190 if (digest->request.opaque) { in krb5_digest_set_opaque()
194 digest->request.opaque = strdup(opaque); in krb5_digest_set_opaque()
195 if (digest->request.opaque == NULL) { in krb5_digest_set_opaque()
216 if (digest->request.identifier) { in krb5_digest_set_identifier()
220 digest->request.identifier = calloc(1, sizeof(*digest->request.identifier)); in krb5_digest_set_identifier()
[all …]
/freebsd-src/sys/dev/mpr/
H A Dmpr_config.c73 MPI2_CONFIG_REQUEST *request; in mpr_config_get_ioc_pg8() local
88 request = (MPI2_CONFIG_REQUEST *)cm->cm_req; in mpr_config_get_ioc_pg8()
89 bzero(request, sizeof(MPI2_CONFIG_REQUEST)); in mpr_config_get_ioc_pg8()
90 request->Function = MPI2_FUNCTION_CONFIG; in mpr_config_get_ioc_pg8()
91 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER; in mpr_config_get_ioc_pg8()
92 request->Header.PageType = MPI2_CONFIG_PAGETYPE_IOC; in mpr_config_get_ioc_pg8()
93 request->Header.PageNumber = 8; in mpr_config_get_ioc_pg8()
94 request->Header.PageLength = request->Header.PageVersion = 0; in mpr_config_get_ioc_pg8()
103 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8()
106 printf("%s: request for header completed with error %d\n", in mpr_config_get_ioc_pg8()
[all …]
/freebsd-src/contrib/tcp_wrappers/
H A Dupdate.c2 * Routines for controlled update/initialization of request structures.
7 * request_set() adds information to an already initialized request structure.
34 /* request_fill - request update engine */
36 static struct request_info *request_fill(struct request_info *request, in request_fill() argument
46 return (request); in request_fill()
48 request->fd = va_arg(ap, int); in request_fill()
52 request->client->sin = va_arg(ap, struct sockaddr *); in request_fill()
54 request->client->sin = va_arg(ap, struct sockaddr_in *); in request_fill()
59 request->server->sin = va_arg(ap, struct sockaddr *); in request_fill()
61 request->server->sin = va_arg(ap, struct sockaddr_in *); in request_fill()
[all …]
H A Dtli.c66 void tli_host(struct request_info *request) argument
82 tli_endpoints(request);
84 if ((request->config = tli_transport(request->fd)) != 0
85 && (STR_EQ(request->config->nc_protofmly, "inet") ||
86 STR_EQ(request->config->nc_protofmly, "inet6"))) {
88 if ((request->config = tli_transport(request->fd)) != 0
89 && STR_EQ(request->config->nc_protofmly, "inet")) {
91 if (request->client->unit != 0) {
93 client = *(struct sockaddr_storage *) request->client->unit->addr.buf;
94 request->client->sin = (struct sockaddr *) &client;
[all …]
/freebsd-src/sys/dev/isci/scil/
H A Dscic_io_request.h61 * can be referenced and used by the SCI user for the SCI IO request
117 * List elements for the SATA request. This is used in scenarios
128 * for constructing the passthrough request common to SSP, SMP and STP.
136 * Function pointer to get the phy identifier for passthrough request.
140 * Function pointer to get the port identifier for passthrough request.
144 * Function pointer to get the connection rate for passthrough request.
148 * Function pointer to get the destination sas address for passthrough request.
152 * Function pointer to get the transfer length for passthrough request.
156 * Function pointer to get the data direction for passthrough request.
165 * for constructing the passthrough request specific to SSP.
[all …]
H A Dscif_io_request.h61 * can be referenced and used by the SCI user for the SCI IO request
75 * based IO request object (includes core & framework object size).
77 * @return Return the size of the SCI IO request object.
85 * STP or SSP io request.
90 * @return Return the number of data bytes transferred by the io request
97 * @brief This method is called by the SCIF user to construct an IO request.
98 * This method will construct a SCIC IO request internally. The memory
99 * for the core IO request is passed as a parameter to this method.
102 * the user IO request object and the framework IO request object.
105 * for which to build an IO request.
[all …]
H A Dscic_task_request.h76 * based task management request object.
78 * @return Return the size of the SCIC task request object.
87 * initialization and functionality common to all task request types
91 * the user task request object and the core task request object.
94 * for which to build the task managmement request.
96 * object for which to build the task management request.
97 * passed, then a copy of the request is built internally. The
98 * request will be copied into the actual controller request
102 * with this request. If SCI_CONTROLLER_INVALID_IO_TAG is
103 * passed, then a copy of the request is built internally. The
[all …]
/freebsd-src/sys/dev/mps/
H A Dmps_config.c73 MPI2_CONFIG_REQUEST *request; in mps_config_get_ioc_pg8() local
88 request = (MPI2_CONFIG_REQUEST *)cm->cm_req; in mps_config_get_ioc_pg8()
89 bzero(request, sizeof(MPI2_CONFIG_REQUEST)); in mps_config_get_ioc_pg8()
90 request->Function = MPI2_FUNCTION_CONFIG; in mps_config_get_ioc_pg8()
91 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER; in mps_config_get_ioc_pg8()
92 request->Header.PageType = MPI2_CONFIG_PAGETYPE_IOC; in mps_config_get_ioc_pg8()
93 request->Header.PageNumber = 8; in mps_config_get_ioc_pg8()
94 request->Header.PageVersion = MPI2_IOCPAGE8_PAGEVERSION; in mps_config_get_ioc_pg8()
103 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8()
106 printf("%s: request for header completed with error %d\n", in mps_config_get_ioc_pg8()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h34 struct Request { struct
45 virtual void print(const Request &Request, const DILineInfo &Info) = 0; argument
46 virtual void print(const Request &Request, const DIInliningInfo &Info) = 0;
47 virtual void print(const Request &Request, const DIGlobal &Global) = 0;
48 virtual void print(const Request &Request,
50 virtual void print(const Request &Request,
53 virtual bool printError(const Request &Request,
92 void print(const Request &Request, const DILineInfo &Info) override;
93 void print(const Request &Request, const DIInliningInfo &Info) override;
94 void print(const Request &Request, const DIGlobal &Global) override;
[all …]
/freebsd-src/share/man/man9/
H A Dcrypto_request.985 once the request has completed.
90 once the request has completed.
112 allocates a new request that inherits request inputs such as request buffers
115 request.
116 However, the new request is associated with the
121 must not be a completed request.
123 Once a request has been initialized,
125 request-specific parameters.
134 request's session.
135 If there are errors in the request's fields, these functions may return an
[all …]
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_event.c66 pqi_event_acknowledge_request_t request; in pqisrc_acknowledge_event() local
69 memset(&request,0,sizeof(request)); in pqisrc_acknowledge_event()
73 request.header.iu_type = PQI_REQUEST_IU_ACKNOWLEDGE_VENDOR_EVENT; in pqisrc_acknowledge_event()
74 request.header.iu_length = (sizeof(pqi_event_acknowledge_request_t) - in pqisrc_acknowledge_event()
76 request.event_type = event->event_type; in pqisrc_acknowledge_event()
77 request.event_id = event->event_id; in pqisrc_acknowledge_event()
78 request.additional_event_id = event->additional_event_id; in pqisrc_acknowledge_event()
81 ret = pqisrc_submit_cmnd(softs, ib_q, &request); in pqisrc_acknowledge_event()
88 * We have to special-case this type of request because the firmware in pqisrc_acknowledge_event()
89 * does not generate an interrupt when this type of request completes. in pqisrc_acknowledge_event()
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h29 lldb_private::CompletionRequest &request, SearchFilter *searcher);
33 CompletionRequest &request, SearchFilter *searcher);
39 CompletionRequest &request,
47 CompletionRequest &request,
51 CompletionRequest &request,
55 CompletionRequest &request, SearchFilter *searcher);
58 CompletionRequest &request, SearchFilter *searcher);
61 CompletionRequest &request, SearchFilter *searcher);
64 CompletionRequest &request, SearchFilter *searcher);
67 CompletionRequest &request, SearchFilter *searcher);
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/haswell/
H A Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-…
[all …]
/freebsd-src/libexec/talkd/
H A Dtable.c62 CTL_MSG request; member
74 * request looking for an invitation
77 find_match(CTL_MSG *request) in find_match() argument
85 print_request("find_match", request); in find_match()
92 &ptr->request); in find_match()
97 print_request("", &ptr->request); in find_match()
98 if (strcmp(request->l_name, ptr->request.r_name) == 0 && in find_match()
99 strcmp(request->r_name, ptr->request.l_name) == 0 && in find_match()
100 ptr->request.type == LEAVE_INVITE) in find_match()
101 return (&ptr->request); in find_match()
[all …]
/freebsd-src/usr.sbin/ctld/
H A Dlogin.c43 static void login_send_error(struct pdu *request,
63 login_csg(const struct pdu *request) in login_csg() argument
67 bhslr = (struct iscsi_bhs_login_request *)request->pdu_bhs; in login_csg()
90 struct pdu *request; in login_receive() local
93 request = pdu_new(conn); in login_receive()
94 pdu_receive(request); in login_receive()
95 if ((request->pdu_bhs->bhs_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) != in login_receive()
99 * different than login request, we have to drop the connection in login_receive()
101 * except a Login request before the Login Phase is started MUST in login_receive()
106 login_send_error(request, in login_receive()
148 login_new_response(struct pdu * request) login_new_response() argument
173 login_send_error(struct pdu * request,char class,char detail) login_send_error() argument
231 struct pdu *request; login_receive_chap_a() local
255 login_send_chap_c(struct pdu * request,struct chap * chap) login_send_chap_c() argument
281 struct pdu *request; login_receive_chap_r() local
336 login_send_chap_success(struct pdu * request,const struct auth * auth) login_send_chap_success() argument
406 struct pdu *request; login_chap() local
449 login_negotiate_key(struct pdu * request,const char * name,const char * value,bool skipped_security,struct keys * response_keys) login_negotiate_key() argument
621 login_redirect(struct pdu * request,const char * target_address) login_redirect() argument
643 login_portal_redirect(struct ctld_connection * conn,struct pdu * request) login_portal_redirect() argument
659 login_target_redirect(struct ctld_connection * conn,struct pdu * request) login_target_redirect() argument
680 login_negotiate(struct ctld_connection * conn,struct pdu * request) login_negotiate() argument
814 struct pdu *request, *response; login_wait_transition() local
838 struct pdu *request, *response; login() local
[all...]
/freebsd-src/sys/dev/pst/
H A Dpst-raid.c187 /* Request polled shutdown. */ in pst_shutdown_post_sync()
219 struct pst_request *request; in pst_start() local
228 if (!(request = malloc(sizeof(struct pst_request), in pst_start()
231 biofinish(request->bp, NULL, ENOMEM); in pst_start()
235 callout_init_mtx(&request->timeout, &psc->iop->mtx, 0); in pst_start()
237 request->psc = psc; in pst_start()
238 request->mfa = mfa; in pst_start()
239 request->bp = bp; in pst_start()
240 if ((error = pst_rw(request)) != 0) { in pst_start()
241 biofinish(request in pst_start()
253 struct pst_request *request = pst_done() local
267 pst_rw(struct pst_request * request) pst_rw() argument
317 struct pst_request *request; pst_timeout() local
[all...]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/westmereep-dp/
H A Dmemory.json11 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_DRAM AND REMOTE_FWD",
22 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = ANY_LLC_MISS",
33 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = OTHER_LOCAL_DRAM",
44 "BriefDescription": "REQUEST = ANY_DATA read and RESPONSE = REMOTE_DRAM",
55 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = ANY_DRAM AND REMOTE_FWD",
66 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = ANY_LLC_MISS",
77 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = OTHER_LOCAL_DRAM",
88 "BriefDescription": "REQUEST = ANY IFETCH and RESPONSE = REMOTE_DRAM",
99 "BriefDescription": "REQUEST = ANY_REQUEST and RESPONSE = ANY_DRAM AND REMOTE_FWD",
110 "BriefDescription": "REQUEST = ANY_REQUEST and RESPONSE = ANY_LLC_MISS",
[all …]
/freebsd-src/sys/dev/drm2/
H A Ddrm_ioc32.c340 struct drm_buf_info *request; in compat_drm_infobufs() local
351 nbytes = sizeof(*request) + count * sizeof(struct drm_buf_desc); in compat_drm_infobufs()
352 request = malloc(nbytes, DRM_MEM_BUFLISTS, M_ZERO | M_NOWAIT); in compat_drm_infobufs()
353 if (!request) in compat_drm_infobufs()
355 list = (struct drm_buf_desc *) (request + 1); in compat_drm_infobufs()
357 request->count = count; in compat_drm_infobufs()
358 request->list = list; in compat_drm_infobufs()
360 err = drm_infobufs(dev, (void *)request, file_priv); in compat_drm_infobufs()
364 actual = request->count; in compat_drm_infobufs()
397 struct drm_buf_map *request; in compat_drm_mapbufs() local
[all …]
/freebsd-src/lib/libsys/
H A D_umtx_op.2177 request.
190 request has both the
279 waiting for the associated request type to be granted.
336 operations allow the blocking time to be limited, failing the request
375 The thread will be unblocked and the request failed when specified
380 of time, measured by the monotonic wall clock from the moment of the request
385 When a locking request cannot be immediately satisfied, the thread is
454 request.
487 request is performed on it, but instead of the
518 The arguments for the request ar
[all...]
/freebsd-src/lib/libiscsiutil/
H A Dtext.c44 struct pdu *request; in text_new_request() local
47 request = pdu_new(conn); in text_new_request()
48 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs; in text_new_request()
58 return (request); in text_new_request()
65 struct pdu *request; in text_receive_request() local
68 request = pdu_new(conn); in text_receive_request()
69 pdu_receive(request); in text_receive_request()
70 if ((request->pdu_bhs->bhs_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) != in text_receive_request()
73 request->pdu_bhs->bhs_opcode); in text_receive_request()
74 bhstr = (struct iscsi_bhs_text_request *)request->pdu_bhs; in text_receive_request()
[all …]

12345678910>>...200