Home
last modified time | relevance | path

Searched refs:ldc_endpoints (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.sbin/ldomctl/
H A Dconfig.c82 struct ldc_endpoint **ldc_endpoints; variable
494 ldc_endpoints = xzalloc(max_guest_ldcs * sizeof(*ldc_endpoints)); in pri_init()
760 if (ldc_endpoints[resource_id]) { in hvmd_init_endpoint()
766 if (ldc_endpoints[resource_id]->hv_node == node) in hvmd_init_endpoint()
786 ldc_endpoints[resource_id] = endpoint; in hvmd_init_endpoint()
871 ldc_endpoints[resource_id], link); in hvmd_init_guest()
872 ldc_endpoints[resource_id]->guest = guest; in hvmd_init_guest()
1262 if (ldc_endpoints[resource_id]) in hvmd_finalize_endpoints()
1263 hvmd_finalize_endpoint(md, ldc_endpoints[resource_id]); in hvmd_finalize_endpoints()
1458 if (ldc_endpoints[resource_id] == NULL) in hvmd_add_endpoint()
[all …]