Searched refs:md_add_node (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.sbin/ldomctl/ |
| H A D | config.c | 1001 node = md_add_node(md, "cpu"); in hvmd_finalize_cpu() 1021 node = md_add_node(md, "cpus"); in hvmd_finalize_cpus() 1041 node = md_add_node(md, "maus"); in hvmd_finalize_maus() 1045 node = md_add_node(md, "cwqs"); in hvmd_finalize_maus() 1050 node = md_add_node(md, "rngs"); in hvmd_finalize_maus() 1052 child = md_add_node(md, "rng"); in hvmd_finalize_maus() 1070 node = md_add_node(md, name); in hvmd_finalize_device() 1115 parent = md_add_node(md, "pcie_assignable_devices"); in hvmd_finalize_pcie_device() 1131 child = md_add_node(md, "pcie_device"); in hvmd_finalize_pcie_device() 1142 parent = md_add_node(md, "pcie_assigned_devices"); in hvmd_finalize_pcie_device() [all …]
|
| H A D | mdesc.h | 116 struct md_node *md_add_node(struct md *, const char *);
|
| H A D | mdesc.c | 141 md_add_node(struct md *md, const char *name) in md_add_node() function 460 node = md_add_node(md, str); in md_ingest()
|
| /openbsd-src/usr.sbin/ldomd/ |
| H A D | var-config.c | 82 node = md_add_node(md, "variables"); in set_variable()
|