Home
last modified time | relevance | path

Searched refs:e_ddi_branch_create (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c248 if (e_ddi_branch_create(ap, &b, NULL, 0)) in gptwocfg_create_cmp_node()
318 if (e_ddi_branch_create(ap, &b, NULL, 0)) in gptwocfg_create_cpu_node()
892 if (e_ddi_branch_create(ap, &b, NULL, 0)) in gptwocfg_create_mc_node()
H A Dopl_cfg.c701 if (e_ddi_branch_create(probe->pr_parent, &branch, NULL, 0) != 0) in opl_create_node()
/illumos-gate/usr/src/uts/common/sys/
H A Desunddi.h234 extern int e_ddi_branch_create(dev_info_t *pdip, devi_branch_t *bp,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_dr.c315 (void) e_ddi_branch_create(apktp->top_node, &b, NULL, 0); in sbdp_attach_bd()
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_io.c591 rv = e_ddi_branch_create(pdip, in dr_io_configure()
H A Dvnet_dds.c1099 if ((rv = e_ddi_branch_create(pdip, &br, NULL, in vdds_create_new_node()
H A Ddr_cpu.c1469 if ((rv = e_ddi_branch_create(pdip, &br, NULL, 0))) { in dr_cpu_probe()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_dr.c1382 handle->error = e_ddi_branch_create(ddi_root_node(), &b, in sysc_dr_attach()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c9603 e_ddi_branch_create( in e_ddi_branch_create() function