Searched refs:hw_serial (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | misc.h | 55 extern char hw_serial[11];
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sunddi.c | 52 if (str == hw_serial) { in ddi_strtoul()
|
| H A D | spl_misc.c | 47 char hw_serial[11] = "0"; variable
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 55 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 D | zfs_context.h | 690 extern char hw_serial[]; /* for userland-emulated hostid access */
|