Lines Matching defs:status

63 	int status;
70 status = ddi_intr_hilevel(soft_state->drvinfo.di_dip, 0);
71 if (status != 0) {
81 status = ddi_get_iblock_cookie(soft_state->drvinfo.di_dip, 0,
83 if (status != DDI_SUCCESS) {
121 int status;
126 status = ddi_add_intr(soft_state->drvinfo.di_dip, 0, NULL, NULL,
128 if (status != DDI_SUCCESS) {
201 uint_t status;
204 status = DDI_INTR_UNCLAIMED;
222 status = DDI_INTR_CLAIMED;
226 status = DDI_INTR_CLAIMED;
230 status = DDI_INTR_CLAIMED;
234 status = DDI_INTR_CLAIMED;
238 status = DDI_INTR_CLAIMED;
242 status = DDI_INTR_CLAIMED;
246 status = DDI_INTR_CLAIMED;
250 status = DDI_INTR_CLAIMED;
254 status = DDI_INTR_CLAIMED;
263 status = DDI_INTR_CLAIMED;
267 status = DDI_INTR_CLAIMED;
271 status = DDI_INTR_CLAIMED;
281 status = DDI_INTR_CLAIMED;
288 status = DDI_INTR_CLAIMED;
292 status = DDI_INTR_CLAIMED;
299 status = DDI_INTR_CLAIMED;
315 if ((status == DDI_INTR_UNCLAIMED) &&
322 status = DDI_INTR_CLAIMED;
336 return (status);
349 int status;
364 status = hci1394_state_set(&soft_state->drvinfo, HCI1394_BUS_RESET);
365 if (status != DDI_SUCCESS) {
411 int status;
437 * Clear any set PHY error status bits set. The PHY status bits
443 status = hci1394_ohci_phy_read(soft_state->ohci, 5, &phy_status);
444 if (status != DDI_SUCCESS) {
450 status = hci1394_ohci_phy_write(soft_state->ohci, 5,
452 if (status != DDI_SUCCESS) {
540 status = hci1394_ohci_phy_info(soft_state->ohci,
542 if (status != DDI_SUCCESS) {
606 status = hci1394_state_set(&soft_state->drvinfo,
608 if (status != DDI_SUCCESS) {
632 status = hci1394_state_set(&soft_state->drvinfo,
634 if (status != DDI_SUCCESS) {
762 int status;
781 status = hci1394_async_atreq_process(soft_state->async, B_FALSE,
783 if (status != DDI_SUCCESS) {
805 int status;
823 status = hci1394_async_arresp_process(soft_state->async,
825 if (status != DDI_SUCCESS) {
844 int status;
860 status = hci1394_async_arreq_process(soft_state->async,
862 if (status != DDI_SUCCESS) {
884 int status;
905 status = hci1394_async_atresp_process(soft_state->async,
907 if (status != DDI_SUCCESS) {