Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dsecondary.c284 if (res->hr_resuid == 0) { in init_remote()
292 res->hr_resuid = resuid; in init_remote()
304 } else if (res->hr_resuid != resuid) { in init_remote()
310 (uintmax_t)resuid, (uintmax_t)res->hr_resuid); in init_remote()
H A Dhast.h204 uint64_t hr_resuid; member
H A Dprimary.c508 if (res->hr_resuid != 0) { in init_resuid()
513 arc4random_buf(&res->hr_resuid, sizeof(res->hr_resuid)); in init_resuid()
553 if (res->hr_resuid != 0) in init_local()
733 if (res->hr_resuid == 0) { in init_remote()
746 nv_add_uint64(nvout, res->hr_resuid, "resuid"); in init_remote()
1315 if (res->hr_resuid == 0 && in ggate_recv_thread()