Searched defs:status (Results 1401 - 1425 of 1989) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_sess.c121 iscsi_status_t status; local
174 status = iscsi_sess_threads_create(isp);
175 if (status != ISCSI_STATUS_SUCCESS) {
321 status = iscsi_sess_threads_create(isp);
322 if (status != ISCSI_STATUS_SUCCESS) {
1821 /* If passthru successful but not scsi status update istatus */
2078 iscsi_status_t status = ISCSI_STATUS_SUCCESS; local
2107 status = iscsi_lun_destroy(ihp, ilp);
2108 if (status != ISCSI_STATUS_SUCCESS) {
2509 * The last caller is responsible for kicking off the DONE status
[all...]
H A Discsid.c1201 iscsi_status_t status; local
1265 status = iscsi_sess_destroy(isp);
1266 if (ISCSI_SUCCESS(status)) {
1269 } else if (status == ISCSI_STATUS_BUSY) {
1284 isp->sess_oid, status);
H A Disns_protocol.h171 uint8_t status[4]; member in struct:isns_resp_mesg
188 uint32_t status; member in struct:isns_resp
H A Dnvfile.c517 iscsi_nvfile_status_t status = ISCSI_NVFILE_SUCCESS; local
539 status = ISCSI_NVFILE_SUCCESS;
541 status = ISCSI_NVFILE_NAMEVAL_NOT_FOUND;
543 status = ISCSI_NVFILE_FAILURE;
547 return (status);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c1016 uint32_t msg[PMCS_MSG_SIZE], *ptr, htag, status; local
1140 status = LE_32(msg[2]);
1141 if (status == PMCOUT_STATUS_OVERFLOW) {
1142 status = PMCOUT_STATUS_OK;
1145 if (status != PMCOUT_STATUS_OK) {
1146 const char *emsg = pmcs_status_str(status);
1149 "SMP operation failed (0x%x)", status);
1155 if ((status == PMCOUT_STATUS_ERROR_HW_TIMEOUT) ||
1156 (status == PMCOUT_STATUS_IO_XFER_OPEN_RETRY_TIMEOUT)) {
1160 } else if (status
2896 pmcs_ioerror(pmcs_hw_t *pwp, pmcs_dtype_t t, pmcwork_t *pwrk, uint32_t *w, uint32_t status) argument
3088 pmcs_latch_status(pmcs_hw_t *pwp, pmcs_cmd_t *sp, uint8_t status, uint8_t *snsp, size_t snslen, char *path) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c1901 struct scsi_status *status = (struct scsi_status *)pkt->pkt_scbp; local
1905 if (status->sts_busy) {
1919 if (status->sts_chk) {
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c147 int status; local
150 status = mod_install(&modlinkage);
151 if (status != DDI_SUCCESS)
154 return (status);
160 int status; local
162 status = mod_remove(&modlinkage);
163 if (status == DDI_SUCCESS)
166 return (status);
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c299 * and then checks the suspend status. If suspended, it will wait until
868 uint32_t expected, status; local
921 status = tis_get_status(tpm);
925 "status = 0x%08X", myname, status);
931 if (status & TPM_STS_DATA_AVAIL) {
934 myname, status);
957 uint8_t status; local
973 status = tis_get_status(tpm);
975 if (!(status
2125 tpmrng_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c290 * Get the port status
368 /* Get the port status */
374 "usb get port status failed");
381 "usbprn_attach: printer status=0x%x", usbprnp->usbprn_last_status);
886 * Get the port status.
930 "usbprn_get_port_status(sync): status=0x%x",
1025 /* set last status to online */
1193 * Check the status of the pipe. If it's not idle,
1514 /* Get the port status */
1546 /* get prnio status */
1830 usbprn_error_state(uchar_t status) argument
1953 uchar_t status; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba10_calls.c267 uint16_t *status,
270 return (usb_get_status(dip, ph, type, what, status, flags));
262 usba10_usb_get_status( dev_info_t *dip, usb_pipe_handle_t ph, uint_t type, uint_t what, uint16_t *status, usb_flags_t flags) argument
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c295 uint16_t *status,
298 return (usba10_usb_get_status(dip, ph, type, what, status, flags));
290 usb_get_status( dev_info_t *dip, usb_pipe_handle_t ph, uint_t type, uint_t what, uint16_t *status, usb_flags_t flags) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h243 int status; /* domain specific status */ member in struct:ppm_domain
269 * ppm_domain.status field -
289 int status; member in struct:ppm_domit
H A Drds.h107 * Returns the status of a completed RDMA operation.
368 int32_t status; member in struct:rds_rdma_notify
H A Dser_sync.h122 int status; member in struct:sl_status
130 int32_t status; member in struct:sl_status32
139 #define SLS_MDMSTAT 0x01 /* Non-IBM modem line status change */
143 * defines for status field in sl_status
209 mblk_t *sl_mstat; /* most recent modem status change */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_fcaif.h112 int status; member in struct:fc_fca_rnid
134 size_t pm_stat_len; /* status buffer length */
135 caddr_t pm_stat_buf; /* status buffer */
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1291 int status; local
1306 waitpid (pid, &status, 0);
1309 if (WIFEXITED (status)) {
1311 if ((WEXITSTATUS (status) != 0) && (WEXITSTATUS (status) != 252)) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1453 krb5_error_code status = 0; local
1490 status = krb5_db2_db_set_name(kcontext, dbname, tempdb);
1492 if (status) {
1495 krb5_db2_prepend_err_str(kcontext, errbuf, status, status);
1503 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_MODULE_SECTION, conf_section, KDB_DB2_DATABASE_NAME, /* under given conf section */
1508 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_REALM_SECTION, KRB5_DB_GET_REALM(kcontext), KDB_DB2_DATABASE_NAME, /* under given realm */
1511 if (status) {
1516 krb5_db2_prepend_err_str(kcontext, errbuf, status, status);
1550 krb5_error_code status = 0; local
1652 krb5_error_code status = 0; local
1733 krb5_error_code status = 0; local
1851 krb5_error_code status = 0; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h190 u_int8_t status; member in struct:item_info
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c153 struct ipw2100_status *status, uint8_t *rxbuf);
487 * create the mf thread to handle the link status,
658 * create the mf thread to handle the link status,
1305 * get the radio status from IPW_CSR_IO, invoked by wificonfig/dladm
1501 * status
1503 sc->sc_dma_status.dr_name = "ipw2100-rx-status";
1559 * status
1652 * status
1660 * state transfer. Here, we just keep the status of the hardware notification
1830 "ipw2100_thread(): link status
2640 ipw2100_rcvpkt(struct ipw2100_softc *sc, struct ipw2100_status *status, uint8_t *rxbuf) argument
2671 struct ipw2100_status *status; local
2897 int status; local
2917 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c359 * If it was on runnning status, reset to INIT state
439 cv_init(&sc->sc_cmd_status_cond, "cmd-status-ring", CV_DRIVER, NULL);
619 * Create the mf thread to handle the link status,
1250 * radio status, it is off/on
1950 * when radio is off or SUSPEND status, nothing to do
1963 "ipw2200_thread(): link status --> %d\n",
2137 "ipw2200_m_tx(): suspend status, discard msg\n"));
2206 * when sending data, system runs into suspend status,
2529 * do is to check radio status firstly. If radio is ON, pass
2781 assoc->state, assoc->status));
3077 int status; local
3097 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c347 int status = 0; local
398 return (status);
403 * normal stream close call checks current status and cleans up
1849 int status = DL_BADADDR; local
1948 status = DL_TOOMANY;
1950 return (status);
1964 int status = DL_BADADDR, i; local
1998 status = DL_NOTENAB;
2001 return (status);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c1155 int status; local
1199 status = mddb_commitrec(ur->ur_recid);
1204 if (status != 0) {
1214 return (mddbstatus2error(&ur->ur_mde, status, NODEV32,
1246 status = mddb_commitrecs(data);
1252 if (status != 0) {
1262 return (mddbstatus2error(&ur->ur_mde, status, NODEV32,
1314 status = mddb_deleterec(ur->ur_recid);
1315 if (status < 0)
1316 return (mddbstatus2error(&ur->ur_mde, status, NODEV3
3608 mddb_recstatus_t status; local
3665 mddb_recstatus_t status; local
3755 mddb_recstatus_t status; local
3813 mddb_recstatus_t status; local
3944 mddb_recstatus_t status; local
4033 mddb_recstatus_t status; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c45 * - Soft partition status information.
60 * status is checked (only soft partitions in the OK state may be
319 * status - status to be sent to master node
324 * PURPOSE: send a soft-partition status change to the master node. If the
331 sp_send_stat_msg(mp_unit_t *un, sp_status_t status) argument
337 const char *str = (status == MD_SP_ERR) ? "MD_SP_ERR" : "MD_SP_OK";
341 sp_msg.sp_setstat_status = status;
530 * all nodes get the errored status when we first encounter it. To avoid
540 * status an
[all...]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.h84 U8 status; /* 0x17 status */ member in struct:_MPI2_SCSI_IO_VENDOR_UNIQUE
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c1090 int status, int baparamset, int batimeout)
1095 if (status == IEEE80211_STATUS_SUCCESS) {
1508 "send ADDBA response: dialogtoken %d status %d "
1088 ieee80211_addba_response(struct ieee80211_node *in, struct ieee80211_tx_ampdu *tap, int status, int baparamset, int batimeout) argument

Completed in 204 milliseconds

<<51525354555657585960>>