Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzone.h65 extern uint32_t zone_get_hostid(void *);
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysmacros.h120 extern uint32_t zone_get_hostid(void *zone);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c237 zone_get_hostid(void *ptr) in zone_get_hostid() function
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c688 zone_get_hostid(void *zone) in zone_get_hostid() function
702 EXPORT_SYMBOL(zone_get_hostid);
H A Dspl-proc.c209 (unsigned long) zone_get_hostid(NULL)); in proc_dohostid()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h680 extern uint32_t zone_get_hostid(void *zonep);
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c303 zone_get_hostid(void *zonep) in zone_get_hostid() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c677 spa->spa_hostid = zone_get_hostid(NULL); in spa_add()
H A Dspa.c591 uint32_t hostid = zone_get_hostid(NULL); in spa_prop_validate()
3210 myhostid = zone_get_hostid(NULL); in spa_verify_host()