Home
last modified time | relevance | path

Searched refs:zone_get_hostid (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzone.h65 extern uint32_t zone_get_hostid(void *);
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dzone.h63 extern uint32_t zone_get_hostid(void *);
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h119 extern uint32_t zone_get_hostid(void *zone);
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c234 zone_get_hostid(void *ptr) in zone_get_hostid() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c730 zone_get_hostid(void *zone) in zone_get_hostid() function
744 EXPORT_SYMBOL(zone_get_hostid);
H A Dspl-proc.c156 (unsigned long) zone_get_hostid(NULL)); in proc_dohostid()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h695 extern uint32_t zone_get_hostid(void *zonep);
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c309 zone_get_hostid(void *zonep) in zone_get_hostid() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c737 spa->spa_hostid = zone_get_hostid(NULL); in spa_add()
H A Dspa.c738 uint32_t hostid = zone_get_hostid(NULL); in spa_prop_validate()
3874 myhostid = zone_get_hostid(NULL); in spa_verify_host()