Lines Matching refs:result
246 npe_info(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result)
255 *result = (void *)(intptr_t)instance;
263 *result = (void *)pcip->pci_dip;
708 ddi_ctl_enum_t ctlop, void *arg, void *result)
742 *(int *)result = 0;
751 *(int *)result = totreg;
758 *(off_t *)result = drv_regp[rn].pci_size_low;
780 return (pci_common_peekpoke(dip, rdip, ctlop, arg, result));
788 if ((asp->when == DDI_POST) && (asp->result == DDI_SUCCESS)) {
827 return (ddi_ctlops(dip, rdip, ctlop, arg, result));
837 ddi_intr_handle_impl_t *hdlp, void *result)
839 return (pci_common_intr_ops(pdip, rdip, intr_op, hdlp, result));