Searched defs:status (Results 676 - 700 of 1989) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c266 blowfish_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
268 *status = CRYPTO_PROVIDER_READY;
H A Dmd4_mod.c201 md4_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
203 *status = CRYPTO_PROVIDER_READY;
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c70 uint_t status; local
76 status = 1;
87 status = 0;
95 status = 0;
103 status = 0;
110 status = 0;
120 if (status) {
186 * xfer command whose status isn't set or until run out of IXL cmds
282 /* return stopped status if at end of IXL cmds & context stopped */
298 * Process given IXL xfer cmd, checking status o
[all...]
H A Dhci1394_ixl_update.c143 /* set done ok return status */
151 * return update status
215 * if non-completion condition, return update status
227 /* evaluate update completion, setting completion status */
259 /* return update completion status */
276 int status; local
286 status = DDI_SUCCESS;
302 status = DDI_FAILURE;
313 status = DDI_FAILURE;
328 status
354 uint_t status; local
2084 int status; local
[all...]
H A Dhci1394_q.c97 int status; local
127 status = hci1394_buf_alloc(drvinfo, &parms, &desc->qb_buf,
129 if (status != DDI_SUCCESS) {
156 status = hci1394_buf_alloc(drvinfo, &parms, &data->qb_buf,
158 if (status != DDI_SUCCESS) {
578 int status; local
612 status = hci1394_q_reserve(&q_handle->q_desc,
614 if (status != DDI_SUCCESS) {
672 int status; local
706 status
769 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Dnx1394.c138 int status; local
220 status = ndi_prop_update_int(DDI_DEV_T_NONE, cdip,
222 if (status != NDI_SUCCESS) {
253 status = ddi_ctlops(dip, rdip, op, arg, result);
256 return (status);
290 status = ddi_ctlops(dip, rdip, op, arg, result);
293 return (status);
310 int status; local
329 status = ddi_dma_allochdl(dip, rdip, attr, waitfnp, arg, handlep);
331 "", tnf_int, status, statu
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c100 int status; local
105 status = aac_check_revision(softs, arg, mode);
113 status = aac_ioctl_send_fib(softs, arg, mode);
117 status = aac_open_getadapter_fib(softs, arg, mode);
121 status = aac_next_getadapter_fib(softs, arg, mode);
125 status = aac_close_getadapter_fib(softs, arg);
129 status = aac_send_raw_srb(softs, dev, arg, mode);
133 status = aac_get_pci_info(softs, arg, mode);
137 status = aac_query_disk(softs, arg, mode);
141 status
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.c336 ath9k_hw_init_rf(struct ath_hal *ah, int *status) argument
373 *status = ENOMEM;
384 *status = ENOMEM;
394 *status = ENOMEM;
H A Darn_recv.c30 * MAC acknowledges BA status as long as it copies frames to host
431 int status; local
464 status = ath9k_hw_rxprocdesc(ah, ds,
467 if (status == EINPROGRESS) {
482 * On some hardware the descriptor status words could
493 status = ath9k_hw_rxprocdesc(ah, tds, tbf->bf_daddr,
495 if (status == EINPROGRESS) {
512 /* The status portion of the descriptor could get corrupted. */
545 arn_printrxbuf(bf, status == 0);
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c192 * Allocate CMB used for fetching interrupt status data.
778 uint32_t status; local
790 status = INL(atgep, ATGE_INTR_STATUS);
791 if (status == 0 || (status & atgep->atge_intrs) == 0) {
800 ATGE_DB(("%s: %s() entry status : %x",
801 atgep->atge_name, __func__, status));
806 OUTL(atgep, ATGE_INTR_STATUS, status | INTR_DIS_INT);
884 if ((status & (INTR_DMA_RD_TO_RST | INTR_DMA_WR_TO_RST)) != 0) {
901 if (status
[all...]
H A Datge_l1c.c220 * Allocate CMB used for fetching interrupt status data.
420 * Clear WOL status and disable all WOL feature as WOL
518 * for the interrupt should know interrupt status.
740 uint32_t rdinfo, status, totlen, pktlen, slotlen; local
755 status = ATGE_GET32(l1c->atge_l1c_rr, &rx_rr->status);
759 totlen = L1C_RRD_BYTES(status);
762 "status : 0x%x, totlen : %d,"
764 rdinfo, status, totlen, rx_cons, nsegs));
766 if ((status
886 uint32_t status; local
[all...]
H A Datge_l1e.c214 * Allocate CMB used for fetching interrupt status data.
345 * Clear WOL status and disable all WOL feature as WOL
848 uint32_t status; local
860 status = INL(atgep, ATGE_INTR_STATUS);
861 if (status == 0 || (status & atgep->atge_intrs) == 0) {
870 ATGE_DB(("%s: %s() entry status : %x",
871 atgep->atge_name, __func__, status));
877 OUTL(atgep, ATGE_INTR_STATUS, status | INTR_DIS_INT);
884 if (status
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_mod.c168 int status; local
185 status = mod_install(&srpt_modlinkage);
186 if (status != DDI_SUCCESS) {
187 cmn_err(CE_CONT, "_init, failed mod_install %d", status);
193 return (status);
211 int status; local
213 status = mod_remove(&srpt_modlinkage);
214 if (status != DDI_SUCCESS) {
215 return (status);
224 return (status);
260 int status; local
308 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c181 int status; local
206 status = scsi_hba_probe(sd, waitfunc);
209 status);
211 return (status);
805 * functions are called to return the status.
1309 * COMMAND_TERMINATED SCSI status, Update the sense data.
1310 * NOTE : The CISS_CMD_INVALID command status would always result in a
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c205 pool_status_t status; local
260 if (ddi_copyin((void *)arg, &status,
265 ret = pool_status(status.ps_io_state);
272 status.ps_io_state = pool_state;
273 if (ddi_copyout(&status, (void *)arg,
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c293 /* Get the status for backplane #0 */
301 " Front backplane status: "));
327 " Rear backplane status: "));
345 /* Get the current status */
409 struct device_element status; local
549 * Now that we have the status check to see if
661 bcopy((const void *)elem, (void *)&status,
662 sizeof (struct device_element)); /* save status */
665 elem->dev_off = status.dev_off;
666 elem->en_bypass_a = status
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c81 int status; local
84 if (status = g_start(drv_path)) {
85 return (status);
108 int status, err; local
118 if ((status = g_stop(drv_path, 0)) != 0) {
125 if ((status & ~L_SCSI_ERROR) == STATUS_RESERVATION_CONFLICT) {
143 return (status);
H A Dio.c196 int status; local
215 status = rec_diag_cmd(fd, buf_ptr, buf_len, page_code, SCSI_ESI_PCV);
216 if (status != 0) {
217 status = rec_diag_cmd(fd, buf_ptr, buf_len, page_code, SCSI_ESI_PF);
219 return (status);
416 int status; local
441 status = cmd(fd, &ucmd, USCSI_READ);
443 if (status == 0) {
452 return (status);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c188 DAT_BOOLEAN status = DAT_FALSE; local
233 status = DAT_TRUE;
253 status = DAT_TRUE;
256 status = DAT_FALSE;
275 return (status);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c141 if (read_res.status != NFS3_OK)
208 if (getattr_res.status != NFS3_OK) {
209 nfs3_error(getattr_res.status);
210 return (getattr_res.status);
247 nfs3_error(enum nfsstat3 status) argument
252 switch (status) {
355 enum clnt_stat status; local
366 status = CLNT_CALL(root_CLIENT, NFSPROC3_LOOKUP, xdr_LOOKUP3args,
369 if (status != RPC_SUCCESS) {
373 if (res_lookup.status !
410 enum clnt_stat status; local
[all...]
H A Dnfs4ops.c60 enum clnt_stat status; local
115 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND,
120 if (status == RPC_TIMEDOUT) {
140 } while (status == RPC_TIMEDOUT);
142 if (status != RPC_SUCCESS)
183 enum clnt_stat status; local
226 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND, xdr_getattr4_args,
230 if (status != RPC_SUCCESS) {
231 dprintf("nfs4getattr: RPC error %d\n", status);
279 nfs4_error(enum nfsstat4 status) argument
384 enum clnt_stat status; local
504 enum clnt_stat status; local
597 enum clnt_stat status; local
[all...]
/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c423 int status; local
426 result = waitpid(child, &status, 0);
435 if (status != 0) {
437 child, status);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Despi.c75 u32 status;
85 status = t1_read_reg_4(adapter, A_ESPI_GOSTAT);
86 busy = status & F_ESPI_CMD_BUSY;
92 *rd_data = G_READ_DATA(status);
160 u32 status = t1_read_reg_4(espi->adapter, A_ESPI_INTR_STATUS); local
162 if (status & F_DIP4ERR)
164 if (status & F_RXDROP)
166 if (status & F_TXDROP)
168 if (status & F_RXOVERFLOW)
170 if (status
[all...]
H A Dmv88e1xxx.c270 u32 status; local
273 (void) simple_mdio_read(cphy, MV88E1XXX_SPECIFIC_STATUS_REGISTER, &status);
274 if ((status & V_PSSR_STATUS_RESOLVED) != 0) {
275 if (status & V_PSSR_RX_PAUSE)
277 if (status & V_PSSR_TX_PAUSE)
279 dplx = (status & V_PSSR_DUPLEX) ? DUPLEX_FULL : DUPLEX_HALF;
280 sp = G_PSSR_SPEED(status);
289 *link_ok = (status & V_PSSR_LINK) != 0;
320 u32 status; local
336 MV88E1XXX_SPECIFIC_STATUS_REGISTER, &status);
[all...]
H A Dvsc7321.c68 u32 status, vlo, vhi; local
75 status = (vhi << 16) | vlo;
76 } while ((status & 1) == 0);

Completed in 125 milliseconds

<<21222324252627282930>>