Home
last modified time | relevance | path

Searched refs:dn_head (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/
H A Dconsplat.c175 if ((dip = devnamesp[major].dn_head) == NULL) in plat_devpath()
466 if ((dip = devnamesp[major].dn_head) == NULL) in plat_ttypath()
H A Dimmu.c643 if (devnamesp[maj].dn_head != NULL) { in blacklisted_driver()
/titanic_50/usr/src/uts/common/io/
H A Dpseudonex.c324 for (tdip = devnamesp[childmaj].dn_head; in pseudonex_check_assignment()
359 for (tdip = devnamesp[childmaj].dn_head; tdip != NULL; in pseudonex_auto_assign()
H A Dpshot.c3430 nex_dip = (struct dev_info *)devnamesp[maj].dn_head; in prune_snubs()
H A Ddevinfo.c1610 node = DEVI(dnp->dn_head); in snap_driver_list()
/titanic_50/usr/src/uts/common/os/
H A Dautoconf.c387 devnamesp[major].dn_head = top_devinfo; in create_devinfo_tree()
H A Ddevcfg.c2995 if ((idevi = DEVI(dnp->dn_head)) == NULL) in in_dn_list()
3020 dipp = &dnp->dn_head; in add_to_ordered_dn_list()
3075 plist = (dev_info_t **)&dnp->dn_head; in remove_from_dn_list()
3594 dip = dnp->dn_head; in e_ddi_walk_driver()
6830 for (dip = dnp->dn_head; dip; in hold_devi()
7123 dip = dnp->dn_head; in attach_driver_nodes()
7198 dip = devnamesp[major].dn_head; in i_ddi_attach_pseudo_node()
7258 for (dip = dnp->dn_head; dip != NULL; dip = ddi_get_next(dip)) { in i_ddi_devs_attached()
7381 diplist_to_parent_major(dnp->dn_head, parents); in ddi_hold_installed_driver()
7797 dip = devnamesp[par_major].dn_head; in mt_config_driver()
[all …]
H A Dswapgeneric.c1007 dip = devnamesp[major].dn_head; in load_boot_platform_modules()
H A Dinstance.c244 dip = dnp->dn_head; in in_preassign_instance()
H A Ddriver_lyr.c1138 dip = dnp->dn_head; in ldi_usage_walker_helper()
H A Dmodctl.c4582 if ((cdevi = dnp->dn_head) != NULL) { in dev_alias_minorperm()
H A Dsunddi.c6866 for (dip = dnp->dn_head; dip; in e_ddi_majorinstance_to_path()
/titanic_50/usr/src/uts/common/sys/
H A Dautoconf.h51 dev_info_t *dn_head; /* Head of instance list */ member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1350 mdb_printf(" head %p\n", dn.dn_head); in devnames()
1361 mdb_printf("%-16s %-?p\n", name, dn.dn_head); in devnames()
1659 (uintptr_t)dn.dn_head) != 0) { in devbindings()
1660 mdb_warn("couldn't walk the devinfo chain at %p", dn.dn_head); in devbindings()
/titanic_50/usr/src/uts/i86pc/os/
H A Dddi_impl.c1945 devi = devnamesp[major].dn_head; in get_vga_properties()
/titanic_50/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c4117 if (devnamesp[major].dn_head != (dev_info_t *)NULL) in ibnex_hw_in_dev_tree()
/titanic_50/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c4081 for (np = devnamesp[major].dn_head; np != NULL; in pcmcia_dump_minors()
/titanic_50/usr/src/uts/common/io/sata/impl/
H A Dsata.c12388 dip = dnp->dn_head; in sata_devt_to_devinfo()