Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Dtmem_control.h23 uint64_t uuid_lo, uint64_t uuid_hi);
26 uint64_t uuid_hi, bool auth);
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_tmem.c121 static int xc_tmem_uuid_parse(char *uuid_str, uint64_t *uuid_lo, uint64_t *uuid_hi) in xc_tmem_uuid_parse() argument
124 uint64_t *x = uuid_hi; in xc_tmem_uuid_parse()
127 *uuid_lo = 0; *uuid_hi = 0; in xc_tmem_uuid_parse()
366 uint64_t uuid_hi) in xc_tmem_restore_new_pool() argument
373 .uuid[1] = uuid_hi, in xc_tmem_restore_new_pool()
/xen-4.10.0-shim-comet/xen/common/
A Dtmem.c1441 uint64_t uuid_lo, uint64_t uuid_hi) in do_tmem_new_pool() argument
1520 pool->uuid[1] = uuid_hi; in do_tmem_new_pool()
1528 if ( uuid_lo == -1L && uuid_hi == -1L ) in do_tmem_new_pool()
1538 (client->shared_auth_uuid[i][1] == uuid_hi) ) in do_tmem_new_pool()
1557 if ( shpool->uuid[0] == uuid_lo && shpool->uuid[1] == uuid_hi ) in do_tmem_new_pool()
1561 uuid_hi, uuid_lo, d_poolid); in do_tmem_new_pool()
1609 uint64_t uuid_hi, bool auth) in tmemc_shared_pool_auth() argument
1628 (client->shared_auth_uuid[i][1] == uuid_hi) ) in tmemc_shared_pool_auth()
1652 client->shared_auth_uuid[free][1] = uuid_hi; in tmemc_shared_pool_auth()

Completed in 9 milliseconds