Symbol: md_find_name
usr/src/cmd/ldmad/ldma_system.c
228
ncomponents = md_scan_dag(mdp, rootnode, md_find_name(mdp, "component"),
usr/src/cmd/ldmad/ldma_system.c
229
md_find_name(mdp, "fwd"), component_nodes);
usr/src/cmd/picl/plugins/sun4v/mdesc/cpu_prop_update.c
320
ncpus = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
usr/src/cmd/picl/plugins/sun4v/mdesc/cpu_prop_update.c
321
md_find_name(mdp, "fwd"), cpulistp);
usr/src/cmd/picl/plugins/sun4v/mdesc/cpu_prop_update.c
355
md_find_name(mdp, "cache"),
usr/src/cmd/picl/plugins/sun4v/mdesc/cpu_prop_update.c
356
md_find_name(mdp, "fwd"),
usr/src/cmd/picl/plugins/sun4v/mdesc/cpu_prop_update.c
363
md_find_name(mdp, "tlb"),
usr/src/cmd/picl/plugins/sun4v/mdesc/cpu_prop_update.c
364
md_find_name(mdp, "fwd"),
usr/src/cmd/picl/plugins/sun4v/mdesc/disk_discovery.c
67
ndisks = md_scan_dag(mdp, rootnode, md_find_name(mdp, "disk_nac"),
usr/src/cmd/picl/plugins/sun4v/mdesc/disk_discovery.c
68
md_find_name(mdp, "fwd"), disklistp);
usr/src/cmd/picl/plugins/sun4v/pri/io_dev_label.c
84
md_find_name(mdp, "component"),
usr/src/cmd/picl/plugins/sun4v/pri/io_dev_label.c
85
md_find_name(mdp, "fwd"), components);
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
105
nmemory = md_scan_dag(mdp, md_rootnode, md_find_name(mdp,
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
106
"memory-segments"), md_find_name(mdp, "fwd"), memorylistp);
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
116
md_find_name(mdp, "memory-segment"),
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
117
md_find_name(mdp, "fwd"),
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
152
md_find_name(mdp, "memory-bank"),
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
153
md_find_name(mdp, "fwd"),
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
242
node_count = md_scan_dag(mdp, banklistp, md_find_name(mdp, "component"),
usr/src/cmd/picl/plugins/sun4v/pri/mem_prop_update.c
243
md_find_name(mdp, "fwd"), dimmlistp);
usr/src/common/mdesc/mdesc_diff.c
390
cname = md_find_name(mdp, compnodep);
usr/src/common/mdesc/mdesc_diff.c
391
aname = md_find_name(mdp, "fwd");
usr/src/common/mdesc/mdesc_getproparcs.c
66
prop_name = md_find_name(ptr, namep);
usr/src/common/mdesc/mdesc_getpropdata.c
45
prop_name = md_find_name(ptr, namep);
usr/src/common/mdesc/mdesc_getpropstr.c
44
prop_name = md_find_name(ptr, namep);
usr/src/common/mdesc/mdesc_getpropval.c
50
prop_name = md_find_name(ptr, namep);
usr/src/common/mdesc/mdesc_init_intern.c
96
root_name = md_find_name((md_t *)mdp, "root");
usr/src/lib/libv12n/sparc/libv12n.c
221
nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
usr/src/lib/libv12n/sparc/libv12n.c
222
md_find_name(mdp, "fwd"), nodes);
usr/src/lib/libv12n/sparc/libv12n.c
289
nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, node_name),
usr/src/lib/libv12n/sparc/libv12n.c
290
md_find_name(mdp, "fwd"), nodes);
usr/src/lib/libv12n/sparc/libv12n.c
427
nvdevs = md_scan_dag(mdp, rootnode, md_find_name(mdp, "virtual-device"),
usr/src/lib/libv12n/sparc/libv12n.c
428
md_find_name(mdp, "fwd"), vdev_nodes);
usr/src/lib/libv12n/sparc/libv12n.c
502
npnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
usr/src/lib/libv12n/sparc/libv12n.c
503
md_find_name(mdp, "fwd"), plat_nodes);
usr/src/uts/common/sys/mdesc.h
153
extern mde_str_cookie_t md_find_name(md_t *, char *namep);
usr/src/uts/sun4v/io/cnex.c
1308
num_devs = md_scan_dag(mdp, mde, md_find_name(mdp, "virtual-device"),
usr/src/uts/sun4v/io/cnex.c
1309
md_find_name(mdp, "back"), listp);
usr/src/uts/sun4v/io/cnex.c
514
md_find_name(mdp, "channel-endpoint"),
usr/src/uts/sun4v/io/cnex.c
515
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/dr_cpu.c
1622
nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
usr/src/uts/sun4v/io/dr_cpu.c
1623
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/dr_io.c
190
nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "virtual-device"),
usr/src/uts/sun4v/io/dr_io.c
191
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/dr_io.c
411
md_find_name(mdp, "channel-devices"),
usr/src/uts/sun4v/io/dr_io.c
412
md_find_name(mdp, "back"), listp);
usr/src/uts/sun4v/io/dr_mem.c
1061
nnodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "mblock"),
usr/src/uts/sun4v/io/dr_mem.c
1062
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/ds_drv.c
228
nport = md_scan_dag(mdp, rootnode, md_find_name(mdp, DS_MD_ROOT_NAME),
usr/src/uts/sun4v/io/ds_drv.c
229
md_find_name(mdp, "fwd"), portp);
usr/src/uts/sun4v/io/ds_drv.c
245
nport = md_scan_dag(mdp, dsnode, md_find_name(mdp, DS_MD_PORT_NAME),
usr/src/uts/sun4v/io/ds_drv.c
246
md_find_name(mdp, "fwd"), portp);
usr/src/uts/sun4v/io/ds_drv.c
260
md_find_name(mdp, DS_MD_CHAN_NAME),
usr/src/uts/sun4v/io/ds_drv.c
261
md_find_name(mdp, "fwd"), chanp);
usr/src/uts/sun4v/io/mdeg.c
361
nname = md_find_name(mdp, clnt->nmatch->namep);
usr/src/uts/sun4v/io/mdeg.c
362
aname = md_find_name(mdp, "fwd");
usr/src/uts/sun4v/io/mdeg.c
658
nname = md_find_name(md, nspec->namep);
usr/src/uts/sun4v/io/mdeg.c
659
aname = md_find_name(md, "fwd");
usr/src/uts/sun4v/io/vcc.c
2268
md_find_name(md, "channel-endpoint"),
usr/src/uts/sun4v/io/vcc.c
2269
md_find_name(md, "fwd"), channel)) <= 0) {
usr/src/uts/sun4v/io/vdc.c
2303
md_find_name(mdp, VDC_MD_VDEV_NAME),
usr/src/uts/sun4v/io/vdc.c
2304
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/vdc.c
2392
md_find_name(mdp, VDC_MD_PORT_NAME),
usr/src/uts/sun4v/io/vdc.c
2393
md_find_name(mdp, "fwd"), portp);
usr/src/uts/sun4v/io/vdc.c
2430
md_find_name(mdp, VDC_MD_CHAN_NAME),
usr/src/uts/sun4v/io/vdc.c
2431
md_find_name(mdp, "fwd"), chanp);
usr/src/uts/sun4v/io/vds.c
7028
md_find_name(md, VD_CHANNEL_ENDPOINT),
usr/src/uts/sun4v/io/vds.c
7029
md_find_name(md, "fwd"), channel)) <= 0) {
usr/src/uts/sun4v/io/vldc.c
550
nchan = md_scan_dag(mdp, node, md_find_name(mdp, "channel-endpoint"),
usr/src/uts/sun4v/io/vldc.c
551
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/vlds.c
1176
nchan = md_scan_dag(mdp, node, md_find_name(mdp, "channel-endpoint"),
usr/src/uts/sun4v/io/vlds.c
1177
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/vlds.c
1294
nvlds = md_scan_dag(mdp, rootnode, md_find_name(mdp,
usr/src/uts/sun4v/io/vlds.c
1295
VLDS_MD_VIRT_DEV_NAME), md_find_name(mdp, "fwd"), vlds_nodes);
usr/src/uts/sun4v/io/vnet_gen.c
1319
md_find_name(mdp, vdev_propname),
usr/src/uts/sun4v/io/vnet_gen.c
1320
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/vnet_gen.c
2151
md_find_name(mdp, channel_propname),
usr/src/uts/sun4v/io/vnet_gen.c
2152
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/vsw.c
1692
md_find_name(mdp, vdev_propname),
usr/src/uts/sun4v/io/vsw.c
1693
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/io/vsw.c
2486
nchan = md_scan_dag(mdp, *node, md_find_name(mdp, chan_propname),
usr/src/uts/sun4v/io/vsw.c
2487
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/os/fillsysinfo.c
1233
(cpu_sc = md_find_name(mdp, "cpu")) == MDE_INVAL_STR_COOKIE ||
usr/src/uts/sun4v/os/fillsysinfo.c
1234
(bck_sc = md_find_name(mdp, "back")) == MDE_INVAL_STR_COOKIE)
usr/src/uts/sun4v/os/mach_cpu_states.c
760
num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
usr/src/uts/sun4v/os/mach_cpu_states.c
761
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/os/mach_descrip.c
690
num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "platform"),
usr/src/uts/sun4v/os/mach_descrip.c
691
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/os/mach_descrip.c
839
md_find_name(ptr, node_name),
usr/src/uts/sun4v/os/mach_descrip.c
840
md_find_name(ptr, dag), *list);
usr/src/uts/sun4v/os/mach_mp_startup.c
197
num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
usr/src/uts/sun4v/os/mach_mp_startup.c
198
md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/os/wdt.c
122
md_find_name(mdp, "platform"), md_find_name(mdp, "fwd"), listp);
usr/src/uts/sun4v/promif/promif_emul.c
402
num_nodes = md_scan_dag(mdp, rootnode, md_find_name(mdp, "cpu"),
usr/src/uts/sun4v/promif/promif_emul.c
403
md_find_name(mdp, "fwd"), listp);