Searched refs:spl_hostid (Results 1 – 5 of 5) sorted by relevance
8 spl_hostid=$(getarg spl_hostid=)9 if [ -n "${spl_hostid}" ] ; then10 info "ZFS: Using hostid from command line: ${spl_hostid}"11 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.");456 if (spl_hostid != 0) in zone_get_hostid()457 return ((uint32_t)(spl_hostid & HW_HOSTID_MASK)); in zone_get_hostid()
168 spl_hostid = hid; in proc_dohostid()376 .data = &spl_hostid,
114 extern unsigned long spl_hostid;
34 2. `spl_hostid`: passed to `zgenhostid -f`, useful to override the `/etc/hostid` file baked into th…