Lines Matching defs:vd_node
7015 vds_do_get_ldc_id(md_t *md, mde_cookie_t vd_node, mde_cookie_t *channel,
7022 if ((num_channels = md_scan_dag(md, vd_node,
7044 vds_get_ldc_id(md_t *md, mde_cookie_t vd_node, uint64_t *ldc_id)
7057 status = vds_do_get_ldc_id(md, vd_node, channel, ldc_id);
7079 * vd_node - vds node in the machine description for which
7087 vds_get_options(md_t *md, mde_cookie_t vd_node, uint64_t *options)
7094 if (md_get_prop_data(md, vd_node, VD_BLOCK_DEVICE_OPTS,
7219 vds_add_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node)
7224 if (md_get_prop_val(md, vd_node, VD_ID_PROP, &id) != 0) {
7229 if (md_get_prop_str(md, vd_node, VD_BLOCK_DEVICE_PROP,
7235 vds_get_options(md, vd_node, &options);
7237 if (vds_get_ldc_id(md, vd_node, &ldc_id) != 0) {
7251 vds_remove_vd(vds_t *vds, md_t *md, mde_cookie_t vd_node)
7256 if (md_get_prop_val(md, vd_node, VD_ID_PROP, &id) != 0) {