Searched refs:e_ddi_branch_destroy (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | esunddi.h | 239 extern int e_ddi_branch_destroy(dev_info_t *rdip, dev_info_t **dipp,
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_dr.c | 384 rv = e_ddi_branch_destroy(*dip, &fdip, 0); in sbdp_detach_nodes()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | gptwo_pci.c | 305 (void) e_ddi_branch_destroy(new_child, NULL, 0); in gptwo_configure_pci()
|
H A D | sc_gptwocfg.c | 1105 rv = e_ddi_branch_destroy(saf_dip, &fdip, 0); in sc_gptwocfg_unconfigure_axq()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | gptwocfg.c | 435 if (e_ddi_branch_destroy(saf_dip, &fdip, 0)) { in gptwocfg_unconfigure()
|
H A D | opl_cfg.c | 722 if (e_ddi_branch_destroy(node, NULL, 0) != 0) { in opl_destroy_node()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | dr_io.c | 722 } else if (rv = e_ddi_branch_destroy(dip, &fdip, 0)) { in dr_io_unconfigure()
|
H A D | vnet_dds.c | 662 rv = e_ddi_branch_destroy(niu_dip, &fdip, 0); in vdds_destroy_niu_node()
|
H A D | dr_cpu.c | 1501 if (e_ddi_branch_destroy(dip, &fdip, 0)) { in dr_cpu_deprobe()
|
/titanic_41/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_dr.c | 2159 if (e_ddi_branch_destroy(dip, NULL, 0) != 0) { in acpidev_dr_device_remove_cb()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 1919 if (e_ddi_branch_destroy(dip, &fdip, 0)) { in drmach_remove_counter_nodes()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunddi.c | 9811 e_ddi_branch_destroy(dev_info_t *rdip, dev_info_t **dipp, uint_t flag) in e_ddi_branch_destroy() function
|