Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpseudonex.c335 for (tdip = devnamesp[childmaj].dn_head; in pseudonex_check_assignment()
370 for (tdip = devnamesp[childmaj].dn_head; tdip != NULL; in pseudonex_auto_assign()
H A Dpshot.c3427 nex_dip = (struct dev_info *)devnamesp[maj].dn_head; in prune_snubs()
H A Ddevinfo.c1612 node = DEVI(dnp->dn_head); in snap_driver_list()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dconsplat.c179 if ((dip = devnamesp[major].dn_head) == NULL) in plat_devpath()
470 if ((dip = devnamesp[major].dn_head) == NULL) in plat_ttypath()
H A Dimmu.c649 if (devnamesp[maj].dn_head != NULL) { in blacklisted_driver()
/illumos-gate/usr/src/uts/common/os/
H A Dautoconf.c394 devnamesp[major].dn_head = top_devinfo; in create_devinfo_tree()
H A Ddevcfg.c3103 if ((idevi = DEVI(dnp->dn_head)) == NULL) in in_dn_list()
3128 dipp = &dnp->dn_head; in add_to_ordered_dn_list()
3183 plist = (dev_info_t **)&dnp->dn_head; in remove_from_dn_list()
3699 dip = dnp->dn_head; in e_ddi_walk_driver()
7006 for (dip = dnp->dn_head; dip; in hold_devi()
7299 dip = dnp->dn_head; in attach_driver_nodes()
7374 dip = devnamesp[major].dn_head; in i_ddi_attach_pseudo_node()
7434 for (dip = dnp->dn_head; dip != NULL; dip = ddi_get_next(dip)) { in i_ddi_devs_attached()
7556 diplist_to_parent_major(dnp->dn_head, parents); in ddi_hold_installed_driver()
7971 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.c4633 if ((cdevi = dnp->dn_head) != NULL) { in dev_alias_minorperm()
H A Dsunddi.c6784 for (dip = dnp->dn_head; dip; in e_ddi_majorinstance_to_path()
/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h51 dev_info_t *dn_head; /* Head of instance list */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1441 mdb_printf(" head %p\n", dn.dn_head); in devnames()
1452 mdb_printf("%-16s %-?p\n", name, dn.dn_head); in devnames()
1771 (uintptr_t)dn.dn_head) != 0) { in devbindings()
1772 mdb_warn("couldn't walk the devinfo chain at %p", dn.dn_head); in devbindings()
/illumos-gate/usr/src/uts/common/io/i2c/nexus/
H A Di2cnex.c903 for (tdip = devnamesp[major].dn_head; tdip != NULL; in i2c_nex_assign_instance()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1980 devi = devnamesp[major].dn_head; in get_vga_properties()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c4139 if (devnamesp[major].dn_head != (dev_info_t *)NULL) in ibnex_hw_in_dev_tree()
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c4082 for (np = devnamesp[major].dn_head; np != NULL; in pcmcia_dump_minors()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c13328 dip = dnp->dn_head; in sata_devt_to_devinfo()