Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dqed_hsi_rdma.h270 u8 req_type /* Type of WQE */; member
304 u8 req_type /* Type of WQE */; member
348 u8 req_type /* Type of WQE */; member
399 u8 req_type /* Type of WQE */; member
457 u8 req_type /* Type of WQE */; member
480 u8 req_type /* Type of WQE */; member
558 u8 req_type /* Type of WQE */; member
647 u8 req_type /* Type of WQE */; member
673 u8 req_type /* Type of WQE */; member
716 u8 req_type /* Type of WQE */; member
[all …]
H A DpreRoce.h721 UCHAR req_type /* Type of WQE */; member
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_door.c157 int req_type; in ndmp_door_server()
170 req_type = ndmp_door_get_uint32(dec_ctx); in ndmp_door_server()
185 if (req_type != NDMP_GET_STAT) in ndmp_door_server()
186 NDMP_LOG(LOG_DEBUG, "ndmp_door_server: req_type=%d", req_type); in ndmp_door_server()
188 switch (req_type) { in ndmp_door_server()
233 "ndmp_door_server: Invalid request type 0x%x", req_type); in ndmp_door_server()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_share_doorsvc.c196 int req_type; in smbd_share_dispatch() local
217 req_type = smb_dr_get_uint32(dec_ctx); in smbd_share_dispatch()
219 if (req_type != SMB_SHROP_NUM_SHARES && in smbd_share_dispatch()
220 req_type != SMB_SHROP_LIST && in smbd_share_dispatch()
226 switch (req_type) { in smbd_share_dispatch()
/illumos-gate/usr/src/cmd/bhyve/
H A Dfwctl.c277 uint32_t req_type; member
321 if (rinfo.req_type <= OP_MAX && ops[rinfo.req_type] != NULL) in fwctl_request_start()
322 rinfo.req_op = ops[rinfo.req_type]; in fwctl_request_start()
380 rinfo.req_type = value; in fwctl_request()
410 *retval = rinfo.req_type; in fwctl_response()
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c210 uint16_t req_type = OPID_PRINT_JOB; in internal_job_submit() local
229 req_type = OPID_PRINT_URI; in internal_job_submit()
230 req_type = OPID_SEND_URI; in internal_job_submit()
238 req_type = OPID_CREATE_JOB; in internal_job_submit()
242 req_type = OPID_VALIDATE_JOB; in internal_job_submit()
292 populate_job_request(svc, &request, job_attributes, printer, req_type); in internal_job_submit()
294 switch (req_type) { in internal_job_submit()
315 if (req_type == OPID_CREATE_JOB) { in internal_job_submit()
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c83 static int get_pfkey_reply(uint32_t req_seq, uint8_t req_type, int *err);
366 get_pfkey_reply(uint32_t req_seq, uint8_t req_type, int *err) in get_pfkey_reply() argument
445 if (msg->sadb_msg_type != req_type) { in get_pfkey_reply()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sriov.h323 void *p_tlvs_list, u16 req_type);
350 …_iov_search_list_tlvs(struct ecore_hwfn *p_hwfn, void *p_tlvs_list, u16 req_type) {return OSAL_NUL… in ecore_iov_search_list_tlvs() argument
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h135 char req_type; /* AIO_POSIX_REQ or not */ member
261 #define POSIX_AIO(x) ((x)->req_type == AIO_POSIX_REQ)
/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.h71 uint8_t req_type; member
H A Dlibrsc.c279 if (rr_table[i].req_type == type) { in rsc_lookup_rr_table()
/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c766 int req_type) in mkrq_idmap_sid2ux() argument
788 switch (req_type) { in mkrq_idmap_sid2ux()
791 mip->mi_isuser = req_type; in mkrq_idmap_sid2ux()
797 mip->mi_isuser = req_type; in mkrq_idmap_sid2ux()
1304 int req_type) in mkrq_idmap_ux2sid() argument
1308 switch (req_type) { in mkrq_idmap_ux2sid()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4249 switch (req_type) { in dprov_alloc_context()
5038 taskq_req->dr_type = req_type; in dprov_alloc_req()
5067 dprov_digest_submit_req(dprov_req_type_t req_type, in dprov_digest_submit_req() argument
5092 dprov_mac_submit_req(dprov_req_type_t req_type, in dprov_mac_submit_req() argument
5118 dprov_sign_submit_req(dprov_req_type_t req_type, in dprov_sign_submit_req() argument
5145 dprov_verify_submit_req(dprov_req_type_t req_type, in dprov_verify_submit_req() argument
5228 dprov_cipher_submit_req(dprov_req_type_t req_type, in dprov_cipher_submit_req() argument
5255 dprov_random_submit_req(dprov_req_type_t req_type, in dprov_random_submit_req() argument
5341 dprov_key_submit_req(dprov_req_type_t req_type, in dprov_key_submit_req() argument
5386 dprov_mgmt_submit_req(dprov_req_type_t req_type, in dprov_mgmt_submit_req() argument
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h353 uint32_t req_type:4; member
362 uint32_t req_type:4; member
H A Demlxs_mbox.h1773 uint32_t req_type:4; member
1782 uint32_t req_type:4; member
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c2178 reqp->req_type = AIO_POSIX_REQ; in _aio_rw()
2299 reqp->req_type = AIO_POSIX_REQ; in _aio_rw64()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2660 mb->un.varUpdateCfg.req_type = UPDATE_DATA; in emlxs_format_update_parms()
2686 mb->un.varUpdateCfg.req_type = UPDATE_DATA; in emlxs_format_update_pci_cfg()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2630 u8_t req_type; member