| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_status.c | 206 uint64_t hostid = 0; local 229 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_HOSTID, &hostid); 230 if (hostid != 0 && (unsigned long)hostid != gethostid() &&
|
| libzfs_import.c | 463 uint64_t hostid; local 546 * hostid (if available) 575 hostid = 0; 577 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { 579 ZPOOL_CONFIG_HOSTID, hostid); 820 if (hostid != 0) { 822 hostid) == 0);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa_config.c | 383 unsigned long hostid = 0; local 415 hostid = zone_get_hostid(NULL); 418 * We're emulating the system's hostid in userland, so we can't use 421 (void) ddi_strtoul(hw_serial, NULL, 10, &hostid); 423 if (hostid != 0) { 424 fnvlist_add_uint64(config, ZPOOL_CONFIG_HOSTID, hostid);
|
| spa.c | 89 /* Check hostid on import? */ 100 "Check hostid on import?"); 2619 uint64_t hostid; local 2626 ZPOOL_CONFIG_HOSTID, &hostid) == 0) { 2637 * We're emulating the system's hostid in userland, so 2642 if (check_hostid && hostid != 0 && myhostid != 0 && 2643 hostid != myhostid) { 2647 "another system (host: %s hostid: 0x%lx). " 2650 (unsigned long)hostid);
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.h | 94 u_int32_t hostid; member in struct:pfctl
|
| /src/sys/arch/sparc/sparc/ |
| promlib.c | 1192 long hostid; variable 1236 /* Establish hostid */ 1241 hostid = h;
|
| /src/sys/sys/ |
| disklabel_rdb.h | 53 uint32_t hostid; /* scsi target of host */ member in struct:rdblock 128 uint32_t hostid; /* scsi target of host */ member in struct:partblock 147 uint32_t hostid; /* scsi target of host */ member in struct:badblock 160 uint32_t hostid; /* scsi target of host */ member in struct:fsblock 185 uint32_t hostid; /* scsi target of host */ member in struct:lsegblock
|
| syscallargs.h | 902 syscallarg(int32_t) hostid; member in struct:compat_43_sys_sethostid_args
|
| /src/sys/kern/ |
| kern_sysctl.c | 166 long hostid; variable
|
| /src/sys/dev/pci/ |
| ips.c | 293 u_int8_t hostid[12]; member in struct:ips_conf
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_main.c | 1876 uint64_t hostid; local 1879 &hostid) == 0) { 1880 if ((unsigned long)hostid != gethostid()) { 1893 "(hostid: 0x%lx) on %s"), name, hostname, 1894 (unsigned long)hostid,
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 782 syscallarg(int32_t) hostid; member in struct:compat_43_netbsd32_sethostid_args
|
| /src/sys/dist/pf/net/ |
| pfvar.h | 1246 u_int32_t hostid; member in struct:pf_status
|