Searched refs:hid32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dkern_jail.c781 uint32_t hid32; local
783 error = vfs_copyopt(opts, "host.hostid", &hid32, sizeof(hid32));
784 hid = hid32;
2144 uint32_t hid32 = pr->pr_hostid; local
2146 error = vfs_setopt(opts, "host.hostid", &hid32, sizeof(hid32));

Completed in 62 milliseconds