/titanic_50/usr/src/uts/common/io/chxge/ |
H A D | ch.c | 417 chp->ch_dip = dip; in ch_attach() 927 chp->ch_dip, /* device dev_info structure */ in ch_alloc_dma_mem() 1056 chp->ch_dip, /* device dev_info */ in ch_get_dma_handle() 1241 chp->ch_dip, /* device dev_info */ in ch_get_dvma_handle() 1920 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop() 1923 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop() 1930 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop() 1933 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop() 1948 pdip = ddi_get_parent(chp->ch_dip); in ch_get_prop() 2059 val = ddi_getprop(DDI_DEV_T_ANY, chp->ch_dip, DDI_PROP_DONTPASS, in ch_get_prop() [all …]
|
H A D | ch.h | 143 dev_info_t *ch_dip; /* device dev info */ member
|
H A D | sge.c | 1679 instance = ddi_get_instance(sge->obj->ch_dip); in sge_kstat_setup()
|
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_q.c | 171 new_ch->ch_dip = dip; in eibnx_enqueue_child() 183 ch->ch_dip = dip; in eibnx_enqueue_child() 211 if (ch->ch_dip != dip) { in eibnx_update_child() 215 ch->ch_dip = dip; in eibnx_update_child() 235 dip = ch->ch_dip; in eibnx_find_child_dip_by_inst() 252 dip = ch->ch_dip; in eibnx_find_child_dip_by_gw()
|
H A D | enx_main.c | 601 ch->ch_dip = NULL; in eibnx_unconfig_all_children()
|
H A D | enx_misc.c | 597 if (ch->ch_dip == NULL) { in eibnx_locate_unconfigured_node()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 313 xpvd_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in xpvd_prop_op() argument 324 pdp = (struct xendev_ppd *)ddi_get_parent_data(ch_dip); in xpvd_prop_op() 346 return (ddi_bus_prop_op(dev, dip, ch_dip, prop_op, in xpvd_prop_op()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ddi_implfuncs.h | 147 dev_info_t *ch_dip, ddi_prop_op_t prop_op, int mod_flags,
|
H A D | sunddi.h | 990 ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip,
|
/titanic_50/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | enx_impl.h | 273 dev_info_t *ch_dip; member
|
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 114 static int cardbus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, 902 cardbus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in cardbus_prop_op() argument 907 if ((ch_dip != dip) || (cardbus_debug >= 9)) in cardbus_prop_op() 910 ddi_driver_name(ch_dip), (void *) dip, prop_op, name); in cardbus_prop_op() 912 return (impl_ddi_bus_prop_op(dev, dip, ch_dip, prop_op, in cardbus_prop_op()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | hubdi.c | 2507 dev_info_t *ch_dip; in hubd_restore_device_state() local 2587 ch_dip = hubd->h_children_dips[port]; in hubd_restore_device_state() 2588 if (ch_dip) { in hubd_restore_device_state() 2633 mutex_enter(&(DEVI(ch_dip)->devi_lock)); in hubd_restore_device_state() 2634 DEVI_SET_DEVICE_REINSERTED(ch_dip); in hubd_restore_device_state() 2635 mutex_exit(&(DEVI(ch_dip)->devi_lock)); in hubd_restore_device_state() 2642 usba_get_usba_device(ch_dip)); in hubd_restore_device_state() 2658 (void *)ch_dip, port); in hubd_restore_device_state() 2659 mutex_enter(&(DEVI(ch_dip)->devi_lock)); in hubd_restore_device_state() 2660 DEVI_SET_DEVICE_REMOVED(ch_dip); in hubd_restore_device_state() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 4300 impl_ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in impl_ddi_bus_prop_op() argument 4318 ndi_dev_is_prom_node(ch_dip) && in impl_ddi_bus_prop_op() 4320 len = prom_getproplen((pnode_t)DEVI(ch_dip)->devi_nodeid, name); in impl_ddi_bus_prop_op() 4375 (void) prom_getprop((pnode_t)DEVI(ch_dip)->devi_nodeid, in impl_ddi_bus_prop_op() 4379 (void) impl_fix_props(dip, ch_dip, name, len, buffer); in impl_ddi_bus_prop_op() 4394 ddi_bus_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in ddi_bus_prop_op() argument 4400 error = impl_ddi_bus_prop_op(dev, dip, ch_dip, prop_op, mod_flags, in ddi_bus_prop_op() 4418 if (ch_dip == ddi_root_node()) { in ddi_bus_prop_op()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | ddi_impl.c | 1744 impl_fix_props(dev_info_t *dip, dev_info_t *ch_dip, char *name, int len, in impl_fix_props() argument
|
/titanic_50/usr/src/uts/common/pcmcia/nexus/ |
H A D | pcmcia.c | 805 pcmcia_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, in pcmcia_prop_op() argument 814 ppd = (struct pcmcia_parent_private *)ddi_get_parent_data(ch_dip); in pcmcia_prop_op() 868 return (ddi_bus_prop_op(dev, dip, ch_dip, prop_op, in pcmcia_prop_op()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | ddi_impl.c | 386 impl_fix_props(dev_info_t *dip, dev_info_t *ch_dip, char *name, int len, in impl_fix_props() argument
|