Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/vmd/
Dvm_agentx.c137 struct vmop_info_result *tvir; in vm_agentx_dispatch_parent() local
150 tvir = reallocarray(vir, virlen + 10, sizeof(*vir)); in vm_agentx_dispatch_parent()
151 if (tvir == NULL) { in vm_agentx_dispatch_parent()
158 vir = tvir; in vm_agentx_dispatch_parent()