Searched refs:uuid_hi (Results 1 – 3 of 3) sorted by relevance
23 uint64_t uuid_lo, uint64_t uuid_hi);26 uint64_t uuid_hi, bool auth);
121 static int xc_tmem_uuid_parse(char *uuid_str, uint64_t *uuid_lo, uint64_t *uuid_hi) in xc_tmem_uuid_parse() argument124 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() argument373 .uuid[1] = uuid_hi, in xc_tmem_restore_new_pool()
1441 uint64_t uuid_lo, uint64_t uuid_hi) in do_tmem_new_pool() argument1520 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() argument1628 (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