Searched refs:spl_hostid (Results 1 – 5 of 5) sorted by relevance
6 spl_hostid=$(getarg spl_hostid=)7 if [ -n "${spl_hostid}" ] ; then8 info "ZFS: Using hostid from command line: ${spl_hostid}"9 zgenhostid -f "${spl_hostid}"
55 unsigned long spl_hostid = 0; variable56 EXPORT_SYMBOL(spl_hostid);58 module_param(spl_hostid, ulong, 0644);59 MODULE_PARM_DESC(spl_hostid, "The system hostid.");694 if (spl_hostid != 0) in zone_get_hostid()695 return ((uint32_t)(spl_hostid & HW_HOSTID_MASK)); in zone_get_hostid()
203 spl_hostid = simple_strtoul(str, &end, 16); in proc_dohostid()681 .data = &spl_hostid,
117 extern unsigned long spl_hostid;
48 * `spl_hostid`: By default, the hostid used by the SPL module is read from54 `spl_hostid=0x00bab10c`.137 files and specify the `spl_hostid` from the boot loader instead.