Symbol: md_find_node
usr.sbin/ldomctl/config.c
1018
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1038
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1067
parent = md_find_node(md, "devices");
usr.sbin/ldomctl/config.c
1164
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1187
parent = md_find_node(md, "memory");
usr.sbin/ldomctl/config.c
1206
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1224
parent = md_find_node(md, "ldc_endpoints");
usr.sbin/ldomctl/config.c
1255
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1274
parent = md_find_node(md, "consoles");
usr.sbin/ldomctl/config.c
1303
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1325
parent = md_find_node(md, "guests");
usr.sbin/ldomctl/config.c
1373
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1414
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1421
parent = md_find_node(md, "frag_space");
usr.sbin/ldomctl/config.c
1430
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1617
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
1633
parent = md_find_node(md, "channel-endpoints");
usr.sbin/ldomctl/config.c
1654
parent = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1677
node = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1730
parent = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1753
node = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1803
parent = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1826
node = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1880
parent = md_find_node(md, "virtual-devices");
usr.sbin/ldomctl/config.c
1905
parent = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
1950
parent = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
2002
parent = md_find_node(md, "virtual-devices");
usr.sbin/ldomctl/config.c
2023
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
2040
parent = md_find_node(md, "domain-services");
usr.sbin/ldomctl/config.c
2062
parent = md_find_node(md, "openboot");
usr.sbin/ldomctl/config.c
2080
node = md_find_node(md, "platform");
usr.sbin/ldomctl/config.c
2094
node = md_find_node(md, "platform");
usr.sbin/ldomctl/config.c
2113
node = md_find_node(md, "channel-devices");
usr.sbin/ldomctl/config.c
2187
node = md_find_node(guest->md, "root");
usr.sbin/ldomctl/config.c
2221
node = md_find_node(guest->md, "phys_io");
usr.sbin/ldomctl/config.c
2343
node = md_find_node(guest->md, "phys_io");
usr.sbin/ldomctl/config.c
2420
node = md_find_node(md, "channel-endpoints");
usr.sbin/ldomctl/config.c
2635
node = md_find_node(md, "variables");
usr.sbin/ldomctl/config.c
2637
parent = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
2699
node = md_find_node(md, "cpus");
usr.sbin/ldomctl/config.c
2721
node = md_find_node(md, "virtual-devices");
usr.sbin/ldomctl/config.c
2735
node = md_find_node(md, "memory");
usr.sbin/ldomctl/config.c
2750
parent = md_find_node(md, "memory");
usr.sbin/ldomctl/config.c
414
node = md_find_node(protomd, "openboot");
usr.sbin/ldomctl/config.c
429
node = md_find_node(pri, "platform");
usr.sbin/ldomctl/config.c
435
node = md_find_node(pri, "firmware");
usr.sbin/ldomctl/config.c
446
node = md_find_node(md, "read_only_memory");
usr.sbin/ldomctl/config.c
470
node = md_find_node(md, "platform");
usr.sbin/ldomctl/config.c
496
node = md_find_node(md, "cpus");
usr.sbin/ldomctl/config.c
503
node = md_find_node(md, "memory");
usr.sbin/ldomctl/config.c
897
node = md_find_node(md, "root");
usr.sbin/ldomctl/config.c
906
node = md_find_node(md, "platform");
usr.sbin/ldomctl/config.c
910
node = md_find_node(md, "hvmd_mblock");
usr.sbin/ldomctl/config.c
919
node = md_find_node(md, "frag_space");
usr.sbin/ldomctl/config.c
931
node = md_find_node(md, "consoles");
usr.sbin/ldomctl/config.c
938
node = md_find_node(md, "cpus");
usr.sbin/ldomctl/config.c
945
have_cwqs = (md_find_node(md, "cwqs") != NULL);
usr.sbin/ldomctl/config.c
946
have_rngs = (md_find_node(md, "rngs") != NULL);
usr.sbin/ldomctl/config.c
948
node = md_find_node(md, "devices");
usr.sbin/ldomctl/config.c
955
node = md_find_node(md, "memory");
usr.sbin/ldomctl/config.c
962
node = md_find_node(md, "ldc_endpoints");
usr.sbin/ldomctl/config.c
969
node = md_find_node(md, "guests");
usr.sbin/ldomctl/config.c
998
parent = md_find_node(md, "cpus");
usr.sbin/ldomctl/ldomctl.c
784
node = md_find_node(hvmd, "guests");
usr.sbin/ldomctl/mdesc.c
343
node = md_find_node(md, name);
usr.sbin/ldomctl/mdesc.c
410
md_walk_graph(md, md_find_node(md, "root"));
usr.sbin/ldomctl/mdesc.h
114
struct md_node *md_find_node(struct md *, const char *);
usr.sbin/ldomctl/mdstore.c
492
node = md_find_node(hvmd, "guests");
usr.sbin/ldomctl/mdstore.c
555
node = md_find_node(hvmd, "frag_space");
usr.sbin/ldomd/ldomd.c
184
node = md_find_node(hvmd, "guests");
usr.sbin/ldomd/ldomd.c
314
node = md_find_node(hvmd, "frag_space");
usr.sbin/ldomd/var-config.c
101
node = md_find_node(md, "variables");
usr.sbin/ldomd/var-config.c
77
node = md_find_node(md, "variables");
usr.sbin/ldomd/var-config.c
79
struct md_node *root = md_find_node(md, "root");