Home
last modified time | relevance | path

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

/devicemodel/core/
A Dvmmapi.c82 static int devfd = -1; variable
157 if ((ctx == NULL) || (devfd != -1)) in vm_create()
161 devfd = open("/dev/acrn_vhm", O_RDWR|O_CLOEXEC); in vm_create()
163 devfd = open("/dev/acrn_hsm", O_RDWR|O_CLOEXEC); in vm_create()
165 devfd = -1; in vm_create()
167 if (devfd == -1) { in vm_create()
173 ctx->fd = devfd; in vm_create()
294 devfd = -1; in vm_destroy()

Completed in 29 milliseconds