Home
last modified time | relevance | path

Searched refs:pr_hostid (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sunddi.c53 *result = prison0.pr_hostid; in ddi_strtoul()
H A Dspl_zone.c242 return ((uint32_t)curthread->td_ucred->cr_prison->pr_hostid); in zone_get_hostid()
/f-stack/freebsd/kern/
H A Dkern_mib.c471 tmpid = pr->pr_hostid; in sysctl_hostid()
485 pr->pr_hostid = tmpid; in sysctl_hostid()
490 cpr->pr_hostid = tmpid; in sysctl_hostid()
H A Dkern_jail.c1713 pr->pr_hostid = pr->pr_parent->pr_hostid; in kern_jail_set()
1725 pr->pr_hostid = hid; in kern_jail_set()
1743 tpr->pr_hostid = hid; in kern_jail_set()
2174 uint32_t hid32 = pr->pr_hostid; in kern_jail_get()
2179 error = vfs_setopt(opts, "host.hostid", &pr->pr_hostid, in kern_jail_get()
2180 sizeof(pr->pr_hostid)); in kern_jail_get()
3147 *hostid = cred->cr_prison->pr_hostid; in getcredhostid()
4441 db_printf(" host.hostid = %lu\n", pr->pr_hostid); in db_show_prison()
/f-stack/freebsd/sys/
H A Djail.h189 unsigned long pr_hostid; /* (p) jail hostid */ member