Searched defs:status (Results 326 - 350 of 1989) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_srq.c52 ibt_status_t status; local
69 status = IBTL_HCA2CIHCAOPS_P(hca_hdl)->ibc_alloc_srq(
73 if (status != IBT_SUCCESS) {
75 "CI SRQ handle allocation failed: status = %d", status);
78 return (status);
98 ibt_status_t status; local
103 status = ((IBTL_SRQ2CIHCAOPS_P(ibt_srq))->ibc_free_srq)
106 if (status != IBT_SUCCESS) {
108 "CI SRQ handle de-allocation failed: status
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_dr.c52 int status; local
85 status = ibmf_i_dr_loopback_filter(msgimplp->im_client,
87 if (status != IBMF_SUCCESS) {
96 return (status);
519 tnf_uint, status, ret);
H A Dibmf_ud_dest.c150 ibt_status_t status; local
204 status = ibt_alloc_ah(cip->ci_ci_handle, ud_dest_flags,
206 if (status != IBT_SUCCESS) {
210 "ibmf_i_populate_ud_dest_list(): %s, status = %d\n",
212 tnf_uint, ibt_status, status);
257 ibt_status_t status; local
285 status = ibt_free_ah(cip->ci_ci_handle, ud_dest->ud_ah);
286 if (status != IBT_SUCCESS) {
290 "status = %d\n", tnf_string, msg,
292 status);
332 ibt_status_t status; local
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_osdep.c71 int32_t status; local
74 status = pci_lcap_locate((OS_DEP(hw))->cfg_handle, pcie_id, &pcie_cap);
75 if (status == DDI_SUCCESS) {
82 return (status);
95 int32_t status; local
98 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap);
99 if (status == DDI_SUCCESS) {
106 return (status);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_classify.c170 nxge_status_t status = NXGE_OK; local
172 status = nxge_classify_init_sw(nxgep);
173 if (status != NXGE_OK)
174 return (status);
175 status = nxge_set_hw_classify_config(nxgep);
176 if (status != NXGE_OK)
177 return (status);
179 status = nxge_classify_init_hw(nxgep);
180 if (status != NXGE_OK)
181 return (status);
189 nxge_status_t status = NXGE_OK; local
[all...]
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c110 * receive status
121 * receive status
133 * goto read status
135 * read status:
140 * else (status ok)
254 /* CB devices don't do status over interrupt pipe */
262 * Start status phase (I - in CBI)
406 * Stop polling on interrupt pipe (for status)
432 * Handle CBI status results
438 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-driver.c182 xge_hal_status_e status; local
205 status = __hal_driver_config_check(config);
206 if (status != XGE_HAL_OK)
207 return status;
H A Dxgehal-mm.c141 xge_hal_status_e status; local
143 if ((status = mempool->item_func_alloc(
183 return status;
230 xge_hal_status_e status; local
332 status = __hal_mempool_grow(mempool, memblocks_to_allocate, &allocated);
335 if (status != XGE_HAL_OK) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_policy.c157 int status, ret; local
168 status = db->db->del(db->db, &dbkey, 0);
169 switch(status) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c82 int dflags, exact, status; local
214 if ((status = __bt_split(t, h, key,
216 return (status);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_create.c58 krb5_error_code status = 0; local
77 status = ENOMEM;
88 if ((status = krb5_ldap_get_db_opt(*t_ptr, &opt, &val)) != 0) {
95 status = EINVAL;
96 krb5_set_error_message (context, status, gettext("'binddn' missing"));
100 status = EINVAL;
101 krb5_set_error_message (context, status, gettext("'binddn' value missing"));
109 status = ENOMEM;
116 status = EINVAL;
117 krb5_set_error_message (context, status, gettex
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcache.c79 regcache(const char* pattern, regflags_t reflags, int* status) argument
107 if (status)
108 *status = i;
160 if (status)
161 *status = REG_ESPACE;
174 if (status)
175 *status = REG_ESPACE;
185 if (status)
186 *status = i;
195 if (status)
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dsckm_io.h76 uint32_t status; /* execution status */ member in struct:sckm_ioctl_status
87 * Valid values for the status field of the sckm_ioctl_status structure.
H A Dsckm_msg.h57 uint32_t status; /* error code */ member in struct:sckm_mbox_rep_hdr
85 * Values for sckm_msg_rep_hdr status field.
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmcadm.h52 int status; member in struct:rmcadm_request_response
61 int status; member in struct:rmcadm_send_srecord_bp
76 int status; member in struct:rmcadm_request_response32
84 int status; member in struct:rmcadm_send_srecord_bp32
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_states.c220 int status; local
253 if ((status = stopcpu_bycpuid(cpuid)) != 0) {
260 cmn_err(CE_WARN, "failed to stop cpu %d (%d)", cpuid, status);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_cpu.h69 uint32_t status; /* status of the CPU */ member in struct:__anon10318
H A Ddr_io.h67 * Values of 'status' element of the response message
79 uint32_t status; member in struct:__anon10320
/illumos-gate/usr/src/uts/intel/io/ipmi/
H A Dipmi_kcs.c56 int status; local
59 status = INB(sc, KCS_CTL_STS);
62 for (i = 0; i < timeout_usecs && status & KCS_STATUS_IBF;
65 status = INB(sc, KCS_CTL_STS);
69 for (i = 0; i < timeout_usecs && !(status & KCS_STATUS_IBF);
72 status = INB(sc, KCS_CTL_STS);
75 return (status);
81 int status; local
84 status = INB(sc, KCS_CTL_STS);
87 for (i = 0; i < timeout_usecs && status
104 kcs_clear_obf(struct ipmi_softc *sc, int status) argument
115 int retry, status; local
182 int retry, status; local
218 int status; local
240 int status; local
266 int status; local
488 int status; local
[all...]
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c56 ushort_t status; local
61 status = (*pci_getw_func)(bus, dev, func, PCI_CONF_STAT);
62 if (!(status & PCI_STAT_CAP))
77 status = (*pci_getw_func)(bus, dev, func, capsp + 2);
85 ((status & PCIE_PCIECAP_DEV_TYPE_MASK) ==
92 if (status & PCIE_PCIECAP_SLOT_IMPL) {
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_dma.c59 int status; local
71 status = ddi_dma_alloc_handle(cccp->ccc_hba_dip, sg_attrp, callback,
74 if (status != DDI_SUCCESS) {
79 status = ddi_dma_buf_bind_handle(gcmdp->cmd_dma_handle, bp, dma_flags,
82 GDBG_DMA(("ghd_dma_attr_get: setup: gcmdp 0x%p status %d h 0x%p "
83 "c 0x%d\n", (void *)gcmdp, status, (void *)gcmdp->cmd_dma_handle,
86 switch (status) {
202 int status; local
225 status = ddi_dma_getwin(gcmdp->cmd_dma_handle,
228 if (status !
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c62 short status; local
202 mtype = getmessage(reply, R_LOAD_USER_FILE, &status);
208 if (status == 0)
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c85 papi_status_t status; local
90 for (status = papiAttributeListGetString(attributes, &iter,
92 status == PAPI_OK;
93 status = papiAttributeListGetString(attributes, &iter,
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dmisc.c45 struct stat status; local
54 if (stat(filename, &status) < 0)
58 if (S_ISREG(status.st_mode) == 0) {
64 if (status.st_size == 0) {
68 return (status.st_size);
121 "%%%%[job: %s status: ok source: Netpr]%%%%\n", msg);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_osdep.c127 int32_t status; local
130 status = pci_lcap_locate(OS_DEP(hw)->cfg_handle, pcie_id, &pcie_cap);
131 if (status == DDI_SUCCESS) {
138 return (status);

Completed in 89 milliseconds

<<11121314151617181920>>