Home
last modified time | relevance | path

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

/qemu/include/migration/
H A Dcpr.h20 int cpr_find_fd(const char *name, int id);
/qemu/backends/
H A Dhostmem-shm.c31 int fd = cpr_find_fd(backend_name, 0); in shm_backend_memory_alloc()
H A Dhostmem-memfd.c38 int fd = cpr_find_fd(name, 0); in memfd_backend_memory_alloc()
/qemu/migration/
H A Dcpr.c90 int cpr_find_fd(const char *name, int id) in cpr_find_fd() function
H A Dtrace-events351 cpr_find_fd(const char *name, int id, int fd) "%s, id %d returns %d"
/qemu/system/
H A Dphysmem.c2142 int fd = cpr_find_fd(name, 0); in qemu_ram_get_shared_fd()