Home
last modified time | relevance | path

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

12345678910>>...176

/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 …]
/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 …]
/src/sys/dev/mpr/
H A Dmpr_config.c72 MPI2_CONFIG_REQUEST *request; in mpr_config_get_ioc_pg8() local
87 request = (MPI2_CONFIG_REQUEST *)cm->cm_req; in mpr_config_get_ioc_pg8()
88 bzero(request, sizeof(MPI2_CONFIG_REQUEST)); in mpr_config_get_ioc_pg8()
89 request->Function = MPI2_FUNCTION_CONFIG; in mpr_config_get_ioc_pg8()
90 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER; in mpr_config_get_ioc_pg8()
91 request->Header.PageType = MPI2_CONFIG_PAGETYPE_IOC; in mpr_config_get_ioc_pg8()
92 request->Header.PageNumber = 8; in mpr_config_get_ioc_pg8()
93 request->Header.PageLength = request->Header.PageVersion = 0; in mpr_config_get_ioc_pg8()
102 * If the request returns an error then we need to do a diag in mpr_config_get_ioc_pg8()
105 printf("%s: request for header completed with error %d\n", in mpr_config_get_ioc_pg8()
[all …]
/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 …]
/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 …]
/src/sys/dev/mps/
H A Dmps_config.c72 MPI2_CONFIG_REQUEST *request; in mps_config_get_ioc_pg8() local
87 request = (MPI2_CONFIG_REQUEST *)cm->cm_req; in mps_config_get_ioc_pg8()
88 bzero(request, sizeof(MPI2_CONFIG_REQUEST)); in mps_config_get_ioc_pg8()
89 request->Function = MPI2_FUNCTION_CONFIG; in mps_config_get_ioc_pg8()
90 request->Action = MPI2_CONFIG_ACTION_PAGE_HEADER; in mps_config_get_ioc_pg8()
91 request->Header.PageType = MPI2_CONFIG_PAGETYPE_IOC; in mps_config_get_ioc_pg8()
92 request->Header.PageNumber = 8; in mps_config_get_ioc_pg8()
93 request->Header.PageVersion = MPI2_IOCPAGE8_PAGEVERSION; in mps_config_get_ioc_pg8()
102 * If the request returns an error then we need to do a diag in mps_config_get_ioc_pg8()
105 printf("%s: request for header completed with error %d\n", in mps_config_get_ioc_pg8()
[all …]
/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 …]
/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 …]
/src/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c253 pqisrc_raid_req_t request; in pqisrc_passthru_ioctl() local
259 memset(&request, 0, sizeof(request)); in pqisrc_passthru_ioctl()
271 iocommand->Request.Type.Direction != PQIIOCTL_NONE) in pqisrc_passthru_ioctl()
273 if (iocommand->Request.CDBLen > sizeof(request.cmd.cdb)) in pqisrc_passthru_ioctl()
276 switch (iocommand->Request.Type.Direction) { in pqisrc_passthru_ioctl()
302 if (iocommand->Request.Type.Direction & PQIIOCTL_WRITE) { in pqisrc_passthru_ioctl()
310 request.header.iu_type = PQI_IU_TYPE_RAID_PATH_IO_REQUEST; in pqisrc_passthru_ioctl()
311 request.header.iu_length = offsetof(pqisrc_raid_req_t, sg_descriptors[1]) - in pqisrc_passthru_ioctl()
313 memcpy(request.lun_number, iocommand->LUN_info.LunAddrBytes, in pqisrc_passthru_ioctl()
314 sizeof(request.lun_number)); in pqisrc_passthru_ioctl()
[all …]
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 …]
/src/crypto/krb5/src/kadmin/cli/
H A Dkadmin_ct.ct29 request kadmin_addprinc, "Add principal",
32 request kadmin_delprinc, "Delete principal",
35 request kadmin_modprinc, "Modify principal",
38 request kadmin_renameprinc, "Rename principal",
41 request kadmin_addalias, "Add alias",
44 request kadmin_cpw, "Change password",
47 request kadmin_getprinc, "Get principal",
50 request kadmin_getprincs, "List principals",
53 request kadmin_addpol, "Add policy",
56 request kadmin_modpol, "Modify policy",
[all …]
/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 …]
/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 …]
/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 …]
/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 …]
/src/usr.sbin/ctld/
H A Dlogin.cc50 static void login_send_error(struct pdu *request,
73 log_errx(1, "error returned from CTL iSCSI limits request: " in kernel_limits()
122 login_csg(const struct pdu *request) in login_csg() argument
126 bhslr = (struct iscsi_bhs_login_request *)request->pdu_bhs; in login_csg()
149 struct pdu *request; in login_receive() local
152 request = pdu_new(conn); in login_receive()
153 pdu_receive(request); in login_receive()
154 if ((request->pdu_bhs->bhs_opcode & ~ISCSI_BHS_OPCODE_IMMEDIATE) != in login_receive()
158 * different than login request, we have to drop the connection in login_receive()
160 * except a Login request before the Login Phase is started MUST in login_receive()
[all …]
/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 …]
/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 …]
/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->bp, NULL, error); in pst_start()
[all …]
/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 …]

12345678910>>...176