Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmisc.h55 extern char hw_serial[11];
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sunddi.c52 if (str == hw_serial) { in ddi_strtoul()
H A Dspl_misc.c47 char hw_serial[11] = "0"; variable
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c55 char hw_serial[HW_HOSTID_LEN]; variable
308 return (strtoul(hw_serial, NULL, 10)); in zone_get_hostid()
778 ddi_strtoul(const char *hw_serial, char **nptr, int base, unsigned long *result) in ddi_strtoul() argument
782 *result = strtoul(hw_serial, &end, base); in ddi_strtoul()
832 (void) snprintf(hw_serial, sizeof (hw_serial), "%ld", in kernel_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h690 extern char hw_serial[]; /* for userland-emulated hostid access */