Searched refs:md_find_name (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_findname.c42 md_find_name(md_t *ptr, char *namep) function
H A Dmdesc_getpropstr.c46 prop_name = md_find_name(ptr, namep);
H A Dmdesc_getpropdata.c47 prop_name = md_find_name(ptr, namep);
H A Dmdesc_getpropval.c53 prop_name = md_find_name(ptr, namep);
H A Dmdesc_getproparcs.c68 prop_name = md_find_name(ptr, namep);
H A Dmdesc_init_intern.c98 root_name = md_find_name((md_t *)mdp, "root");
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dmem_prop_update.c105 nmemory = md_scan_dag(mdp, md_rootnode, md_find_name(mdp,
106 "memory-segments"), md_find_name(mdp, "fwd"), memorylistp);
116 md_find_name(mdp, "memory-segment"),
117 md_find_name(mdp, "fwd"),
152 md_find_name(mdp, "memory-bank"),
153 md_find_name(mdp, "fwd"),
242 node_count = md_scan_dag(mdp, banklistp, md_find_name(mdp, "component"),
243 md_find_name(mdp, "fwd"), dimmlistp);
H A Dio_dev_label.c86 md_find_name(mdp, "component"),
87 md_find_name(mdp, "fwd"), components);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c322 ncpus = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
323 md_find_name(mdp, "fwd"), cpulistp);
357 md_find_name(mdp, "cache"),
358 md_find_name(mdp, "fwd"),
365 md_find_name(mdp, "tlb"),
366 md_find_name(mdp, "fwd"),
H A Ddisk_discovery.c69 ndisks = md_scan_dag(mdp, rootnode, md_find_name(mdp, "disk_nac"),
70 md_find_name(mdp, "fwd"), disklistp);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c98 md_find_name(mdp, "cpu"),
99 md_find_name(mdp, "fwd"),
177 md_find_name(mdp, MD_STR_COMPONENT),
178 md_find_name(mdp, "fwd"),
256 md_find_name(mdp, MD_STR_COMPONENT),
257 md_find_name(mdp, "fwd"),
292 md_find_name(mdp, MD_STR_COMPONENT),
293 md_find_name(mdp, "back"),
381 if (md_find_name(mdp, MD_STR_COMPONENT) != MDE_INVAL_STR_COOKIE) {
383 } else if (md_find_name(md
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c67 MDE_INVAL_ELEM_COOKIE, md_find_name(mdp, "dimm_data"),
68 md_find_name(mdp, "fwd"), listp);
111 md_find_name(mdp, "mblock"),
112 md_find_name(mdp, "fwd"),
336 md_find_name(mdp, "memory-bank"),
337 md_find_name(mdp, "fwd"),
366 md_find_name(mdp, "component"),
367 md_find_name(mdp, "fwd"),
390 md_find_name(mdp, "memory-segment"),
391 md_find_name(md
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_cpu.c151 component_cookie = md_find_name(mdp, MD_STR_COMPONENT);
152 back_cookie = md_find_name(mdp, MD_STR_BACK);
H A Dsun4vpi.c179 component_cookie = md_find_name(pi.mdp, MD_STR_COMPONENT);
180 arc_cookie = md_find_name(pi.mdp, MD_STR_FWD);
/illumos-gate/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c221 nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
222 md_find_name(mdp, "fwd"), nodes);
289 nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, node_name),
290 md_find_name(mdp, "fwd"), nodes);
427 nvdevs = md_scan_dag(mdp, rootnode, md_find_name(mdp, "virtual-device"),
428 md_find_name(mdp, "fwd"), vdev_nodes);
502 npnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
503 md_find_name(mdp, "fwd"), plat_nodes);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_mp_startup.c198 num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
199 md_find_name(mdp, "fwd"), listp);
H A Dwdt.c122 md_find_name(mdp, "platform"), md_find_name(mdp, "fwd"), listp);
H A Dmach_descrip.c690 num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
691 md_find_name(mdp, "fwd"), listp);
839 md_find_name(ptr, node_name),
840 md_find_name(ptr, dag), *list);
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom.c221 md_find_name(mdp, node),
222 md_find_name(mdp, "fwd"), listp) > 0 &&
273 md_find_name(mdp, "cpu"), md_find_name(mdp, "fwd"), listp);
353 md_find_name(mdp, MD_STR_IODEVICE), md_find_name(mdp, "fwd"),
/illumos-gate/usr/src/uts/common/sys/
H A Dmdesc.h155 extern mde_str_cookie_t md_find_name(md_t *, char *namep);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.c97 md_find_name(mdp, MD_STR_IODEVICE),
98 md_find_name(mdp, "fwd"),
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_system.c228 ncomponents = md_scan_dag(mdp, rootnode, md_find_name(mdp, "component"),
229 md_find_name(mdp, "fwd"), component_nodes);
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_io.c190 nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "virtual-device"),
191 md_find_name(mdp, "fwd"), listp);
411 md_find_name(mdp, "channel-devices"),
412 md_find_name(mdp, "back"), listp);
H A Dmdeg.c361 nname = md_find_name(mdp, clnt->nmatch->namep);
362 aname = md_find_name(mdp, "fwd");
658 nname = md_find_name(md, nspec->namep);
659 aname = md_find_name(md, "fwd");
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c402 num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
403 md_find_name(mdp, "fwd"), listp);

Completed in 104 milliseconds

12