Searched defs:status (Results 701 - 725 of 1989) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c748 * Fast channel for good status phase
915 fct_status_t status; local
919 status = fcoet_logo_fabric(ss);
922 return (status);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c88 iscsit_text_resp_complete_cb(idm_pdu_t *pdu, idm_status_t status) argument
93 if (status != IDM_STATUS_SUCCESS) {
/illumos-gate/usr/src/uts/common/os/
H A Dndifm.c63 * all error handlers and returns one of the following status
88 * DDI_DMA_FLAGERR - nexus should set error status for any errors
90 * DDI_ACC_FLAGERR - nexus should set error status for any errors
139 * set the error status for that handle before returning from
360 int status, fatal = 0, nonfatal = 0; local
369 status = DDI_FM_UNKNOWN;
403 status = compare_func(dip, fep->fce_resource,
405 if (status == DDI_FM_UNKNOWN || status == DDI_FM_OK)
408 if (status
461 int status, fatal = 0, nonfatal = 0; local
601 int status; local
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c265 int status; local
275 status = RDMA_REGMEMSYNC(conn,
282 status = RDMA_REGMEMSYNC(conn,
291 if (status != RDMA_SUCCESS) {
293 return (status);
342 rdma_stat status; local
349 status = RDMA_SYNCMEM(conn,
353 if (status != RDMA_SUCCESS)
354 return (status);
362 status
461 int status; local
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c233 int status; local
260 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
263 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
266 if (DES_FAILED(status)) {
321 int status; local
337 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf,
340 if (DES_FAILED(status)) {
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dnetif.h148 int16_t status; /* NETIF_RSP_* */ member in struct:netif_tx_response
178 int16_t status; /* -ve: BLKIF_RSP_* ; +ve: Rx'ed pkt size. */ member in struct:netif_rx_response
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpinex/
H A Dacpinex_event.c155 * It also invokes ACPI _OST method to update event status if call_ost is true.
221 int status, psta, csta; local
241 status = 0;
242 /* Query previous device status. */
245 status |= 0x1;
247 /* Query current device status. */
250 status |= 0x2;
253 switch (status) {
257 /* No status changes, keep on walking. */
309 * It also invokes ACPI _OST method to update event status i
491 ACPI_STATUS status; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c551 ioat_unregister_complete(void *device_private, int status) argument
558 if (status != DCOPY_SUCCESS) {
641 /* If the interrupt status bit isn't set, it's not ours */
665 * if interrupt status bit was set, there should have been an
666 * attention status bit set too.
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_rxdma.c541 * This function is called to operate on the control and status register.
547 int status = HPI_SUCCESS; local
577 return (status);
588 int status = HPI_SUCCESS; local
618 return (status);
H A Dhpi_txdma.c41 int status = HPI_SUCCESS; local
52 return (status);
91 int status = HPI_SUCCESS; local
139 status = hpi_txdma_control_stop_wait(handle, channel);
140 if (status) {
157 status = (HPI_FAILURE | HPI_TXDMA_OPCODE_INVALID(channel));
163 return (status);
170 int status = HPI_SUCCESS; local
201 return (status);
208 int status local
246 int status = HPI_SUCCESS; local
277 int status = HPI_SUCCESS; local
325 int status; local
386 int status = HPI_SUCCESS; local
[all...]
H A Dhxge_hw.c588 boolean_t status = B_TRUE; local
598 status = B_FALSE;
614 status = B_FALSE;
644 status = B_FALSE;
655 "<== hxge_set_lb status = 0x%08x", status));
657 return (status);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c475 int status; local
496 status = ddi_dma_alloc_handle(state->hs_dip, &dma_attr,
498 if (status == DDI_DMA_BADATTR) {
501 } else if (status != DDI_SUCCESS) { /* failed somehow */
510 status = ddi_dma_mem_alloc(dmahdl, 256,
514 if (status != DDI_SUCCESS) { /* failed somehow */
521 status = ddi_dma_addr_bind_handle(dmahdl, NULL, kaddr, actual_len,
524 if (status == DDI_DMA_MAPPED) {
H A Dhermon_qpmod.c90 int status; local
179 status = IBT_QP_ATTR_RO;
192 status = IBT_QP_STATE_INVALID;
201 status = hermon_qp_reset2init(state, qp, info_p);
202 if (status != DDI_SUCCESS) {
230 status = hermon_qp_reset2err(state, qp);
231 if (status != DDI_SUCCESS) {
241 status = IBT_QP_STATE_INVALID;
254 status = hermon_wrid_from_reset_handling(state, qp);
255 if (status !
842 int status; local
1120 int status; local
1329 int status; local
1702 int status; local
1971 int status; local
2195 int status; local
2261 int status; local
2562 int status; local
3007 int status; local
3090 int status; local
3125 int status; local
3171 int status; local
[all...]
H A Dhermon_stats.c347 int status; local
403 status = hermon_getperfcntr_cmd_post(state, 1,
405 if (status != HERMON_CMD_SUCCESS) {
479 status = hermon_getperfcntr_cmd_post(state, 2,
481 if (status != HERMON_CMD_SUCCESS) {
602 int status, ext_width_supported; local
606 status = hermon_is_ext_port_counters_supported(state, port_num,
608 if (status == HERMON_CMD_SUCCESS) {
666 int status, i; local
674 status
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c65 int status; local
85 status = tavor_agent_list_init(state);
86 if (status != DDI_SUCCESS) {
87 /* Set "status" and "errormsg" and goto failure */
102 /* Set "status" and "errormsg" and goto failure */
108 status = tavor_agent_register_all(state);
109 if (status != DDI_SUCCESS) {
112 /* Set "status" and "errormsg" and goto failure */
126 return (status);
137 int status; local
186 int status; local
258 int status; local
385 int status; local
526 int i, status, num_registered; local
586 int i, status; local
[all...]
H A Dtavor_qpmod.c88 int status; local
184 /* Set "status" and "errormsg" and goto failure */
198 /* Set "status" and "errormsg" and goto failure */
209 status = tavor_qp_reset2init(state, qp, info_p);
210 if (status != DDI_SUCCESS) {
212 /* Set "status"/"errormsg", goto failure */
213 TAVOR_TNF_FAIL(status, "reset to init");
242 status = tavor_qp_reset2err(state, qp);
243 if (status != DDI_SUCCESS) {
245 /* Set "status"/"errorms
858 int status; local
1043 int status; local
1271 int status; local
1693 int status; local
2019 int status; local
2274 int status; local
2343 int status; local
2607 int status; local
3078 int status; local
3170 int status; local
3208 int status; local
3251 int status; local
[all...]
H A Dtavor_stats.c587 int status, i; local
595 status = tavor_getperfcntr_cmd_post(state, port,
597 if (status != TAVOR_CMD_SUCCESS) {
598 return (status);
603 status = tavor_getperfcntr_cmd_post(state, port,
605 if (status != TAVOR_CMD_SUCCESS) {
606 return (status);
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser.c116 int status; local
119 status = mod_install(&iser_modlinkage);
120 if (status != DDI_SUCCESS) {
124 return (status);
142 int status; local
144 status = mod_remove(&iser_modlinkage);
145 if (status != DDI_SUCCESS) {
146 return (status);
160 int status; local
186 status
293 int status; local
372 int status; local
[all...]
H A Diser_resource.c141 int status; local
154 status = iser_vmem_mr(hca->hca_msg_pool, memp,
156 if (status != IDM_STATUS_SUCCESS) {
246 idm_status_t status; local
265 status = iser_vmem_mr(hca->hca_buf_pool, memp, ISER_DEFAULT_BUFLEN,
268 if (status != IDM_STATUS_SUCCESS) {
547 ibt_status_t status; local
568 status = ibt_register_mr(hca->hca_hdl, hca->hca_pdhdl, &mr_attr,
570 if (status != IBT_SUCCESS) {
572 "failure (%d)", status);
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c664 int status; local
673 status = __rdsv3_rdma_map(rs, (struct rds_get_mr_args *)buf,
676 return (status);
H A Drdsv3_af_thr.c150 ibt_status_t status; local
H A Dsend.c482 rdsv3_rdma_send_complete(struct rdsv3_message *rm, int status) argument
499 notifier->n_status = status;
535 int status)
545 ro->r_notifier->n_status = status;
600 rdsv3_send_remove_from_sock(struct list *messages, int status) argument
642 (status || ro->r_notify)) {
647 notifier->n_status = status;
534 __rdsv3_rdma_send_complete(struct rdsv3_sock *rs, struct rdsv3_message *rm, int status) argument
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf.c56 int status = IBMF_SUCCESS; local
72 status = IBMF_INVALID_ARG;
80 status = IBMF_BAD_VERSION;
89 status = IBMF_BAD_FLAGS;
94 status = ibmf_i_validate_class_mask(client_infop);
95 if (status != IBMF_SUCCESS) {
104 status = ibmf_i_validate_ci_guid_and_port(client_infop->ir_ci_guid,
106 if (status != IBMF_SUCCESS) {
113 status = ibmf_i_get_ci(client_infop, &ibmf_cip);
114 if (status !
230 int status = IBMF_SUCCESS; local
341 int status = IBMF_SUCCESS; local
457 int status = IBMF_SUCCESS; local
600 int status = IBMF_SUCCESS; local
695 int status = IBMF_SUCCESS; local
846 int status = IBMF_SUCCESS; local
1084 int status = IBMF_SUCCESS; local
1193 int status = IBMF_SUCCESS; local
1290 int status = IBMF_SUCCESS; local
1389 int status = IBMF_SUCCESS; local
[all...]
H A Dibmf_rmpp.c96 int status; local
145 /* abort with status BadT */
146 status = ibmf_i_send_rmpp(msgimplp,
149 if (status != IBMF_SUCCESS) {
170 "status = %d\n", tnf_string, msg,
201 /* abort with status S2B */
202 status = ibmf_i_send_rmpp(msgimplp, IBMF_RMPP_TYPE_ABORT,
204 if (status != IBMF_SUCCESS) {
261 /* abort with status W2S */
262 status
375 int status; local
462 int status; local
1097 int status; local
1209 int status; local
1381 int status; local
1652 int status; local
1707 int status, i, numpkts = rmpp_ctx->rmpp_wl - rmpp_ctx->rmpp_ns + 1; local
[all...]
H A Dibmf_saa.c140 int status = IBMF_SUCCESS; local
153 status = IBMF_BAD_VERSION;
163 status = IBMF_INVALID_ARG;
207 status = ibmf_saa_impl_add_client(saa_portp);
209 if (status != IBMF_SUCCESS) {
213 "ibmf_sa_session_open: %s, status = %d\n",
215 " failed", tnf_int, status, status);
222 status = ibmf_saa_impl_create_port(port_guid, &saa_portp);
224 if (status !
396 int status = IBMF_SUCCESS; local
[all...]

Completed in 137 milliseconds

<<21222324252627282930>>