Home
last modified time | relevance | path

Searched refs:cdip (Results 51 – 68 of 68) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c632 rp->cdip = cdev; in fco_new_device()
657 if (cdev != rp->cdip) in fco_finish_device()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2099 x86_old_bootpath_name_addr_match(dev_info_t *cdip, char *caddr, char *naddr) in x86_old_bootpath_name_addr_match() argument
2131 if ((ddi_getlongprop(DDI_DEV_T_ANY, cdip, DDI_PROP_DONTPASS, in x86_old_bootpath_name_addr_match()
2133 (ddi_getprop(DDI_DEV_T_ANY, cdip, DDI_PROP_DONTPASS, in x86_old_bootpath_name_addr_match()
2252 if (((lkupname = ddi_get_name(cdip)) != NULL) && in x86_old_bootpath_name_addr_match()
2255 ((ddi_getprop(DDI_DEV_T_ANY, cdip, DDI_PROP_DONTPASS, in x86_old_bootpath_name_addr_match()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2388 dev_info_t *cdip; in process_devfunc() local
2403 (pnode_t)DEVI_SID_NODEID, &cdip); in process_devfunc()
2404 (void) ndi_prop_update_int(DDI_DEV_T_NONE, cdip, in process_devfunc()
2406 (void) ndi_devi_bind_driver(cdip, 0); in process_devfunc()
2408 (pnode_t)DEVI_SID_NODEID, &cdip); in process_devfunc()
2409 (void) ndi_prop_update_int(DDI_DEV_T_NONE, cdip, in process_devfunc()
2411 (void) ndi_devi_bind_driver(cdip, 0); in process_devfunc()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c471 dev_info_t *cdip; in pcishpc_slot_get_property() local
476 cdip = pcie_hp_devi_find( in pcishpc_slot_get_property()
481 DDI_HP_CN_STATE_ENABLED) || (cdip == NULL)) { in pcishpc_slot_get_property()
493 if (pci_config_setup(cdip, &handle) != DDI_SUCCESS) { in pcishpc_slot_get_property()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h453 dev_info_t *cdip; /* Current node, if any */ member
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c10808 if (cdip == NULL) { in sata_add_device()
10877 if (cdip == NULL) { in sata_add_device()
11147 return (cdip); in sata_create_target_node()
14422 for (cdip = ddi_get_child(dip); cdip != NULL; ) { in sata_get_target_dip()
14432 cdip = next; in sata_get_target_dip()
14439 cdip = next; in sata_get_target_dip()
14443 return (cdip); in sata_get_target_dip()
14465 for (cdip = ddi_get_child(dip); cdip != NULL; ) { in sata_get_scsi_target_dip()
14475 cdip = next; in sata_get_scsi_target_dip()
14482 cdip = next; in sata_get_scsi_target_dip()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3421 struct dev_info *nex_dip, *cdip, *cndip; in prune_snubs() local
3430 while ((cdip = cndip) != NULL) { in prune_snubs()
3431 cndip = cdip->devi_sibling; in prune_snubs()
3432 if (PRUNE_THIS_NODE(cdip)) { in prune_snubs()
3437 cdip->devi_node_name); in prune_snubs()
3438 rv = ndi_devi_offline(cdip, in prune_snubs()
H A Dtvhci.c425 tvhci_failover(dev_info_t *vdip, dev_info_t *cdip, int flags) in tvhci_failover() argument
/illumos-gate/usr/src/uts/common/sys/
H A Dmdi_impldefs.h236 int (*vo_failover)(dev_info_t *vdip, dev_info_t *cdip, int flags);
239 void (*vo_client_attached)(dev_info_t *cdip);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c3254 dev_info_t *cdip; in pci_setup_cfgpa() local
3260 for (cdip = ddi_get_child(dip); cdip != NULL; in pci_setup_cfgpa()
3261 cdip = ddi_get_next_sibling(cdip)) { in pci_setup_cfgpa()
3262 if (ddi_getlongprop(DDI_DEV_T_ANY, cdip, DDI_PROP_DONTPASS, in pci_setup_cfgpa()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1421 dev_info_t *cdip; in hubd_bus_unconfig() local
1449 for (cdip = ddi_get_child(dip); cdip; in hubd_bus_unconfig()
1450 cdip = ddi_get_next_sibling(cdip)) { in hubd_bus_unconfig()
1451 usba_device_t *usba_device = usba_get_usba_device(cdip); in hubd_bus_unconfig()
1459 hubd->h_children_dips[port] = cdip; in hubd_bus_unconfig()
2388 dev_info_t *cdip = hubd->h_children_dips[port]; in hubd_check_disconnected_ports() local
2390 if (cdip == NULL || DEVI_IS_DEVICE_REMOVED(cdip) == 0) { in hubd_check_disconnected_ports()
6959 hubd_do_callback(hubd_t *hubd, dev_info_t *cdip, ddi_eventcookie_t cookie) in hubd_do_callback() argument
6964 (void) ndi_event_do_callback(hubd->h_ndi_event_hdl, cdip, cookie, NULL); in hubd_do_callback()
H A Dusba_ugen.c396 dev_info_t *cdip; in usb_ugen_attach() local
403 for (cdip = ddi_get_child(dip); cdip; ) { in usb_ugen_attach()
404 dev_info_t *next = ddi_get_next_sibling(cdip); in usb_ugen_attach()
405 (void) ddi_remove_child(cdip, 0); in usb_ugen_attach()
406 cdip = next; in usb_ugen_attach()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c4456 dev_info_t *pdip = NULL, *cdip = NULL; in vhci_mpapi_chk_last_path() local
4464 cdip = mdi_pi_get_client(pip); in vhci_mpapi_chk_last_path()
4467 if ((pdip == NULL) || (cdip == NULL)) { in vhci_mpapi_chk_last_path()
4471 ndi_devi_enter(cdip); in vhci_mpapi_chk_last_path()
4472 ret_pip = mdi_get_next_phci_path(cdip, NULL); in vhci_mpapi_chk_last_path()
4485 ret_pip = mdi_get_next_phci_path(cdip, ret_pip); in vhci_mpapi_chk_last_path()
4487 ndi_devi_exit(cdip); in vhci_mpapi_chk_last_path()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1730 dev_info_t *dip, *cdip; in scan_d2a_map() local
1770 if ((cdip = ddi_get_child(dip)) == NULL) in scan_d2a_map()
1773 if (acpica_get_bdf(cdip, &bus, NULL, NULL) < 0) { in scan_d2a_map()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c14488 dev_info_t *cdip = NULL; in mptsas_config_luns() local
15109 dev_info_t *cdip, *parent; in mptsas_offline_lun() local
15113 cdip = mdi_pi_get_client(rpip); in mptsas_offline_lun()
15116 cdip = rdip; in mptsas_offline_lun()
15128 if (i_ddi_devi_attached(cdip)) { in mptsas_offline_lun()
15132 (void) ddi_deviname(cdip, devname); in mptsas_offline_lun()
15182 dev_info_t *cdip; in mptsas_offline_smp() local
15188 if (cdip == NULL) in mptsas_offline_smp()
15198 if (i_ddi_devi_attached(cdip)) { in mptsas_offline_smp()
15202 (void) ddi_deviname(cdip, devname); in mptsas_offline_smp()
[all …]
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1371 dev_info_t *cdip; in pcihp_ioctl() local
1379 ((cdip = pcihp_devi_find(self, in pcihp_ioctl()
1401 if (pci_config_setup(cdip, &handle) != DDI_SUCCESS) { in pcihp_ioctl()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c220 px_fm_init_child(dev_info_t *dip, dev_info_t *cdip, int cap, in px_fm_init_child() argument
/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx.c355 niumx_fm_init_child(dev_info_t *dip, dev_info_t *cdip, int cap, in niumx_fm_init_child() argument

123