Searched refs:md_add_prop_data (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/ldomctl/ |
| D | mdesc.h | 108 struct md_prop *md_add_prop_data(struct md *, struct md_node *,
|
| D | config.c | 1107 md_add_prop_data(md, node, "msi-ranges", (void *)device->msi_ranges, in hvmd_finalize_pcie_device() 1109 md_add_prop_data(md, node, "virtual-dma", rootcomplex->vdma_ranges, in hvmd_finalize_pcie_device() 1660 md_add_prop_data(md, node, "compatible", compatible, in guest_add_vcc() 1736 md_add_prop_data(md, node, "compatible", compatible, in guest_add_vds() 1809 md_add_prop_data(md, node, "compatible", compatible, in guest_add_vsw() 1891 md_add_prop_data(md, node, "compatible", compatible, in guest_add_console_device() 1913 md_add_prop_data(md, node, "compatible", compatible, in guest_add_vdc() 1958 md_add_prop_data(md, node, "compatible", compatible, in guest_add_vnet() 1985 md_add_prop_data(md, node, "remote-mac-address", in guest_add_vnet_port() 2009 md_add_prop_data(md, node, "compatible", compatible, in guest_add_channel_devices()
|
| D | mdesc.c | 212 md_add_prop_data(struct md *md, struct md_node *node, const char *name, in md_add_prop_data() function 481 md_add_prop_data(md, node, str, data, in md_ingest()
|