/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_retire.c | 131 if (di_walk_minor(node, DDI_NT_SCSI_ENCLOSURE, 0, &rarg, in enclosure_select() 137 if (di_walk_minor(node, "ddi_generic:scsi", 0, &rarg, in enclosure_select() 173 if (di_walk_minor(node, DDI_NT_SMP, 0, &rarg, smp_minor) != 0) { in smp_select() 214 if (di_walk_minor(node, DDI_NT_BLOCK, 0, &rarg, disk_minor) != 0) { in disk_select() 517 if (di_walk_minor(node, NULL, 0, rp, call_offline) != 0) { in offline_one()
|
H A D | mapfile-vers | 150 di_walk_minor;
|
H A D | libdevinfo.h | 214 extern int di_walk_minor(di_node_t root, const char *minortype,
|
H A D | devinfo.c | 853 di_walk_minor(di_node_t root, const char *minor_type, uint_t flag, void *arg, in di_walk_minor() function
|
/titanic_50/usr/src/lib/scsi/plugins/smp/usmp/common/ |
H A D | usmp.c | 122 (void) di_walk_minor(smp, NULL, 0, &walk, di_walk); in usmp_open()
|
/titanic_50/usr/src/cmd/ramdiskadm/ |
H A D | main.c | 202 if (di_walk_minor(root, DDI_PSEUDO, 0, NULL, di_callback) == -1) { in print_ramdisk()
|
/titanic_50/usr/src/man/man3devinfo/ |
H A D | Makefile | 49 di_walk_minor.3devinfo \
|
/titanic_50/usr/src/cmd/devctl/ |
H A D | devctl.c | 551 (void) di_walk_minor(dinode, DDI_NT_NEXUS, NULL, 0, &nexif); in run_list_ctlrs()
|
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | findevs.c | 165 (void) di_walk_minor(di_root, NULL, 0, args, add_devs); in findevs() 170 (void) di_walk_minor(di_root, NULL, 0, args, add_devs); in findevs() 176 (void) di_walk_minor(di_root, DDI_PSEUDO, 0, args, add_cluster_devs); in findevs()
|
/titanic_50/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 187 ret = di_walk_minor(root_node, DDI_NT_BLOCK, 0, NULL, in build_disk_list()
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 426 if (barg->gb_walkret != 0 && di_walk_minor(mp->gm_fs.gf_diroot, in grub_find_bootsign()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3devinfo.inc | 45 file path=usr/share/man/man3devinfo/di_walk_minor.3devinfo
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | network_rcm.c | 747 (void) di_walk_minor(root, DDI_NT_NET, DI_CHECK_ALIAS, NULL, in update_cache()
|
H A D | ttymux_rcm.c | 745 (void) di_walk_minor(*root, NULL, 0, (void*)dev, locate_dev); in locate_node()
|
/titanic_50/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.c | 522 (void) di_walk_minor(node, minor_nodetype, 0, npa, nvme_process); in nvme_walk()
|
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_utils.c | 489 rv = di_walk_minor(walk_root, up->minor_args.nodetype, 0, arg, in walk_tree()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdllink.c | 319 (void) di_walk_minor(root, DDI_NT_NET, DI_CHECK_ALIAS, &dmw, in dladm_mac_walk()
|
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_utils.c | 589 rv = di_walk_minor(root, up->walkmode.minor_args.nodetype, 0, in walk_tree()
|
/titanic_50/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1159 (void) di_walk_minor(root_node, "ddi_ctl:attachment_point:pci", in find_physical_slot_names()
|
/titanic_50/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 2026 (void) di_walk_minor(wnode, "ddi_ctl:attachment_point", in find_ap_common() 2508 (void) di_walk_minor(rnode, nodetype, in list_common()
|
/titanic_50/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 959 (void) di_walk_minor(di_node, DDI_NT_REGACC, 0, in do_probe_walk()
|
/titanic_50/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1295 (void) di_walk_minor(root_node, "ddi_ctl:attachment_point:pci", in find_physical_slot_names()
|
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 1221 rv = di_walk_minor(node, NULL, 0, &chk_dev, chk_dev_fcn); in is_devinfo_blk()
|
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 1479 if (di_walk_minor(node, NULL, DI_CHECK_ALIAS, arg, in devinfo_node_walk()
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 1027 (void) di_walk_minor(node, NULL, DI_CHECK_ALIAS, dcip, in devi_tree_walk()
|