Home
last modified time | relevance | path

Searched refs:HW_HOSTID_MASK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dsysteminfo.h33 #define HW_HOSTID_MASK 0xFFFFFFFF /* significant hostid bits */ macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c731 if (size < sizeof (HW_HOSTID_MASK)) { in hostid_read()
748 *hostid = (value & HW_HOSTID_MASK); in hostid_read()
766 return ((uint32_t)(spl_hostid & HW_HOSTID_MASK)); in zone_get_hostid()