Searched defs:status (Results 1176 - 1200 of 1989) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbbcvar.h89 uint_t status; member in struct:sbbc_child_intr
/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c479 int status, instance; local
526 status = md_get_prop_val(mdp, listp[idx], "id", &tmp_id);
527 if (status) {
537 status = md_get_prop_val(mdp, listp[idx], "tx-ino", &txino);
538 if (status) {
544 status = md_get_prop_val(mdp, listp[idx], "rx-ino", &rxino);
545 if (status) {
H A Ddrctl.c276 * structures in which each status element is set to the 'status'
281 int count, size_t *rsize, drctl_status_t status)
299 rsrc[i].status = status;
280 drctl_generate_resp(drctl_rsrc_t *res, int count, size_t *rsize, drctl_status_t status) argument
H A Dds_pri.c224 uint64_t status; local
226 status = hsvc_register(&pboot_hsvc, &hsvc_pboot_minor);
227 if (status == H_EOK) {
232 pboot_hsvc.hsvc_group, status);
312 uint64_t status; local
364 if ((status = ds_get_hv_pri(sp)) != 0) {
365 cmn_err(CE_NOTE, "ds_get_hv_pri failed: 0x%lx", status);
711 * We don't care about fail status for ds_send;
880 uint64_t status; local
891 status
[all...]
H A Dvnet_txdring.c484 int status; local
511 status = vio_init_multipools(&ldcp->vmp,
518 status = vio_init_multipools(&ldcp->vmp,
523 return (status);
540 status = vio_init_multipools(&ldcp->vmp, VGEN_NUM_VMPOOLS,
544 return (status);
557 status = vio_init_multipools(&ldcp->vmp, VGEN_NUM_VMPOOLS + 1,
570 status = vio_init_multipools(&ldcp->vmp, VGEN_NUM_VMPOOLS + 1,
577 return (status);
614 DWARN(vgenp, ldcp, "status(
[all...]
H A Dvsw_txdring.c744 * Update the run status and wakeup the thread that
795 int status = LDC_TX_SUCCESS; local
804 DWARN(vswp, "%s(%lld) status(%d) lstate(0x%llx), dropping "
838 status = LDC_TX_NORESOURCES;
918 return (status);
929 return (status);
/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c409 int status; local
418 status = ndi_fm_handler_dispatch(ddi_root_node(), NULL, &de);
428 (status == DDI_FM_FATAL))
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara2_pcbe.c264 int status; local
284 status = hsvc_version(hsvc_cpu_group, &cpu_hsvc_major,
286 if ((status != 0) || (cpu_hsvc_major != hsvc_cpu_major)) {
290 cpu_hsvc_major, cpu_hsvc_minor, status);
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c807 int status = DDI_FM_FATAL; local
823 status = (!addr && (PCIE_CHECK_VALID_BDF(bdf) &&
826 return (status);
846 int i, status = DDI_FM_FATAL; local
894 status = DDI_FM_NONFATAL;
896 return (status);
911 int status = DDI_FM_FATAL; local
930 status = DDI_FM_NONFATAL;
932 return (status);
/illumos-gate/usr/src/uts/sun4u/io/
H A Denvctrl_targets.c619 int i, status; local
628 if ((status = ehc_start_pcf8584(ehcp, byteaddress)) != EHC_SUCCESS) {
629 if (status == EHC_NO_SLAVE_ACK) {
638 if ((status = ehc_write_pcf8584(ehcp, control)) != EHC_SUCCESS) {
639 if (status == EHC_NO_SLAVE_ACK) {
649 if ((status = ehc_write_pcf8584(ehcp, (buf[i] & 0x3f))) !=
651 if (status == EHC_NO_SLAVE_ACK)
671 int status; local
680 if ((status = ehc_start_pcf8584(ehcp, EHC_BYTE_READ | byteaddress)) !=
682 if (status
726 int status; local
773 int status; local
828 int status; local
874 int status; local
928 int status; local
971 int status; local
1090 int i, status; local
[all...]
H A Dtodds1287.c192 int status; local
194 status = ddi_soft_state_init(&ds1287_state, sizeof (struct ds1287), 0);
195 if (status != 0) {
196 return (status);
199 if ((status = mod_install(&modlinkage)) != 0) {
201 return (status);
234 return (status);
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.c190 int status; local
192 status = ddi_soft_state_init(&i2bsc_state, sizeof (i2bsc_t),
194 if (status != 0) {
195 return (status);
198 if ((status = mod_install(&modlinkage)) != 0) {
202 return (status);
208 int status; local
210 if ((status = mod_remove(&modlinkage)) == 0) {
214 return (status);
734 * i2bsc_bscbus_state determines underlying bus error status
[all...]
H A Dpcf8584.c77 static int pcf8584_error(int status, uint8_t rdwr, pcf8584_t *i2c);
239 int status; local
241 status = ddi_soft_state_init(&pcf8584_state, sizeof (pcf8584_t),
243 if (status != 0) {
245 return (status);
248 if ((status = mod_install(&modlinkage)) != 0) {
252 return (status);
258 int status; local
260 if ((status = mod_remove(&modlinkage)) == 0) {
264 return (status);
876 pcf8584_error(int status, uint8_t rdwr, pcf8584_t *i2c) argument
[all...]
H A Dsmbus.c209 int status; local
211 status = ddi_soft_state_init(&smbus_state, sizeof (smbus_t),
213 if (status != 0) {
215 return (status);
218 if ((status = mod_install(&modlinkage)) != 0) {
225 return (status);
231 int status; local
233 if ((status = mod_remove(&modlinkage)) == 0) {
240 return (status);
374 * Clear status t
788 int status; local
805 uint8_t status; local
1023 uint8_t status; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h46 * o Board status information
63 /* name of kstat returning board status info */
84 } status; member in union:sg_led
167 /* used to calculate the status of a sensor reading from <sd_status> */
172 #define SG_GET_SENSOR_STATUS(status) ((status) & SG_STATUS_MASK)
173 #define SG_GET_PREV_SENSOR_STATUS(status) ((status) >> SG_STATUS_SHIFT)
175 #define SG_SET_SENSOR_STATUS(status, value) \
176 status
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Dfiomp.h63 int needsync; /* need synchronize path status */
77 int needsync; /* need synchronize path status */
109 char *iomp_status; /* status of the instance */
113 char **iomp_path_status; /* status of target devices */
129 /* get the path status */
133 int status; /* FIOMP_STAT_xxxx */ member in struct:fiompstatus
135 int block_status; /* access block status */
139 /* status */
148 /* access block status */
176 /* get all status */
180 struct fiompstatus *status; /* path status */ member in struct:fiomp_all_stat
189 struct fiompstatus *status; /* current values */ member in struct:fiompchg
211 struct fiompstatus *status; /* current status */ member in struct:fiompevent
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c93 * In the case of a busy mbox, if a status cmd comes in we return a cached
920 * If the status is ok the node won't have any status property. It
921 * is only there if the status is other than ok.
927 static const char *status = "status"; local
939 if (prom_getproplen(nodeid, (char *)status) <= 0) {
940 SBDP_DBG_STATE("status is ok\n");
944 if (prom_getprop(nodeid, (char *)status, status_buf) < 0) {
945 SBDP_DBG_STATE("status i
[all...]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c220 int instance, status; local
237 status = ddi_soft_state_zalloc(heci_soft_state_p, instance);
238 if (status != DDI_SUCCESS)
245 status = heci_initialize(dip, device);
246 if (status != DDI_SUCCESS) {
251 status = ddi_create_minor_node(dip, "AMT", S_IFCHR,
255 if (status != DDI_SUCCESS) {
263 return (status);
784 if (dev->read_list.status == 0 &&
889 DBG("heci start read failure with status
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcms.c553 cms_bank_logout(cmi_hdl_t hdl, int banknum, uint64_t status, uint64_t addr, argument
559 CMS_OPS(cms)->cms_bank_logout(hdl, banknum, status, addr,
575 cms_error_action(cmi_hdl_t hdl, int ismc, int banknum, uint64_t status, argument
582 status, addr, misc, mslogout));
588 cms_disp_match(cmi_hdl_t hdl, int ismc, int banknum, uint64_t status, argument
595 status, addr, misc, mslogout));
645 int banknum, uint64_t status, uint64_t addr, uint64_t misc, void *mslogout,
652 status, addr, misc, mslogout, mscookie);
644 cms_ereport_add_logout(cmi_hdl_t hdl, nvlist_t *nvl, nv_alloc_t *nva, int banknum, uint64_t status, uint64_t addr, uint64_t misc, void *mslogout, cms_cookie_t mscookie) argument
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c618 int status; local
621 if ((status = acpi_get_irq_cache_ent(busid, devid, ipin, pci_irqp,
626 return (status);
631 if ((status = acpi_translate_pci_irq(dip, ipin, pci_irqp,
637 return (status);
640 if (status == ACPI_PSM_PARTIAL && acpipsmlnk.lnkobj != NULL) {
641 status = xen_uppc_acpi_irq_configure(&acpipsmlnk, dip, pci_irqp,
643 if (status != ACPI_PSM_SUCCESS) {
644 status = acpi_get_current_irq_resource(&acpipsmlnk,
649 if (status
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c520 int status; local
547 status = pci_config_setup(dip, &softstate->tsoft_pcihdl);
548 if (status != DDI_SUCCESS) {
582 status = ddi_create_minor_node(dip, AGPTARGET_NAME, S_IFCHR,
585 if (status != DDI_SUCCESS) {
/illumos-gate/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c248 #define CHECK_STATUS(status) \
249 if (status != DDI_SUCCESS) { \
265 int status; local
269 status = ddi_regs_map_setup(devi, I915_GTTADDR,
272 CHECK_STATUS(status);
274 status = ddi_regs_map_setup(devi, I915_MMADR,
277 CHECK_STATUS(status);
283 status = ddi_regs_map_setup(devi, I965_GTTMMADR,
286 CHECK_STATUS(status);
300 status
361 int status; local
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c168 int status; local
313 status = conf_open(conffile, timestamps, clopts);
314 if (!status && opts_count(clopts, "V"))
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c335 if (! ( printer->status & (PS_FORM_FAULT | PS_SHOW_FAULT))) {
1296 int status; local
1320 while ((WaitedChildPid = wait(&status)) != ChildPid)
1324 EXITED(status) > EXEC_EXIT_USER
1325 && EXITED(status) != EXEC_EXIT_FAULT
1327 Done (EXEC_EXIT_EXIT, EXITED(status));
1329 done (status, 0); /* Don't use Done() */
1415 done(int status, int err) argument
1420 mputm (ChildMd, S_CHILD_DONE, key, status, err);
H A Dfncs.c805 int status; /* 0 = success, nonzero otherwise */ local
809 status = 1; /* assume the worst, hope for the best */
817 status = 2;
834 status = 0;
838 status = 3;
844 status = 4;
850 status = 5;
856 status = 6;
862 status = 7;
868 status
[all...]

Completed in 182 milliseconds

<<41424344454647484950>>