Searched defs:status (Results 901 - 925 of 1989) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c331 aes_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
333 *status = CRYPTO_PROVIDER_READY;
H A Dsha1_mod.c228 sha1_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
230 *status = CRYPTO_PROVIDER_READY;
H A Dsha2_mod.c254 sha2_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
256 *status = CRYPTO_PROVIDER_READY;
/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c497 * status Command's completion status
509 uint32_t cmd_type, int status)
522 s1394_atreq_cmd_complete(hal, command_id, status);
526 s1394_atresp_cmd_complete(hal, command_id, status);
1677 int status; local
1684 status = s1394_ioctl((s1394_hal_t *)sl_private, cmd, arg, mode,
1688 tnf_int, status, status);
1689 return (status);
508 h1394_cmd_is_complete(void *sl_private, cmd1394_cmd_t *command_id, uint32_t cmd_type, int status) argument
[all...]
H A Ds1394_asynch.c674 * Based upon a command's completion status, s1394_atreq_cmd_complete()
680 s1394_atreq_cmd_complete(s1394_hal_t *hal, cmd1394_cmd_t *req, int status) argument
696 if (status != H1394_CMD_SUCCESS) {
725 switch (status) {
802 "Unrecognized cmd status code",
803 tnf_int, status, status);
909 /* Set status */
925 /* Set status and call completion_callback() */
946 * Again, based upon the command's completion status,
951 s1394_atresp_cmd_complete(s1394_hal_t *hal, cmd1394_cmd_t *resp, int status) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c411 int status; local
427 status = DDI_SUCCESS;
434 status = DDI_SUCCESS;
438 status = DDI_FAILURE;
441 return (status);
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c641 * This function is called by SBP-2 layer when task status is received,
717 * task status handler
730 * Process all tasks that received status.
786 * SBP-2 status block has been received, now look at sbp_status.
788 * Note: ANSI NCITS 325-1998 B.2 requires that when status is
835 /* generic HBA status processing */
841 * Convert SBP-2 status block into SCSA status.
843 * Note: (ref: B.2) "SBP-2 permits the return of a status block between two
844 * and quadlets in length. When a truncated status bloc
852 uint8_t status = st->st_status; local
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c84 ath_get_hal_status_desc(HAL_STATUS status) argument
105 if (status >= 0 && status < sizeof (hal_status_desc)/sizeof (char *))
106 return (hal_status_desc[status]);
470 HAL_STATUS status; local
490 &hchan, AH_TRUE, &status)) {
493 "flags 0x%x: '%s' (HAL status %u)\n",
496 ath_get_hal_status_desc(status), status));
980 HAL_STATUS status; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c71 ibt_status_t status; local
98 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_scq_hdl,
100 if (status != IBT_SUCCESS) {
102 status);
110 status = ibt_alloc_cq(ioc->ioc_ibt_hdl, &cq_attr, &ch->ch_rcq_hdl,
112 if (status != IBT_SUCCESS) {
114 status);
154 status = ibt_alloc_rc_channel(ioc->ioc_ibt_hdl, IBT_ACHAN_USES_SRQ,
156 if (status != IBT_SUCCESS) {
158 status);
300 ibt_status_t status; local
523 stmf_status_t status; local
605 ibt_status_t status; local
694 ibt_status_t status; local
812 ibt_status_t status; local
1056 ibt_status_t status; local
1125 ibt_status_t status; local
1266 int status = 1; local
1346 ibt_status_t status; local
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3.c616 cpqary3_cleanup(cpqary3_t *cpqary3p, uint32_t status) argument
635 if (status & CPQARY3_NOE_INIT_DONE) {
664 if (status & CPQARY3_INTR_HDLR_SET)
667 if (status & CPQARY3_SW_INTR_HDLR_SET)
670 if ((status & CPQARY3_TICK_TMOUT_REGD) && cpqary3p->tick_tmout_id) {
675 if (status & CPQARY3_CREATE_MINOR_NODE) {
680 if (status & CPQARY3_HBA_TRAN_ATTACH_DONE)
683 if (status & CPQARY3_HBA_TRAN_ALLOC_DONE)
686 if (status & CPQARY3_CTLR_CONFIG_DONE) {
708 if (status
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c457 boolean_t status = B_TRUE; local
465 status = B_FALSE;
477 status = B_FALSE;
481 status = B_FALSE; /* cap not supported */
484 return (status);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c145 enum clnt_stat status; local
155 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS,
159 if (status == RPC_TIMEDOUT) {
165 } while (status == RPC_TIMEDOUT);
167 if ((status != RPC_SUCCESS) || (root_tmp.fhs_status != 0)) {
175 * status as NFS_OK, and its type as NFDIR. If these
274 mnt3_error(enum mountstat3 status) argument
279 switch (status) {
322 enum clnt_stat status; local
336 status
560 int status; local
[all...]
H A Dpmap.c346 enum clnt_stat status; /* rpc_call status */ local
364 status = brpc_call((rpcprog_t)PMAPPROG, (rpcvers_t)PMAPVERS,
368 if (status != RPC_PROGUNAVAIL) {
369 if (status == RPC_SUCCESS) {
376 return (status);
394 status = brpc_call((rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS,
398 if (status == RPC_SUCCESS) {
406 return (status);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dvsc7326.c57 u32 status, vlo, vhi; local
66 status = (vhi << 16) | vlo;
68 } while (((status & 1) == 0) && (i < 50));
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c443 enum clnt_stat status; local
477 status = CLNT_CALL(client, PMAPPROC_GETPORT,
482 if (status != RPC_SUCCESS)
485 status = RPC_PROGNOTREGISTERED;
495 return (status);
512 enum clnt_stat status; local
556 status = RPC_UNKNOWNPROTO;
585 status = RPC_TLIERROR;
591 status = CLNT_CALL(client, RPCBPROC_GETADDR,
599 if (status
[all...]
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c141 int status; local
234 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf,
237 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
240 if (DES_FAILED(status)) {
307 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
309 if (DES_FAILED(status)) {
/illumos-gate/usr/src/uts/common/xen/public/
H A Devent_channel.h153 * EVTCHNOP_status: Get the current status of the communication channel which
157 * 2. Only a sufficiently-privileged domain may obtain the status of an event
172 uint32_t status; member in struct:evtchn_status
246 struct evtchn_status status; member in union:evtchn_op::__anon9301
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c342 * Note: we do not convert the 'status' field,
346 bzero(&rwcmdp->status, sizeof (rwcmdp->status));
376 cmd32.status.status = rwcmdp->status.status;
377 cmd32.status.resid = rwcmdp->status.resid;
378 cmd32.status
409 int rw, status; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h122 sbd_error_t *(*status)(drmachid_t, drmach_status_t *); member in struct:__anon9357
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c454 uint32_t status; local
460 status = ddi_get32(state->is_reg_handle,
464 status = ddi_get32(state->is_reg_handle,
468 /* if that status isn't ACTIVE or IDLE, the channel has failed */
469 if (status & IOAT_CHAN_STS_FAIL_MASK) {
474 channel->ic_chan_num, status, chanerr);
554 * allocate memory for the completion status, zero it out, and get
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c281 case 0x80: /* Thermal Zone status changed */
397 ACPI_STATUS status; local
436 status = AcpiGetName(obj, ACPI_FULL_PATHNAME, &zone_name);
437 ASSERT(status == AE_OK);
441 status = AcpiInstallNotifyHandler(obj, ACPI_DEVICE_NOTIFY,
443 ASSERT(status == AE_OK);
563 ACPI_STATUS status; local
566 status = AcpiWalkNamespace(ACPI_TYPE_THERMAL, ACPI_ROOT_OBJECT,
569 ASSERT(status == AE_OK);
608 ACPI_STATUS status; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c363 "status %d\n", __func__, qlge->instance, val));
446 int status; local
458 status = ql_unicst_set(qlge, mac, 0);
462 return (status);
550 enum ioc_reply status; local
642 status = ql_chip_ioctl(qlge, wq, mp);
648 status = ql_loop_ioctl(qlge, wq, mp, iocp);
651 status = IOC_INVAL;
658 switch (status) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c69 int status; local
78 status = hxge_start(hxgep, tx_ring_p, mp);
79 if (status != 0) {
90 int dma_status, status = 0; local
225 status = 1;
525 len, b_rptr, status, status));
529 status = 1;
796 return (status);
843 return (status);
[all...]
H A Dhxge_virtual.c60 hxge_status_t status = HXGE_OK; local
72 status = hxge_get_mac_addr_properties(hxgep);
73 if (status != HXGE_OK) {
76 return (status);
156 int status; local
168 status = ddi_prop_lookup_int_array(DDI_DEV_T_ANY, hxgep->dip, 0, prop,
170 if (status == DDI_PROP_SUCCESS) {
171 status = ddi_prop_update_int_array(DDI_DEV_T_NONE,
183 status = ddi_prop_update_int(DDI_DEV_T_NONE, hxgep->dip,
342 int status local
362 int status = B_FALSE; local
472 hxge_status_t status = HXGE_OK; local
703 hxge_status_t status = HXGE_OK; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c65 int status; local
82 status = hermon_agent_list_init(state);
83 if (status != DDI_SUCCESS) {
101 status = hermon_agent_register_all(state);
102 if (status != DDI_SUCCESS) {
113 return (status);
124 int status; local
133 status = hermon_agent_unregister_all(state, state->hs_num_agents);
134 if (status != DDI_SUCCESS) {
166 int status; local
212 int status; local
263 int status; local
327 int status; local
692 int i, status, num_registered; local
749 int i, status; local
[all...]

Completed in 193 milliseconds

<<31323334353637383940>>